• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Reading a CF card using a PCMCIA converter under Linux

Retro2001

Senior member
Can someone point me in the direction of a HOWTO or give me a quick rundown on how to convince my linux running IBM A30p laptop mount a compact flash card via its PCMCIA card slot (and a generic radio shack converter)?

I'm running Gentoo 1.4 / 2.6.0-test4-mm2 (I think...just switched 2.6 versions and don't have the laptop handy...it's close to that anyhow) with PCMCIA support compiled into the kernel (not as a module).

Thanks!

Peace,
will
 
Interesting... USB readers treat it like a scsi device and it should mount under a SCSI device name for USB readers, so to do that you need to have SCSI support and USB mass storage stuff enabled in the kernel...


But the PCMCIA flash stuff uses a PCMCIA IDE interface.. well according to this, anyways. Much like a PCI ide controller I am guessing.

Also check out here, this guy has a few links

🙂
I tried:
"flash card readers" pcmcia linux
in google 🙂
 
Back
Top