D-Link DE-660+ PCMCIA

I am trying to install this card, but when I run ‘Net.ether1000 -v -i5 -p320
&’, it returns:
Net.ether1000 Driver Initializing …
I/O Port Base … 0320
Trying as 16 bit card
Memory Verification Failed, Exiting

Net.ether1000: INITIALIZATION ERROR 10
Net.ether1000: INITIALIZATION ERROR 04

I have run ‘Pcmcia.generic -i0 &’

pin config returns: (I have added this output into pcmcia.cards)
; socket 2
[device]
manufacturer = “D-Link”
product = “DE-660+”
info1 = “A”
info2 = “0004743118001”
regbase = 0x3f8
config = 0x20, 0x601, irq any, io any+32 (width=16)
config = 0x20, 0x601, irq any, io 0x300-0x31f (width=16)
config = 0x21, 0x601, irq any, io 0x320-0x33f (width=16)
config = 0x22, 0x601, irq any, io 0x340-0x35f (width=16)
config = 0x23, 0x601, irq any, io 0x360-0x37f (width=16)
register = 0, 0x40, 0x40 ; level mode interrupts

pin returns:
Sock Win Type Flags PID Base
Size IRQ Base Size DMA
1 0 Empty ----MF---------- None
2 0 Network C—I-±-------W None 0x320 32
5

pin resource returns:
free memory: 0xD1000-0xD5FFF
in-use memory: 0xD0000-0xD0FFF
free io ports: 0x2E8-0x2EF 0x340-0x37F 0x3E8-0x3EF
reserved free io ports: 0x2E8-0x2EF 0x376-0x377 0x3E8-0x3EF
in-use io ports: 0x320-0x33F
free interrupts: 7 11
in-use interrupts: 5

Can anyone tell me what is wrong with my configuration? Thank you for any
feedbacks.

Regards
Johannes

Try to remove (width=16) statements from pcmcia.cards file.

Pavol Kycina

“Johannes” <jsukamtoh@infolink.co.id> wrote in message
news:a8rqfu$dl3$1@inn.qnx.com

I am trying to install this card, but when I run
‘Net.ether1000 -v -i5 -p320
&’, it returns:
Net.ether1000 Driver Initializing …
I/O Port Base … 0320
Trying as 16 bit card
Memory Verification Failed, Exiting

Net.ether1000: INITIALIZATION ERROR 10
Net.ether1000: INITIALIZATION ERROR 04

I have run ‘Pcmcia.generic -i0 &’

pin config returns: (I have added this output into pcmcia.cards)
; socket 2
[device]
manufacturer = “D-Link”
product = “DE-660+”
info1 = “A”
info2 = “0004743118001”
regbase = 0x3f8
config = 0x20, 0x601, irq any, io any+32 (width=16)
config = 0x20, 0x601, irq any, io 0x300-0x31f (width=16)
config = 0x21, 0x601, irq any, io 0x320-0x33f (width=16)
config = 0x22, 0x601, irq any, io 0x340-0x35f (width=16)
config = 0x23, 0x601, irq any, io 0x360-0x37f (width=16)
register = 0, 0x40, 0x40 ; level mode interrupts

pin returns:
Sock Win Type Flags PID Base
Size IRQ Base Size DMA
1 0 Empty ----MF---------- None
2 0 Network C—I-±-------W None 0x320 32
5

pin resource returns:
free memory: 0xD1000-0xD5FFF
in-use memory: 0xD0000-0xD0FFF
free io ports: 0x2E8-0x2EF 0x340-0x37F 0x3E8-0x3EF
reserved free io ports: 0x2E8-0x2EF 0x376-0x377 0x3E8-0x3EF
in-use io ports: 0x320-0x33F
free interrupts: 7 11
in-use interrupts: 5

Can anyone tell me what is wrong with my configuration? Thank you for any
feedbacks.

Regards
Johannes