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:12:50
Message-Id: 04227648-a587-bdd4-a0f5-144bd7b64f92@sys-concept.com
In Reply to: Re: [gentoo-user] modules-load restart by Neil Bothwick
1 On 03/16/2017 06:53 PM, Neil Bothwick wrote:
2 > On Thu, 16 Mar 2017 18:13:22 -0600, thelma@×××××××××××.com wrote:
3 >
4 >>>> but running: /etc/init.d/modules-load restart
5 >>>> does not restart the module.
6 >>>
7 >>> Does modprobe load it?
8 >>
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 >
18 > The should be
19 >
20 > modules="it87"
21 >
22 > and it should be in /etc/conf.d/modules
23
24 Thanks for the correction, yes: modules="it87"
25 But it still not loading/reloading it.
26
27 /etc/init.d/modules-load restart
28 * Loading module vboxnetflt [ ok ]
29 * Loading module vboxnetadp [ ok ]
30 * Loading module vboxdrv [ ok ]
31 * Loading module vboxpci ...
32
33 cat /etc/conf.d/modules
34 modules="vboxdrv vboxnetflt vboxnetadp vboxpci"
35 modules="it87"
36
37 --
38 Thelma

Replies

Subject Author
Re: [gentoo-user] modules-load restart Dale <rdalek1967@×××××.com>
Re: [gentoo-user] modules-load restart David W Noon <dwnoon@××××××××.com>