You are not logged in.

#1 2012-02-10 21:15:47

esuhl
Member
From: UK
Registered: 2009-09-16
Posts: 140

[SOLVED] Loading User-specified Modules [FAIL]

During the boot process, loading user-specified modules fails.  I checked my /etc/rc.conf and had the following line:

MODULES=(vboxdrv, loop)

I ran the commands below to see if the modules had been loaded... and it appears they have:

[esuhl@i7pc ~]$ lsmod | grep vboxdrv
vboxdrv              1790690  2 vboxnetflt,vboxnetadp
[esuhl@i7pc ~]$ lsmod | grep loop
loop                   18526  0

I'm no expert when it comes to Linux, so I've probably done something daft!  Can anyone suggest what might be causing the failure?

Thanks.

Last edited by esuhl (2012-02-11 01:35:08)

Offline

#2 2012-02-10 21:19:43

b4data
Member
Registered: 2010-12-14
Posts: 141

Re: [SOLVED] Loading User-specified Modules [FAIL]

This always fixes it for me:

/etc/rc.d/vboxdrv setup

Offline

#3 2012-02-10 21:27:05

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: [SOLVED] Loading User-specified Modules [FAIL]

As far as I know, if the OP is using Vbox modules installed from the official repo, he won't find a daemon to run in his /etc/rc.d.

Try removing the comma from MODULES; use only spaces to separate modules.

Edit: run

dmesg | grep "module-name" 

to find out what's going on.

Last edited by bohoomil (2012-02-10 21:28:32)


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#4 2012-02-10 21:38:44

b4data
Member
Registered: 2010-12-14
Posts: 141

Re: [SOLVED] Loading User-specified Modules [FAIL]

I run virtualbox-bin from the aur, and need to rebuild the modules after every kernel upgrade.

Offline

#5 2012-02-11 01:34:26

esuhl
Member
From: UK
Registered: 2009-09-16
Posts: 140

Re: [SOLVED] Loading User-specified Modules [FAIL]

bohoomil wrote:

Try removing the comma from MODULES; use only spaces to separate modules.

D'oh!  I knew it would be something simple!  How embarrassing!

Thanks for your help :-)

Offline

Board footer

Powered by FluxBB