Page 1 of 1

soIved: install virtualbox-> host internet and sound not

Posted: 18. May 2008, 22:22
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

Posted: 20. May 2008, 09:41
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 ?

Posted: 20. May 2008, 10:08
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....

Posted: 20. May 2008, 10:40
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

Posted: 20. May 2008, 10:44
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

Posted: 20. May 2008, 19:40
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! ;)