Comment 12 for bug 88992

Revision history for this message
Henrik Brink (henrikbrink) wrote :

I can confirm that nothing happens when I insert a SD card in a Lenovo v100 on kernel:

$ uname -r
2.6.20-16-generic,

and Ricoh hardware:

$ lspci | grep Ricoh
0a:01.0 FireWire (IEEE 1394): Ricoh Co Ltd Unknown device 0832
0a:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
0a:01.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 01)
0a:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
0a:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05).

In dmesg I could not find anything with Ricoh in it, but if I grep for sdhci, this shows up:

$ dmesg | grep sdhci
[ 21.552000] sdhci: Secure Digital Host Controller Interface driver
[ 21.552000] sdhci: Copyright(c) Pierre Ossman
[ 21.552000] sdhci: SDHCI controller found at 0000:0a:01.1 [1180:0822] (rev 19).

Can I give you any more information? It looks like it should work, and maybe I just need to mount it manually, but I dont know where to look.