You are not logged in.
I had installed Virtualbox OSE, but I got the warning when I runned it.
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (2.6.38-ARCH) or it failed to
load. Please recompile the kernel module and install it by
/etc/rc.d/vboxdrv setup
You will not be able to start VMs until this problem is fixed.
I do setup vboxdrv, and it is successful.
$ sudo /etc/rc.d/vboxdrv setup
:: Unloading VirtualBox kernel modules [DONE]
:: Removing old VirtualBox netadp kernel module [DONE]
:: Removing old VirtualBox netflt kernel module [DONE]
:: Removing old VirtualBox kernel module [DONE]
:: Recompiling VirtualBox kernel modules [DONE]
:: Reloading VirtualBox kernel modules [DONE]
But, the warning is still given, what should I do?
Last edited by nopriler (2011-04-29 15:34:27)
Offline
Have you read the wiki pages?
you need to either manually load the module or add it in the MODULES array in rc.conf
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
# modprobe vboxdrv
to auto load the module at boot add vboxdrv to modules array in /etc/rc.conf
Offline
Inxsible, tjwoosta.
It is working now.Thanks.
I had once added it into rc.conf before, but it didn't work, modprobe couldn't find vboxdrv.
It seems everything works well after reboot.
I'm sorry.
Offline