Ok, so here's my current setup: kernel 2.4.10-pre4 (linuxppc_2_4 bk pull from yesterday) pcmcia built from the debian source package
I enabled the kernel PCMCIA support, and have modified /etc/default/pcmcia: ,----[ /etc/default/pcmcia ] | # Defaults for pcmcia (sourced by /etc/init.d/pcmcia) | PCMCIA=yes | PCIC=yenta_socket | PCIC_OPTS= | CORE_OPTS= | CARDMGR_OPTS= `---- My /etc/pcmcia/config.opts looks like: ,----[ config.opts ] | # | # Local PCMCIA Configuration File | # | #---------------------------------------------------------------------- | | # System resources available for PCMCIA devices | | #include port 0x5-0xfff | #include memory 0x90000000-0x90ffffff, memory 0xa0000000-0xa0ffffff | | include port 0x100-0x1ff | include memory 0x80000000-0x80ffffff | | #include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff | #include memory 0xc0000-0xfffff | #include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff | | [...] | `---- I've tried all of the port/memory settings you see in the three blocks above, and I consistantly get "cs: unable to map card memory!". Anyone know what's going on here? Here's the output from the uncommented section in the file currently: Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] Yenta IRQ list 0000, PCI irq22 Socket status: 30000410 cs: memory probe 0x80000000-0x80ffffff: excluding 0x80000000-0x80ffffff cs: unable to map card memory! cs: unable to map card memory! and from the top section (port 0x5-0xfff...): Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] Yenta IRQ list 0000, PCI irq22 Socket status: 30000006 cs: memory probe 0x90000000-0x90ffffff: excluding 0x90000000-0x90ffffff cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff cs: unable to map card memory! cs: unable to map card memory! You get the idea. perhaps the yenta_socket driver isn't initialized correctly for the powerbook? (I did nothing special) [EMAIL PROTECTED]:~]-$> lsmod Module Size Used by ds 8736 1 yenta_socket 11120 1 pcmcia_core 42576 0 [ds yenta_socket] btw, the card that's in my laptop during this testing is the Lucent WaveLAN IEEE. thanks for any help you can provide, -- Josh Huber | [EMAIL PROTECTED] |