On Sat, Jun 20, 2009 at 5:04 PM, Akemi Yagiamyagi@gmail.com wrote:
On Sat, Jun 20, 2009 at 4:55 PM, Michael Klinosky mpk2@enter.net wrote:
You can check to see if the driver works for your hardware. Run the lspci command (hint: -n option) and find the device ID. Compare it against the following info provided by Alan:
sdhci.ko
pci:v*d*sv*sd*bc08sc05i* pci:v0000104Cd00008034sv*sd*bc*sc*i* pci:v00001180d00000822sv*sd*bc*sc*i* pci:v00001180d00000822sv00001014sd*bc*sc*i*
An update. I will copy the note (excerpt) from Alan here:
=== note === The kmod-sdhci package has been withdrawn and has been replaced by the kmod-mmc package.
This new package provides the following kernel modules -- mmc_core.ko, mmc_block.ko, sdhci.ko & wbsd.ko
Please test this new package, ensuring that kmod-sdhci is removed before installing kmod-mmc.
Once installed, I would expect you to see similar to the following --
# cat /etc/depmod.d/mmc.conf override mmc_core * weak-updates/mmc override mmc_block * weak-updates/mmc override sdhci * weak-updates/mmc override wbsd * weak-updates/mmc # find /lib/modules -name *.ko | grep -E 'extra|weak' /lib/modules/2.6.18-8.el5/extra/mmc/mmc_block.ko /lib/modules/2.6.18-8.el5/extra/mmc/sdhci.ko /lib/modules/2.6.18-8.el5/extra/mmc/wbsd.ko /lib/modules/2.6.18-8.el5/extra/mmc/mmc_core.ko /lib/modules/2.6.18-128.el5/weak-updates/mmc/mmc_block.ko /lib/modules/2.6.18-128.el5/weak-updates/mmc/sdhci.ko /lib/modules/2.6.18-128.el5/weak-updates/mmc/wbsd.ko /lib/modules/2.6.18-128.el5/weak-updates/mmc/mmc_core.ko /lib/modules/2.6.18-92.el5/weak-updates/mmc/mmc_block.ko /lib/modules/2.6.18-92.el5/weak-updates/mmc/sdhci.ko /lib/modules/2.6.18-92.el5/weak-updates/mmc/wbsd.ko /lib/modules/2.6.18-92.el5/weak-updates/mmc/mmc_core.ko /lib/modules/2.6.18-53.el5/weak-updates/mmc/mmc_block.ko /lib/modules/2.6.18-53.el5/weak-updates/mmc/sdhci.ko /lib/modules/2.6.18-53.el5/weak-updates/mmc/wbsd.ko /lib/modules/2.6.18-53.el5/weak-updates/mmc/mmc_core.ko
=== end of note ===
You can find all details and the development at the ELRepo bug tracker ( http://elrepo.org/bugs/view.php?id=17 )
Akemi