Hi all, I'm trying to get my SD-card reader running on my Asus F3SC notebook. http://www.linlap.com/wiki/asus+f3sc tells me that I have to load modules sdhci and mmc_core.
~# modprobe mmc_core ~# modprobe sdhci ~# lsmod | grep mmc_core mmc_core 34496 1 sdhci ~# lsmod | grep sdhci sdhci 15364 0 mmc_core 34496 1 sdhci ~# tail -f /var/log/messages I insert my SD card, but there is not device recognized in the log. Any tips on what I'm doing wrong or what I'm missing? Thanks! -- Best regards, Marco