Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Loading VirtualBox modules
Date: Mon, 22 Nov 2010 21:41:45
Message-Id: 201011222341.36722.alan.mckinnon@gmail.com
1 One of my VirtualBox-3.2.10 modules does not load at boot.
2
3 /etc/conf.d/modules:
4 modules_2_6="vboxdrv"
5 modules_2_6="vboxnetflt"
6 modules_2_6="vboxnetadp"
7
8 Everytime, either vboxnetflt or vboxnetadp does not load. It's consistent, one
9 or the other does not load andit's always just one, never neither or two.
10 Today it just happens to be the former:
11
12 $ lsmod | grep vboxnetflt
13 vboxnetflt 13107 0
14 vboxdrv 1737920 2 vboxnetflt,vboxnetadp
15
16 Once booted, modprobe vboxnetflt works as intended.
17
18 Neither dmesg nor messages has any clue. Both have only this identical info:
19
20 [ 12.460987] vboxdrv: Trying to deactivate the NMI watchdog permanently...
21 [ 12.460990] vboxdrv: Successfully done.
22 [ 12.460991] vboxdrv: Found 2 processor cores.
23 [ 12.461072] VBoxDrv: dbg - g_abExecMemory=ffffffffa0d91460
24 [ 12.461090] vboxdrv: fAsync=0 offMin=0x1b5 offMax=0xa5a
25 [ 12.461131] vboxdrv: TSC mode is 'synchronous', kernel timer mode is
26 'normal'.
27 [ 12.461133] vboxdrv: Successfully loaded version 3.2.10 (interface
28 0x00140001).
29
30
31 kernel is 2.6.36-ck, this has been happening since 2.6.34; and my Google
32 searches were fruitless.
33
34 Anyone have pointers as to why this might happen?
35
36
37 --
38 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] Loading VirtualBox modules Mark Knecht <markknecht@×××××.com>