Comment 31 for bug 88992

Revision history for this message
Court (campbco) wrote :

Leann,

I downloaded the Hardy Heron Alpha2 and still have the same issue.

ubuntu@ubuntu:~$ uname -a
Linux ubuntu 2.6.24-2-generic #1 SMP Thu Dec 20 17:36:12 GMT 2007 i686 GNU/Linux

ubuntu@ubuntu:~$ lsmod | egrep '(mmc|sd)'
mmc_block 14980 0
sdhci 18820 0
mmc_core 51076 2 mmc_block,sdhci
ricoh_mmc 4352 0
sd_mod 30592 2
scsi_mod 151308 4 sg,sr_mod,sd_mod,libata

As you can see the ricoh_mmc module loaded and is working:

ubuntu@ubuntu:/sys/class/mmc_host/mmc0/device$ dmesg | grep ricoh
[ 107.920998] ricoh-mmc: Ricoh MMC Controller disabling driver
[ 107.921002] ricoh-mmc: Copyright(c) Philip Langdale
[ 107.921049] ricoh-mmc: Ricoh MMC controller found at 0000:03:01.2 [1180:0843] (rev 1)
[ 107.921062] ricoh-mmc: Controller is now disabled.

Later.

:frowning: