Kevin Bailey a écrit :
I'm trying to get SanDisk CompactFlash with a SanDisk CF-PCMCIA adapter
to be recognized on a laptop with a TI PCI1225 CardBus bridge (running
Debian Linux of course, testing to be specific.)
Under 2.4.25, I'm using the kernel-pcmcia package and the yenta_socket
module. Here, I get this message when plugging in the CF:
Sep 7 19:44:33 kblaptop kernel: cs: memory probe 0xa0000000-0xa0ffffff:
excluding 0xa0000000-0xa0ffffff
Sep 7 19:44:33 kblaptop kernel: cs: memory probe 0x60000000-0x60ffffff:
excluding 0x60000000-0x60ffffff
Sep 7 19:44:33 kblaptop kernel: cs: warning: no high memory space available!
Sep 7 19:44:33 kblaptop kernel: cs: memory probe 0x0d0000-0x0dffff: excluding
0xd0000-0xdffff
Sep 7 19:44:33 kblaptop kernel: cs: memory probe 0x0e0000-0x0effff: excluding
0xe0000-0xeffff
Sep 7 19:44:33 kblaptop kernel: cs: memory probe 0x0c0000-0x0cffff: excluding
0xc0000-0xcffff
Sep 7 19:44:33 kblaptop kernel: cs: memory probe 0x0f0000-0x0fffff: excluding
0xf0000-0xfffff
Sep 7 19:44:33 kblaptop kernel: cs: unable to map card memory!
Sep 7 19:44:54 kblaptop last message repeated 7 times
(I thought it said that it couldn't find memory_cs as well, but don't
see it now.)
dump_cis complains that it can't map card memory.
Under 2.4.26, I'm using the pcmcia-cs package (since it has the
memory_cs module) and the i82365 (since it doesn't have the
yenta_socket module) and absolutely nothing is happening. Nothing in
the logs, nothing under dump_cis (empty slot).
Under 2.6.7, using the yenta_socket module, syslog says:
Sep 7 20:53:34 kblaptop cardmgr[1753]: socket 1: Anonymous Memory
Sep 7 20:53:35 kblaptop cardmgr[1753]: executing: 'modprobe memory_cs'
Sep 7 20:53:35 kblaptop cardmgr[1753]: + FATAL: Module memory_cs not found.
Sep 7 20:53:35 kblaptop cardmgr[1753]: modprobe exited with status 1
Sep 7 20:53:35 kblaptop cardmgr[1753]: module
/lib/modules/2.6.7-1-686/pcmcia/memory_cs.o not available
Sep 7 20:53:35 kblaptop cardmgr[1753]: bind 'memory_cs' to socket 1 failed:
Invalid argument
dump_cis says no CIS present.
Does anyone have this working ? If so, what kernel and modules are you
using ?
If not, is there something else I can do to further debug this ?
Is dump_cis even the right tool to use for this ?
Thanks,
krb