Here is how the error output is if I run virtualbox
from the terminal. How to correct it? I am on a Ubuntu 12.10 64bit machine.
virtualbox
WARNING: The character device /dev/vboxdrv does not exist.
Please install the virtualbox-ose-dkms package and the appropriate
headers, most likely linux-headers-generic.
You will not be able to start VMs until this problem is fixed.
EDIT:
I have both the latest linux-headers-generic
and virtualbox-ose-dkms
packages
If you have the same problem in ubuntu 12.04 the above solution might not work (at least it didn't work for me and another two - see the error I was getting in note#1 bellow). Installing the Oracle version of Virtualbox however worked just fine.
Note #1: I was getting the errors below:
After the two
dpkg-reconfigure
commands I also needed to run:And to fix eth0:
Before attempting to run this be sure that the current running Kernel headers are installed on your system. If you don't you will receive an error indicating that you need to install them or use the --kernelsource option to point to said headers.
Following the directions on this blog post helped me. Basically after you install those two packages you also need to do the reconfiguration: