The PCMCIA card is detected by the kernel, but the orinoco_cs driver
won't be loaded. If the driver is insmod'ed manually no device is found.
cardctl info:
| PRODID_1="NETGEAR MA401RA Wireless PC"
| PRODID_2="Card"
| PRODID_3="ISL37300P"
| PRODID_4="Eval-RevA"
| MANFID=000b,7300
| FUNCID=6
| PRODID_1=""
| PRODID_2=""
| PRODID_3=""
| PRODID_4=""
| MANFID=0000,0000
| FUNCID=255
dmesg output:
| Linux Kernel Card Services 3.1.22
| options: [pci] [cardbus] [pm]
| PCI: Found IRQ 10 for device 0000:02:05.0
| PCI: Sharing IRQ 10 with 0000:00:1d.0
| ti113x: Routing card interrupts to PCI
| Yenta IRQ list 0000, PCI irq10
| Socket status: 30000010
| PCI: Found IRQ 10 for device 0000:02:05.1
| PCI: Sharing IRQ 10 with 0000:00:1f.3
| PCI: Sharing IRQ 10 with 0000:01:00.0
| PCI: Sharing IRQ 10 with 0000:02:02.0
| ti113x: Routing card interrupts to PCI
| Yenta IRQ list 0000, PCI irq10
| Socket status: 30000006
| cs: IO port probe 0x0c00-0x0cff: clean.
| cs: IO port probe 0x0820-0x08ff: clean.
| cs: IO port probe 0x0800-0x080f: clean.
| cs: IO port probe 0x0100-0x04ff: excluding 0x3c0-0x3df 0x4d0-0x4d7
| cs: IO port probe 0x0a00-0x0aff: clean.
| cs: memory probe 0xa0000000-0xa0ffffff: clean.
dmesg after 'insmod orinoco_cs' (e.g. nothing found):
| orinoco.c 0.13e (David Gibson <[email protected]> and others)
| orinoco_cs.c 0.13e (David Gibson <[email protected]> and others)
--Andreas