You are not logged in.
Hi,
last update brought me a new kernel, so I re-made the vboxdrv and it's found in /lib/modules/2.6.31-ARCH/misc/vboxdrv.ko. Also modprobe will load the driver.
I've put it on module list in /etc/rc.conf, but a boot doesn't load "FATAL: Module vboxdrv not found" it's said
I fix a ugly patch in rc.local, but I'd like to know what cause this impasse.
F
do it good first, it will be faster than do it twice the saint
Offline
run depmod -a
Give what you have. To someone, it may be better than you dare to think.
Offline
run depmod -a
Seems doesn't solve
$ depmod -anv |grep vbox
/lib/modules/2.6.31-ARCH/misc/vboxnetflt.ko needs "SUPDrvLinuxIDC": /lib/modules/2.6.31-ARCH/misc/vboxdrv.ko
misc/vboxnetadp.ko:
misc/vboxdrv.ko:
misc/vboxnetflt.ko: misc/vboxdrv.ko
alias symbol:SUPDrvLinuxIDC vboxdrv
Also compiling the module giving some error. I think the make still try to modprobe -ae but the newer modprobe require a new parameter, which could be -E or -F. in fact >
vbox_build_module
{snip}
WARNING: -e needs -E or -Fmake[1]: Leaving directory `/opt/VirtualBox/src/vboxnetflt'
make[1]: Entering directory `/opt/VirtualBox/src/vboxnetadp'
make KBUILD_VERBOSE= -C /lib/modules/2.6.31-ARCH/build SUBDIRS=/opt/VirtualBox/src/vboxnetadp SRCROOT=/opt/VirtualBox/src/vboxnetadp modules
make[2]: Entering directory `/usr/src/linux-2.6.31-ARCH'
Building modules, stage 2.
MODPOST 1 modules
make[2]: Leaving directory `/usr/src/linux-2.6.31-ARCH'
WARNING: -e needs -E or -Fmake[1]: Leaving directory `/opt/VirtualBox/src/vboxnetadp'
My laptop doesn't have such problem (yet)
F
do it good first, it will be faster than do it twice the saint
Offline
I have the exact same problem. Anyone can give a hint on how to solve this? Have been googling it for several hours without luck, don't reallt know where to go.
'modprobe vboxdrv' always works, but having the module autoloaded on boot won't work (vboxdrv is added to rc.conf).
The output and errors on my 64-bit installation is the exact same as the original poster.
My mom says I am special.
Offline
I have the exact same problem. Anyone can give a hint on how to solve this? Have been googling it for several hours without luck, don't reallt know where to go.
'modprobe vboxdrv' always works, but having the module autoloaded on boot won't work (vboxdrv is added to rc.conf).
The output and errors on my 64-bit installation is the exact same as the original poster.
Oops. In my case it was a case of typo in rc.conf. Fixed it.
My mom says I am special.
Offline