Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Loading VirtualBox modules
Date: Mon, 22 Nov 2010 23:54:38
Message-Id: AANLkTikKi4frav4=sS3MCXBV3=CTeuKi9RH_k12jTXHa@mail.gmail.com
In Reply to: [gentoo-user] Loading VirtualBox modules by Alan McKinnon
1 On Mon, Nov 22, 2010 at 1:41 PM, Alan McKinnon <alan.mckinnon@×××××.com> wrote:
2 > One of my VirtualBox-3.2.10 modules does not load at boot.
3 >
4 > /etc/conf.d/modules:
5 > modules_2_6="vboxdrv"
6 > modules_2_6="vboxnetflt"
7 > modules_2_6="vboxnetadp"
8 >
9 > Everytime, either vboxnetflt or vboxnetadp does not load. It's consistent, one
10 > or the other does not load andit's always just one, never neither or two.
11 > Today it just happens to be the former:
12 >
13 > $ lsmod | grep vboxnetflt
14 > vboxnetflt             13107  0
15 > vboxdrv              1737920  2 vboxnetflt,vboxnetadp
16 >
17 > Once booted, modprobe vboxnetflt works as intended.
18 >
19 > Neither dmesg nor messages has any clue. Both have only this identical info:
20 >
21 > [   12.460987] vboxdrv: Trying to deactivate the NMI watchdog permanently...
22 > [   12.460990] vboxdrv: Successfully done.
23 > [   12.460991] vboxdrv: Found 2 processor cores.
24 > [   12.461072] VBoxDrv: dbg - g_abExecMemory=ffffffffa0d91460
25 > [   12.461090] vboxdrv: fAsync=0 offMin=0x1b5 offMax=0xa5a
26 > [   12.461131] vboxdrv: TSC mode is 'synchronous', kernel timer mode is
27 > 'normal'.
28 > [   12.461133] vboxdrv: Successfully loaded version 3.2.10 (interface
29 > 0x00140001).
30 >
31 >
32 > kernel is 2.6.36-ck, this has been happening since 2.6.34; and my Google
33 > searches were fruitless.
34 >
35 > Anyone have pointers as to why this might happen?
36 >
37 >
38 > --
39 > alan dot mckinnon at gmail dot com
40 >
41 >
42 Alan,
43 This is probably to much apples vs oranges to be of any real help:
44
45 1) Running gentoo-sources-2.6.36-r1 here
46 2) Running baselayout1 so everything for me goes in modules.autoload.d
47 3) Prior to this email wasn't loading vboxnetadp
48
49 I run a copy of M$ Windows Home Server in VBox to backup user data
50 in my VMWare-Player XP/Win7 machines.
51
52 I added vboxnetadp to modules.audioload.d/kernel_2.6 and it seems
53 to load fine for me:
54
55 c2stable ~ # lsmod | grep vbox
56 vboxnetadp 3942 0
57 vboxnetflt 11379 1
58 vboxdrv 1720608 3 vboxnetadp,vboxnetflt
59 c2stable ~ #
60
61 I don't know what it does or how to test it but I'm not having any
62 problems loading it.
63
64 - Mark

Replies

Subject Author
Re: [gentoo-user] Loading VirtualBox modules Alan McKinnon <alan.mckinnon@×××××.com>