FORGET WHAT I SAID: I'll start again. . .The configuration I have is the following:
/etc/conf.modules: alias ne0 ne alias ne1 ne options ne0 io=0x320 irq=09 options ne1 io=0x200 irq=03 /etc/modules: ne0 ne1 When I did "modprobe ne", "modprobe ne0", "modprobe ne1", "modprobe ne2" I got absolutely no error messages in the kern.log or syslog. Anyway, the problem arises when I am booting up the system. I get the following message : --------------------------------------------------------------------- Calculating module dependencies... done. Loading modules: ne0 ne.c:v1.10 9/23/94 Donald Becker ([EMAIL PROTECTED]) NE*000 ethercard probe at 0x320: 00 44 4c 03 0a 5c eth0: NE2000 found at 0x320, using IRQ 9. ne1 Checking all file systems... --------------------------------------------------------------------- I presume that this means that it got the card, but, how do I make it as eth1 ? Do I need to configure ifconfig ?