Re: [gentoo-user] modules-load restart

2017-03-18 Thread David W Noon
On Sat, 18 Mar 2017 22:31:44 +, Neil Bothwick (n...@digimed.co.uk) wrote about "Re: [gentoo-user] modules-load restart" (in <20170318223144.17e0e...@digimed.co.uk>): > On Fri, 17 Mar 2017 17:28:27 +, David W Noon wrote: [snip] >> Otherwise the second assignmen

Re: [gentoo-user] modules-load restart

2017-03-18 Thread Neil Bothwick
On Fri, 17 Mar 2017 17:28:27 +, David W Noon wrote: > > cat /etc/conf.d/modules > > modules="vboxdrv vboxnetflt vboxnetadp vboxpci" > > modules="it87" > > The above syntax is incorrect. > > To use multiple lines, you need to re-interpolate the modules variable, > thus: > >

Re: [gentoo-user] modules-load restart

2017-03-18 Thread David W Noon
On Fri, 17 Mar 2017 23:16:24 +, Peter Humphrey (pe...@prh.myzen.co.uk) wrote about "Re: [gentoo-user] modules-load restart" (in <4385990.55jxZYQh37@peak>): > On Friday 17 Mar 2017 17:28:27 David W Noon wrote: [snip] >> To use multiple lines, you need to re-interpo

Re: [gentoo-user] modules-load restart

2017-03-17 Thread thelma
On 03/17/2017 11:28 AM, David W Noon wrote: > On Thu, 16 Mar 2017 19:13:35 -0600, Thelma (the...@sys-concept.com) > wrote about "Re: [gentoo-user] modules-load restart" (in > <04227648-a587-bdd4-a0f5-144bd7b64...@sys-concept.com>): > > [snip] >> cat /et

Re: [gentoo-user] modules-load restart

2017-03-17 Thread Peter Humphrey
On Friday 17 Mar 2017 17:28:27 David W Noon wrote: > On Thu, 16 Mar 2017 19:13:35 -0600, Thelma (the...@sys-concept.com) > wrote about "Re: [gentoo-user] modules-load restart" (in > <04227648-a587-bdd4-a0f5-144bd7b64...@sys-concept.com>): > > [snip] > >

Re: [gentoo-user] modules-load restart

2017-03-17 Thread Alexander Kapshuk
On Thu, Mar 16, 2017 at 8:04 PM, wrote: > I compiled as module: it87 > run: > make > make modules_prepare > make modules_install > ... > INSTALL drivers/hwmon/it87.ko > > add "it87" to modules.conf > > but running: /etc/init.d/modules-load restart > does not restart the

Re: [gentoo-user] modules-load restart

2017-03-17 Thread David W Noon
On Thu, 16 Mar 2017 19:13:35 -0600, Thelma (the...@sys-concept.com) wrote about "Re: [gentoo-user] modules-load restart" (in <04227648-a587-bdd4-a0f5-144bd7b64...@sys-concept.com>): [snip] > cat /etc/conf.d/modules > modules="vboxdrv vboxnetflt vboxnetadp vboxpci&q

Re: [gentoo-user] modules-load restart

2017-03-17 Thread Tom H
On Thu, Mar 16, 2017 at 8:53 PM, Neil Bothwick wrote: > On Thu, 16 Mar 2017 18:13:22 -0600, the...@sys-concept.com wrote: but running: /etc/init.d/modules-load restart does not restart the module. >>> >>> Does modprobe load it? >> >> Yes, it did; thank you. >>

Re: [gentoo-user] modules-load restart

2017-03-16 Thread thelma
On 03/16/2017 07:42 PM, Dale wrote: > the...@sys-concept.com wrote: >> On 03/16/2017 06:53 PM, Neil Bothwick wrote: >>> On Thu, 16 Mar 2017 18:13:22 -0600, the...@sys-concept.com wrote: >>> >> but running: /etc/init.d/modules-load restart >> does not restart the module. > Does

Re: [gentoo-user] modules-load restart

2017-03-16 Thread Dale
the...@sys-concept.com wrote: > On 03/16/2017 06:53 PM, Neil Bothwick wrote: >> On Thu, 16 Mar 2017 18:13:22 -0600, the...@sys-concept.com wrote: >> > but running: /etc/init.d/modules-load restart > does not restart the module. Does modprobe load it? >>> Yes, it did; thank you.

Re: [gentoo-user] modules-load restart

2017-03-16 Thread thelma
On 03/16/2017 06:53 PM, Neil Bothwick wrote: > On Thu, 16 Mar 2017 18:13:22 -0600, the...@sys-concept.com wrote: > but running: /etc/init.d/modules-load restart does not restart the module. >>> >>> Does modprobe load it? >> >> Yes, it did; thank you. >> modprobe it87 Worked. >> >>

Re: [gentoo-user] modules-load restart

2017-03-16 Thread Neil Bothwick
On Thu, 16 Mar 2017 18:13:22 -0600, the...@sys-concept.com wrote: > >> but running: /etc/init.d/modules-load restart > >> does not restart the module. > > > > Does modprobe load it? > > Yes, it did; thank you. > modprobe it87 Worked. > > But when I run: > /etc/init.d/modules-load restart

Re: [gentoo-user] modules-load restart

2017-03-16 Thread thelma
On 03/16/2017 03:23 PM, Neil Bothwick wrote: > On Thu, 16 Mar 2017 12:04:44 -0600, the...@sys-concept.com wrote: > >> I compiled as module: it87 >> run: >> make >> make modules_prepare >> make modules_install >> ... >> INSTALL drivers/hwmon/it87.ko >> >> add "it87" to modules.conf >> >> but

Re: [gentoo-user] modules-load restart

2017-03-16 Thread thelma
On 03/16/2017 12:51 PM, Alan McKinnon wrote: > On 16/03/2017 20:04, the...@sys-concept.com wrote: >> I compiled as module: it87 >> run: >> make >> make modules_prepare >> make modules_install >> ... >> INSTALL drivers/hwmon/it87.ko >> >> add "it87" to modules.conf >> >> but running:

Re: [gentoo-user] modules-load restart

2017-03-16 Thread Neil Bothwick
On Thu, 16 Mar 2017 12:04:44 -0600, the...@sys-concept.com wrote: > I compiled as module: it87 > run: > make > make modules_prepare > make modules_install > ... > INSTALL drivers/hwmon/it87.ko > > add "it87" to modules.conf > > but running: /etc/init.d/modules-load restart > does not restart

Re: [gentoo-user] modules-load restart

2017-03-16 Thread Alan McKinnon
On 16/03/2017 20:04, the...@sys-concept.com wrote: > I compiled as module: it87 > run: > make > make modules_prepare > make modules_install > ... > INSTALL drivers/hwmon/it87.ko > > add "it87" to modules.conf > > but running: /etc/init.d/modules-load restart > does not restart the module. > >

[gentoo-user] modules-load restart

2017-03-16 Thread thelma
I compiled as module: it87 run: make make modules_prepare make modules_install ... INSTALL drivers/hwmon/it87.ko add "it87" to modules.conf but running: /etc/init.d/modules-load restart does not restart the module. Do I need to restart the box, this procedure work on a different box without