Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] modules-load restart
Date: Fri, 17 Mar 2017 01:54:51
Message-Id: abf4717b-4340-31a1-0cfe-83cca2e23b16@sys-concept.com
In Reply to: Re: [gentoo-user] modules-load restart by Dale
1 On 03/16/2017 07:42 PM, Dale wrote:
2 > thelma@×××××××××××.com wrote:
3 >> On 03/16/2017 06:53 PM, Neil Bothwick wrote:
4 >>> On Thu, 16 Mar 2017 18:13:22 -0600, thelma@×××××××××××.com wrote:
5 >>>
6 >>>>>> but running: /etc/init.d/modules-load restart
7 >>>>>> does not restart the module.
8 >>>>> Does modprobe load it?
9 >>>> Yes, it did; thank you.
10 >>>> modprobe it87 Worked.
11 >>>>
12 >>>> But when I run:
13 >>>> /etc/init.d/modules-load restart
14 >>>>
15 >>>> It is not showing up?
16 >>>> I have "it87" in /etc/config.d/modules
17 >>> The should be
18 >>>
19 >>> modules="it87"
20 >>>
21 >>> and it should be in /etc/conf.d/modules
22 >> Thanks for the correction, yes: modules="it87"
23 >> But it still not loading/reloading it.
24 >>
25 >> /etc/init.d/modules-load restart
26 >> * Loading module vboxnetflt [ ok ]
27 >> * Loading module vboxnetadp [ ok ]
28 >> * Loading module vboxdrv [ ok ]
29 >> * Loading module vboxpci ...
30 >>
31 >> cat /etc/conf.d/modules
32 >> modules="vboxdrv vboxnetflt vboxnetadp vboxpci"
33 >> modules="it87"
34 >>
35 >> --
36 >> Thelma
37 >>
38 >>
39 >
40 >
41 > I'm no modules expert, don't use them myself since I build everything
42 > in. Why not try this way.
43 >
44 > modules="vboxdrv vboxnetflt vboxnetadp vboxpci it87"
45 >
46 > Basically, instead of having two lines, have just one line. On one
47 > hand, I wonder if it sees the first line and then ignores the rest of
48 > the file. It doesn't exactly make sense but. On the other hand, one
49 > would expect it to see both lines and add the two together or start
50 > loading them as it sees them or something.
51 >
52 > May be worth a shot. :/
53 >
54 > Dale
55 >
56 > :-) :-)
57
58 I used to build everything into kernel as well but the kernels are
59 getting bigger and bigger. To a point that on my old installation (the
60 box is abut 7-years old) my /boot partition can only accommodate one
61 kernel :-/
62
63 So I tried build it as module.
64 modules="vboxdrv vboxnetflt vboxnetadp vboxpci it87"
65
66 did not make any difference.
67
68 --
69 Thelma