View previous topic :: View next topic |
Author |
Message |
kyPixel Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Megaman/megamanx.gif)
Joined: 31 Jan 2005 Posts: 117
|
Posted: Sun Jun 05, 2005 1:30 am Post subject: A quick question about installing ethernet modules |
|
|
I managed to succesfully modprobe my ethernet card after I got my system up and running, I can sccesfully bring it up by using some commands...
Code: | /etc/init.d/net.eth0 start |
Now the only question I have.. is when I reboot, I'll have to do this all over again wont I? If so I'm not too sure how to go about setting this up... I'm sure it's something really simple...
Sorry if this has been stated many times... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
overkll Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 21 Sep 2004 Posts: 1249 Location: Austin, Texas
|
Posted: Sun Jun 05, 2005 1:51 am Post subject: |
|
|
Try:
Code: | rc-update add net.eth0 default |
That will activiate the service when you boot. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|