Hi I have a NE2K ISA NIC card but cannot get it to work under Linux. I'm
using RH62 with kernel 2.2.16-3. I have ne.o as a module. The card works
fine under Window$ 98. I can boot 'command prompt only' (under window$)
and change the card settings, using the utility program that came with the
card, to io=0x240 int=10 say, set the mode to jumperless (plug-n-pray is
the other option). I then write to the cards EEProm. When I get to
linux, dmesg gives me
ne.c:v1.10 9/23/94 Donald Becker (becker....)
NE*000 ethercard probe at
0x240: not found (invalid signature 42 42). ne.c:
No NE*000 card found at i/o = 0x240
if i do modprobe ne, I get
ne.c:v.1.10 9/23/94 Donald Becker .....
ne.c: No NE*000 card found at i/o = 0x240
/lib/modules/2.2.16-3/net/ne.o: init_module: Device or resource busy
/lib/modules/2.2.16-3/net/ne.o: insmod /lib/modules/2.2.16-3/net/ne.o
failed
/lib/modules/2.2.16-3/net/ne.o: insmod ne failed
My /etc/conf.modules reads
alias eth0 ne
options ne io=0x240 irq=10
I got this diagnostic program from Donald Beckers site (suggested in the
Ethernet HOWTO) called ne2k-diag. When I run it I get
Checking the ethercard at 0x240
Receive alignment error counter (0x24d) is ff Passes initial NE2000
probe, value 00.
Status Address PROM 0: 00 00 40 40 33 33 51 51 0a 0a 3c 3c 01 01 f5
f5
Status Address PROM 0x10: 00 00 00 00 00 00 00 00 00 00 00 00 42 42 42
42
Invalid signature found, wordlength 2.
If I run ne2k-diag -Q 10 I get the same thing.
I have another machine with a 10Base T Hypertec card PCMCIA. When I run
ne2k-diag I get
Checking the ethercard at 0x300
Receive alignment error counter (0x30d) is ff Passes initial NE2000
probe, value 00.
Status Address PROM 0: 00 00 40 40 4c 4c 11 11 05 05 c2 c2 00 00 00
00
Status Address PROM 0x10: 00 00 00 00 00 00 00 00 00 00 00 00 57 57 57
57
NE2000 found at 0x300, using start page 0x40 and end page 0x80.
The current MAC stations address is 00:40:4C:11:05:C2
and my /etc/conf.modules for this machine reads
alias eth0 ne
So what am I doing wrong with the first card?? I've read the ethernet
howto but still can't get it working.
regards, Hilkiah