I've been trying to figure this one out for a long time. I've found a lot of posts dealing with this problem and have tried everything. I even downloaded complied and installed ricoh drivers as suggested at http://mydebian.blogdns.org/?p=243. The bottom line is no matter what I do I can't get /dev/mmcblk0 to show up.
After installing the Ricoh drivers
tail /var/log/messages shows
Aug 3 18:50:51 sean-laptop kernel: [ 302.292061] sdricoh_cs: Ricoh PCMCIA Secure Digital Interface driver
Aug 3 18:50:51 sean-laptop kernel: [ 302.292068] sdricoh_cs: Copyright(c) 2006 - 2008 Sascha Sommer
I then loaded the module up using
sudo modprobe sdricoh_cs
Still no device is recognize in the /dev folder
sudo lspci | grep -i ricoh shows
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
Any help would be greatly appreciated.
Thank you
After installing the Ricoh drivers
tail /var/log/messages shows
Aug 3 18:50:51 sean-laptop kernel: [ 302.292061] sdricoh_cs: Ricoh PCMCIA Secure Digital Interface driver
Aug 3 18:50:51 sean-laptop kernel: [ 302.292068] sdricoh_cs: Copyright(c) 2006 - 2008 Sascha Sommer
I then loaded the module up using
sudo modprobe sdricoh_cs
Still no device is recognize in the /dev folder
sudo lspci | grep -i ricoh shows
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
Any help would be greatly appreciated.
Thank you