network card configuration

I’m trying to configure a ne2000 compatible (I hope) pcmcia network
card. It has not worked yet. I have noted that when I use the pin command,
the answer indicates that no PID (NONE) is associated with the card. Is
this the problem? When I ping the host itself, it replies normally, but if
I ping other machines, no answer…

Here is what I’ve done:

commands used:
“devp-pccard -a0x400 -l5 -w8”
“io-net -dne2000 duplex=0, ioport=0x400, irq=5, width=8 -ptcpip”


results of “pin cis”:

Socket : 1 - Function : 0
PC Card function : Reserved
POST : 0x1
Tuple 0x25 link=0 :
Common memory JEDEC : 0x0000


results of “pin”:

Sock Func Type Flags PID Base Size IRQ
1 0 Network C—I-±-------- None 0x400 32 5
1 Empty ----MF---------- None
2 Empty ----MF---------- None
2 Empty ----MF---------- None


results of “nicinfo”:

NE2000 Ethernet Controller
Physical Node ID … 01D4FF 030020
Current Physical Node ID … 01D4FF 030020
Media Rate … 10.00 Mb/s half-duplex UTP
MTU … 1514
Lan … 0
I/O Port Range … 0x400 → 0x41E
Hardware Interrupt … 0x5
Promiscuous … Disabled
Multicast … Enabled

Total Packets Txd OK … 5
Total Packets Txd Bad … 0
Total Packets Rxd OK … 0
Total Rx Errors … 0

Total Bytes Txd … 300
Total Bytes Rxd … 0

Tx Collision Errors … 1
Tx Collisions Errors (aborted) … 0
Carrier Sense Lost on Tx … 0
FIFO Underruns During Tx … 0
Tx deferred … 0
Out of Window Collisions … 0
FIFO Overruns During Rx … 0
Alignment errors … 0
CRC errors … 0


Thanks!
Cesar