Does anyone know why a pcmcia ethernet card that works in one Dell laptop
wouldn’t work in another one.
I have an older Dell Inspiron laptop that I got a Linksys EC2T ethernet card
working in.
I wanted to put the linksys card into a new Inspiron 2500 laptop, but I
can’t get it to work.
I assume the problem has something to do with the cardbus controller ???
on the older laptop ( Texas Instruments PCI-1225 Cardbus controller)
my pcmcia.2 is
[resources]
memory = 0xd4000-0xd5fff
ports = 0x320-0x33f
rports = 0x2e8+8, 0x3e8+8, 0x170+8, 0x376+2
irqs = 5,7,11,12
and my pcmcia.cards is
[device]
manufacturer = “Linksys”
product = “Combo PCMCIA EthernetCard (EC2T)”
info1 = “2.0”
regbase = 0xfd0
config = 0x01, 0x0601, irq 7, io 0x320-0x33f
register = 0, 0x40, 0x40 ; level mode interrupts
pcmciatrap start >> starts Pcmcia.generic on irq
5
Net.ether1000 -i7 -p320 & >> works fine
on new laptop ( 02Micro 0z6933 cardbus controller )
my pcmcia.2 is
[resources]
memory = 0xd4000-0xd5fff
ports = 0x300-0x3ff
rports = 0x2e8+8, 0x3e8+8, 0x170+8, 0x376+2
irqs = 5,7,11,12
and my pcmcia.cards is
[device]
manufacturer = “Linksys”
product = “Combo PCMCIA EthernetCard (EC2T)”
info1 = “2.0”
regbase = 0xfd0
config = 0x01, 0x0601, irq 7, io 0x320-0x33f
register = 0, 0x40, 0x40 ; level mode interrupts
pcmciatrap start >> starts Pcmcia.generic on irq
5
pin
only shows 1 slot and it is Empty
Net.ether1000 -i7 -p320 &
Net.ether1000: INITIALIZATION ERROR 10
Net.ether1000: INITIALIZATION ERROR 04
TIA,
Glenn Sherman