soIved: install virtualbox-> host internet and sound not

Discussions related to using VirtualBox on Linux hosts.
Post Reply
ullip
Posts: 5
Joined: 18. May 2008, 22:11

soIved: install virtualbox-> host internet and sound not

Post by ullip »

Hi folks,
i've installed "Virtualbox-OSE 1.5.6-dfsg-6ubuntu" and "virtualbox-OSE-modules-2.6.24-386" on my ubuntu 8.04.
After rebooting neither sound nor internet is working....

i suppose that these are two different problems, having internet would make fixing sound much more easier... so thats where i started:

I've compared /etc/network/interfaces with a older working version:
in front of some "iface" lines there has been added a "#"
removing them didn't help

other suggestions?

thanks in advance

in case someones interested, my /etc/network/interfaces:

Code: Select all

auto lo
iface lo inet loopback

iface eth0 inet dhcp

auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

auto eth0

iface eth0 inet static
wireless-essid "essid"
wireless-key "key"
adress "adress"
netmask "netmask"
gateway "gateway"

auto eth1

iface ppp0 inet ppp
provider ppp0


auto ppp0
Last edited by ullip on 20. May 2008, 19:42, edited 1 time in total.
DracoZA
Posts: 12
Joined: 13. May 2008, 15:25
Location: South Africa

Post by DracoZA »

Do you have internet access on your host ? (Ubuntu?)

What type of connection are you trying from your host, NAT or Host Interface ?
Virtual Box 1.5.6 - Ubuntu 8.04 Host with Windows XP, Windows 2003 Server as guests.
ullip
Posts: 5
Joined: 18. May 2008, 22:11

Post by ullip »

my host is ubuntu
internet and sound is not working in ubuntu
i havent tried the virtual machin yet....
i'll give it a try this evening

ubuntu should be using a "normal" internet connection - but i dont know much yet about that stuff....
DracoZA
Posts: 12
Joined: 13. May 2008, 15:25
Location: South Africa

Post by DracoZA »

I'm no expert but you can take a loot at my interfaces file:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.168.0.9
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.253

This is for a wired connection, wireless is still a problem for me.
A good source of info is http://www.ubuntuforums.org and if you have access to IRC there is a support channel on irc.freenode.net called Ubuntu where the guys are generally pretty helpful.

Good luck
Last edited by DracoZA on 20. May 2008, 11:08, edited 2 times in total.
Virtual Box 1.5.6 - Ubuntu 8.04 Host with Windows XP, Windows 2003 Server as guests.
ullip
Posts: 5
Joined: 18. May 2008, 22:11

Post by ullip »

i know that this interfaces file was working...
virtualbox obviously has changed some other things i didn't get rid of yet / have know clue what or where
ullip
Posts: 5
Joined: 18. May 2008, 22:11

Post by ullip »

thecowking wrote on ubuntuforums:
" Re: No Sound and wifi after install of virtualbox
I had an identical problem last night, when I did a modprobe for my wifi module, it came up blank. So I checked grub during boot and found that Virtualbox had somehow (probably my fault) set a -386 kernel as default. I booted up, did a gksudo gedit /boot/grub/menu.lst and commented out the offending kernel. Fixed the problem,I got my wifi and my sound back after another reboot."
http://ubuntuforums.org/showthread.php? ... ost5003389

fixed my problem...
do not install i386 virtualbox packages on generic kernels! ;)
Post Reply