On Fri, Jan 19, 2001 at 08:49:40PM -0600, hanasaki wrote: > I have two identical NIC's the both came up fine before reboot. Now > ifup eth0 works fine. ifup eth1 says no such interface. cat /proc/pci > shows both nics.
you'll have to specify the second nic on the `mod-line' see for examples in the manuals, e.g. the Ethernet HOWTO. looked it up: put in /etc/modules.conf something like: alias eth0 3c501 alias eth1 3c501 options eth0 -o 3c501-0 io=0x280 irq=5 options eth1 -o 3c501-1 io=0x300 irq=7 Oh, and to put something in /etc/modules.conf you actually should use /etc/modutils/... -- groetjes, carel