LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   eth0 eth1 and eth2 on boot (https://www.linuxquestions.org/questions/linux-newbie-8/eth0-eth1-and-eth2-on-boot-121660/)

sergiodemoura 12-01-2003 12:50 PM

eth0 eth1 and eth2 on boot
 
how do I do get-up my 3 nicīs on boot ? iīm using debian 3.0

2nics are 8139 and 1 is a intel eepro100?

Tap-Out 12-01-2003 12:53 PM

if you type (as root) " /etc/init.d/network start " and it works alright just type "chkconfig network on" and they will start at boot time.

sergiodemoura 12-02-2003 11:03 AM

chkconfig
 
Thank you for help. :)

the command "/etc/init.d/network start" gives the message:
"interface eth0, 1, 2 already configured"

and "chkconfig network on" does not exist.

what package contain it ?

jayakrishnan 12-02-2003 11:54 AM

eth0,eth1and eth2 will automatically start at boot time

HappyTux 12-03-2003 01:21 AM

Re: eth0 eth1 and eth2 on boot
 
Quote:

Originally posted by sergiodemoura
how do I do get-up my 3 nicīs on boot ? iīm using debian 3.0

2nics are 8139 and 1 is a intel eepro100?

Edit the file /etc/modules as root and put the name of the modules used by the cards in there on a line by themselves one on each line. If the 8139 cards are using the same module for each card you only need it in the file one time. Or you can as root run modconf and select the modules you need and they will be added to the file. The modules for the cards will now be loaded every time you boot.


All times are GMT -5. The time now is 12:44 AM.