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: > > modules="vboxd

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 module. > > Do I need to r

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. >> modprobe it87 Worked.

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 modprob

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. >> >> B

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 runnin

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: /etc/init.d/mo

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 the

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. > > Do

[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 rest

Re: [gentoo-user] Modules load

2005-06-15 Thread Mark Knecht
Hi, Check that net.eth0 is enabled: dragonfly ~ # rc-update show alsasound | default net.eth0 | default If not then set it up like that rc-update add net.eth0 default As for the driver you can add it to one of two places. Standard place /etc/modules.autol

Re: [gentoo-user] Modules load

2005-06-15 Thread ?????????? ???????
ed, i'll try to find a pdf and print it Thanks again to all Alex - Original Message - From: "Catalin Grigoroscuta" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 15, 2005 1:07 PM Subject: Re: [gentoo-user] Modules load Hi, You must do two things: 1. Ensure the mo

Re: [gentoo-user] Modules load

2005-06-15 Thread Yangwenpeng
Hi you can write the module name into /etc/modules.autoload.d/kernel-2.6, the kernel modules will be loaded when system boots. Hope it helps --Yangwenpeng On 13:00 Wed 15 Jun, ?? ??? wrote: > Hi i am a new user of Gentoo2005.0 > i had problems installing but i finished recovering th

Re: [gentoo-user] Modules load

2005-06-15 Thread Neil Bothwick
On Wed, 15 Jun 2005 13:00:12 +0200, ?? ??? wrote: > # modprobe sis900 > # /etc/init.d/net.eth0 start > > how can i do to load at startup? or wha i have to check if is correctly > configured? echo sis900 >>/etc/modules.autoload/kernel-2.6 I think this is covered in the handbook. --

Re: [gentoo-user] Modules load

2005-06-15 Thread Catalin Grigoroscuta
Hi, You must do two things: 1. Ensure the module is loaded automatically at boot. For this you must edit /etc/modules.autoload.d./kernel-2.6 (assuming this is the name of the kernel you are booting) and and your module (sis900) on a line Then run the modules-update script 2. Add net.eth0 init

Re: [gentoo-user] Modules load

2005-06-15 Thread Martins
look in /etc/modules.autoload.d edit files (add sis900) acording to your kernel kernel-2.6 or kernel-2.4 m On Wed, 15 Jun 2005 14:00:12 +0300, ?? ??? <[EMAIL PROTECTED]> wrote: Hi i am a new user of Gentoo2005.0 i had problems installing but i finished recovering the install

[gentoo-user] Modules load

2005-06-15 Thread ?????????? ???????
Hi i am a new user of Gentoo2005.0 i had problems installing but i finished recovering the installation and now works fine the only problem i have is this: Network Adapter module doesn't load at startup everytime i boot i have to login and use: # modprobe sis900 # /etc/init.d/net.eth0 start how