vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm having trouble getting this going. I can disable PCMCIA support in the kernel and get Dave Hind's PCMCIA package working by adding 'noapic' as a boot option. Without that the drivers report: Intel ISA/PCI/CardBus PCIC probe: PCI: Assigned IRQ 9 for device 00:0c.0 PCI: Sharing IRQ 9 with 00:0a.0 Ricoh RL5C475 rev 80 PCI-to-CardBus at slot 00:0c, mem 0x10000000 host opts [0]: [isa irq] [io 3/6/1] [mem 3/6/1] [pci irq 9] [lat 168/176] [b us 2/5] ISA irqs (default) = 3,4,5,7,10,12,15 PCI status changes cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff cs: warning: no high memory space available! cs: memory probe 0x0d0000-0x0dffff: excluding 0xd0000-0xdffff cs: memory probe 0x0e0000-0x0effff: excluding 0xe0000-0xeffff cs: memory probe 0x0c0000-0x0cffff: excluding 0xc0000-0xcffff cs: memory probe 0x0f0000-0x0fffff: excluding 0xf0000-0xfffff cs: unable to map card memory! cs: unable to map card memory! cs: unable to map card memory! cs: unable to map card memory! cs: unable to map card memory! cs: unable to map card memory! cs: unable to map card memory! cs: unable to map card memory! memory_cs: RequestWindow: Resource in use But with 'noapic' the drivers load and I can at least use the PCMCIA CDROM. I have not made it that far with the kernel PCMCIA drivers. I manually load the drivers for yenta_socket and i82092 but nothing seems to happen when I plug the PCMCIA card in. Sometimes the system hangs when I load the yenta_socket module with the card already plugged in. I have checked the PCMCIA-HOWTO but it deals exclusively with Dave Hind's package (and was written by him.) How does one go about debugging the kernel drivers? Does the cardmgr daemon work with that or is it a pcmcia_cs specific program? Any suggestions on getting this working would be appreciated. thanks, hank |