Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] modules-load restart
Date: Fri, 17 Mar 2017 01:42:44
Message-Id: fe589120-59b5-39f1-387a-e9e3e8d35f6f@gmail.com
In Reply to: Re: [gentoo-user] modules-load restart by thelma@sys-concept.com
1 thelma@×××××××××××.com wrote:
2 > On 03/16/2017 06:53 PM, Neil Bothwick wrote:
3 >> On Thu, 16 Mar 2017 18:13:22 -0600, thelma@×××××××××××.com wrote:
4 >>
5 >>>>> but running: /etc/init.d/modules-load restart
6 >>>>> does not restart the module.
7 >>>> Does modprobe load it?
8 >>> Yes, it did; thank you.
9 >>> modprobe it87 Worked.
10 >>>
11 >>> But when I run:
12 >>> /etc/init.d/modules-load restart
13 >>>
14 >>> It is not showing up?
15 >>> I have "it87" in /etc/config.d/modules
16 >> The should be
17 >>
18 >> modules="it87"
19 >>
20 >> and it should be in /etc/conf.d/modules
21 > Thanks for the correction, yes: modules="it87"
22 > But it still not loading/reloading it.
23 >
24 > /etc/init.d/modules-load restart
25 > * Loading module vboxnetflt [ ok ]
26 > * Loading module vboxnetadp [ ok ]
27 > * Loading module vboxdrv [ ok ]
28 > * Loading module vboxpci ...
29 >
30 > cat /etc/conf.d/modules
31 > modules="vboxdrv vboxnetflt vboxnetadp vboxpci"
32 > modules="it87"
33 >
34 > --
35 > Thelma
36 >
37 >
38
39
40 I'm no modules expert, don't use them myself since I build everything
41 in. Why not try this way.
42
43 modules="vboxdrv vboxnetflt vboxnetadp vboxpci it87"
44
45 Basically, instead of having two lines, have just one line. On one
46 hand, I wonder if it sees the first line and then ignores the rest of
47 the file. It doesn't exactly make sense but. On the other hand, one
48 would expect it to see both lines and add the two together or start
49 loading them as it sees them or something.
50
51 May be worth a shot. :/
52
53 Dale
54
55 :-) :-)

Replies

Subject Author
Re: [gentoo-user] modules-load restart thelma@×××××××××××.com