Dive into the archives.
- VirtualBox Kernel Driver Not Installed
Remember my previous posts about installing VirtualBox on Ubuntu Hardy Heron?
It has been a while since I last played with it, due to other commitments. So, I wanted to install Windows XP on VirtualBox, and I stumbled across this error: VirtualBox kernel driver not installed.
Not sure what went wrong, could be some updates in between [...]
- OpenSolaris 2008.05 on VirtualBox 1.6.0
Refer to my previous post on how to get VirtualBox 1.6.0 running on Ubuntu 8.04.
According to Ubuntu Unleashed [1], to enable VirtualBox’s USB support, modify your /etc/init.d/mountdevsubfs.sh, uncomment the last four lines:
#
# Magic to make /proc/bus/usb work
#
#mkdir -p /dev/bus/usb/.usbfs
#domount usbfs “” /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
#ln -s .usbfs/devices /dev/bus/usb/devices
#mount –rbind /dev/bus/usb /proc/bus/usb
I have downloaded the ISO of OpenSolaris [...]
- VirtualBox 1.6.0
Installed it on zangetsu, time to try out things..
Downloaded the .deb file:
sudo dpkg -i virtualbox_1.6.0-30421_Ubuntu_hardy_i386.deb
It’s telling me that I am missing some dependencies.. libqt3-mt specifically.
sudo apt-get install libqt3-mt
Then try dpkg again, and VirtualBox is installed successfully. You’ll have to add yourself to the group called vboxusers:
sudo adduser $USER vboxusers
Logout, and login again to make sure [...]
