I have a single Linksys LNE2000 ISA combo NIC. NE2000 compatible. The eth0
interface is failing on startup, presumably because the kernel isn't getting
the io and irq parameters at boot time. The interface worked fine for an ftp
install across my LAN...
running ifconfig, I just see the lo (loopback) adapter running. I'm trying
to use ifconfig to start the interface, but the darn command scrolls off the
screen before telling me what I'm doing wrong, '| more' or not...
Anyhow, I need to issue the simplest possible ifconfig command to put the
nic on the LAN at 192.168.0.33 , netmask 255.255.255.0, irq 9 io 0x320. Can
anyone quote me the exact sequence or suggest another place the problem
might be?
As far as fixing this problem at boot time, my conf.modules seems to be OK,
though, which is puzzling:
options ne io=0x320 irq=9
alias parport_lowlevel parport_pc
alias eth0 ne.o
options ne.o io=0x320 irq=9