You are not logged in.

#1 2009-10-16 09:25:03

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

FATAL: Module vboxdrv not found (but there is)

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 sad

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 wink

Offline

#2 2009-10-16 09:31:39

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: FATAL: Module vboxdrv not found (but there is)

run depmod -a


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2009-10-16 09:58:13

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: FATAL: Module vboxdrv not found (but there is)

wonder wrote:

run depmod -a

Seems doesn't solve sad

$ 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 wink

Offline

#4 2009-11-05 22:20:40

n4h0j
Member
From: Göteborg, Sweden
Registered: 2009-10-30
Posts: 25

Re: FATAL: Module vboxdrv not found (but there is)

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

#5 2009-11-07 12:19:22

n4h0j
Member
From: Göteborg, Sweden
Registered: 2009-10-30
Posts: 25

Re: FATAL: Module vboxdrv not found (but there is)

n4h0j wrote:

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

Board footer

Powered by FluxBB