View previous topic :: View next topic |
Author |
Message |
Fallopian n00b
Joined: 10 Sep 2003 Posts: 9
|
Posted: Sun Nov 09, 2003 10:43 pm Post subject: sis900 module on startup |
|
|
Whenever I boot up Gentoo I have to 'modprobe sis900' and then 'dhcpcd eth0' in order for my internet to work. How do I get it to do this automatically? |
|
Back to top |
|
|
r0b n00b
Joined: 20 Jun 2003 Posts: 35
|
Posted: Sun Nov 09, 2003 10:58 pm Post subject: Re: sis900 module on startup |
|
|
Fallopian wrote: | Whenever I boot up Gentoo I have to 'modprobe sis900' and then 'dhcpcd eth0' in order for my internet to work. How do I get it to do this automatically? |
For the sis900, put the following in /etc/modules.autoload:
To get dhcp working at boot, you could always put the following into your /etc/conf.d/local.start:
That way both will be brought up during boot. |
|
Back to top |
|
|
Carlo Developer
Joined: 12 Aug 2002 Posts: 3356
|
Posted: Mon Nov 10, 2003 12:25 am Post subject: Re: sis900 module on startup |
|
|
r0b wrote: | To get dhcp working at boot, you could always put the following into your /etc/conf.d/local.start:
That way both will be brought up during boot. |
That's not the "gentoo way". Instead you edit /etc/conf.d/net according to your needs and add the rc-script via rc-update. E.g.: rc-update add net.eth0 default
Please read the RC-Script Guide before doing so. And please read the other docs too.
Carlo _________________ Please make sure that you have searched for an answer to a question after reading all the relevant docs. |
|
Back to top |
|
|
|