>I have installed the latest release of RedHat and my NE2000 clone was
>recognized fine at installation time. When I boot, I receive a message
>indicating "Ethernet initialization delayed", and the card is not
>recognized. Any ideas on how to proceed?
>Regards, Len
I'm new as well but I've been having the same problem so here's how I fixed
it.
at a commnad command prompt type:
lsmod
You will probably see
Module Pages .... but nothing underneath
if so .. no cd to /lib/modules/2.03 whatever/net/
insmod 8930
insmod ne io=0x300 irq=10
that should load your ethernet moduele
now type
ifconfing eth0 #.#.#.# netmask 255.255.255.0 up
and type
ifconfig
and your ethernet card should be working.