On Wed, 29 Jul 1998, David A. Ranch wrote:
| If, for some reason, your new ETH card isn't recognised by the kernel,
| modify this line and add it to your /etc/lilo.conf file: 
| 
|       append="ether=0,0,eth1"

It's been my experience that 2.0 kernels don't recognize more than one NIC
on bootup without some help.  This is actually a good thing, because you
might as well specify the order of the cards when you tell it about the
new one:

     append="ether=10,0x300,eth0 ether="11,0x320,eth1"

Replace the IRQ and IO address with those of your cards.  Of course, you
need to know the cards' configurations beforehand, so you can't let them
auto configure themselves.

-James

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to