2011-04-17, 05:24 PM
I am able to install virtualbox from the website. I am able to make a virtual machine but when I try and start it up I get an error:
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
I tried executing the command to reinstall the kernel module but then I still get this error message:
[root@localhost maarten]# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMS[FAILED]
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
I downloaded the rpm file from the website and I also trie dto do it the way they did it in the centos wiki
where they say I should install: yum --enablerepo rpmforge install dkms
for both I get the same results, have searched a while but seem to figure it out.