I'm running an updated FC2 on my IBM T30, and insterting a compact flash PCMCIA card (from PQI), i get the following error in /var/log/messages : Aug 25 19:18:29 jupiler cardmgr[24446]: socket 0: Anonymous Memory Aug 25 19:18:30 jupiler cardmgr[24446]: executing: 'modprobe sram_mtd 2>&1' Aug 25 19:18:30 jupiler cardmgr[24446]: + FATAL: Module sram_mtd not found. Aug 25 19:18:30 jupiler cardmgr[24446]: modprobe exited with status 1 Aug 25 19:18:30 jupiler cardmgr[24446]: module /lib/modules/2.6.8-1.521/pcmcia/sram_mtd.o not available Aug 25 19:18:30 jupiler cardmgr[24446]: Common memory region at 0x0: Generic or SRAM Aug 25 19:18:30 jupiler cardmgr[24446]: bind MTD 'sram_mtd' to socket 0 failed: Invalid argument Aug 25 19:18:30 jupiler cardmgr[24446]: executing: 'modprobe memory_cs 2>&1' Aug 25 19:18:30 jupiler cardmgr[24446]: + FATAL: Module memory_cs not found. Aug 25 19:18:30 jupiler cardmgr[24446]: modprobe exited with status 1 Aug 25 19:18:30 jupiler cardmgr[24446]: module /lib/modules/2.6.8-1.521/pcmcia/memory_cs.o not available Aug 25 19:18:30 jupiler cardmgr[24446]: bind 'memory_cs' to socket 0 failed: Invalid argument I couldn't find any reference to those mysterious sram_mtd amd memory_cs modules anywhere in the kernel source code, so it looks like a packaging problem here. I guess either the pcmcia-cs configuration files are outdated, or it's missing some extra kernel modules and the dependency is missing from the pcmcia-cs RPM (??). I'm using pcmcia-cs-3.2.7-1.5 and kernel-2.6.8-1.521. -denis