Comment 93 for bug 82680

Revision history for this message
Matthew Monteleone (mgm-protenus) wrote :

having similar problem.

Compaq nx6325

uname -a
Linux 2.6.20-15-generic #2 SMP Sun Apr 15 06:17:24 UTC 2007 x86_64 GNU/Linux

I have added these lines to /etc/modules:
#card reader
tifm_core
tifm_7xx1
tifm_sd
mmc_core
mmc_block
sdhci

root@mgm-laptop:/dev# lsmod | grep tifm
tifm_sd 13960 0
mmc_core 31624 3 mmc_block,tifm_sd,sdhci
tifm_7xx1 11520 0
tifm_core 11520 2 tifm_sd,tifm_7xx1

-------
lspci -nnv

02:04.2 Mass storage controller [0180]: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) [104c:803b]
        Subsystem: Hewlett-Packard Company Unknown device [103c:30b0]
        Flags: bus master, medium devsel, latency 64, IRQ 20
        Memory at d4018000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2

02:04.3 Generic system peripheral [0805]: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller [104c:803c]
        Subsystem: Hewlett-Packard Company Unknown device [103c:30b0]
        Flags: bus master, medium devsel, latency 64, IRQ 20
        Memory at d4019000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2

output from tail /var/log/messages

Apr 23 14:33:50 mgm-laptop kernel: [ 349.021022] tifm_7xx1: sd card detected in socket 1

no devices in dev are created, everything else looks like it is working ok... am i missing something?