Hello, I have a box running slink and am trying to install an NE2000 ethercard.
When I do: # insmod /lib/modules/2.0.36/net/ne.o I get: /lib/modules/2.0.36/net/ne.o: unresolved symbol ei_open /lib/modules/2.0.36/net/ne.o: unresolved symbol ethdev_init /lib/modules/2.0.36/net/ne.o: unresolved symbol ei_debug /lib/modules/2.0.36/net/ne.o: unresolved symbol ei_interrupt /lib/modules/2.0.36/net/ne.o: unresolved symbol NS8390_init /lib/modules/2.0.36/net/ne.o: unresolved symbol ei_close Needless to say, the installation fails and when I do: # ifconfig eth0 I'm told that the device is not recognized. I must be missing something...anyone have a clue? Thanks, --David P.S. I was, however, able to get the plip driver to start up properly.