> I added a second network card to my Linux server, and my original
> card stopped working.
Did you configure the new card? If not, then apparently what used
to be your (only NIC) eth0, is now eth1 and possibly even the drier
for it is no loaded. In /etc/conf.modules you'll need something like
--
alias eth0 smc-ultra
options smc-ultra irq=11 io=0x340
alias eth1 3c59x
alias eth2 3c59x
--
with appropriate options and module names for your cards.
After that, you may assign addresses, etc. to both cards.
HTH,
---------------------------------------------------------------------
Artur Swietanowski http://www.bigfoot.com/~swietanowski
Institut fr Statistik, Operations Research und Computerverfahren,
Universit?t Wien, Universit?tsstr. 5, A-1010 Wien, Austria
tel. +43 (1) 427 738 620 fax +43 (1) 427 738 629
---------------------------------------------------------------------