You are not logged in.
Pages: 1
hello!
i can't access the sd-card. how does it work? the sdhci-modul is loaded proberly. there is no error. i cannot found a device like it is when i plug in usb-stick (/dev/sda1 etc.). how can i mount the card?
# dmesg | grep sdhci
sdhci: Secure Digital Host Controller Interface driver, 0.11
sdhci: Copyright(c) Pierre Ossman
thanks,
mfg iggy
sorry for my bad english
Offline
nobody here, who uses the new driver?
sorry for my bad english
Offline
nobody here, who uses the new driver?
You need to load the following modules:
- sdhci
- mmc-core
- mmc-block
Now insert your MMC card and execute the command "fdisk -l".
Hope it helps......
ViNS
Offline
Same thing here.. Using HP NX 9105.. (wrote another post, it's down somewhere) Inserting those modules doesn't work for me.. I'm going to try new 2.6.17-3 and maybe beyond but I'm hopeless..
Quis custodiet ipsos custodiet?
Offline
@T-u-N-i-X: What is your MMC card reader??? if it's the internal TI card reader, sdhci does not work without tweaking on it, better you go for tifmxx
[My Blog] | [My Repo] | [My AUR Packages]
Offline
[15:32] (tunix@penguix ~)$ lspci
00:00.0 Host bridge: nVidia Corporation nForce3 Host Bridge (rev a4)
00:01.0 ISA bridge: nVidia Corporation nForce3 LPC Bridge (rev a6)
00:01.1 SMBus: nVidia Corporation nForce3 SMBus (rev a4)
00:02.0 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5)
00:02.1 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5)
00:02.2 USB Controller: nVidia Corporation nForce3 USB 2.0 (rev a2)
00:06.0 Multimedia audio controller: nVidia Corporation nForce3 Audio (rev a2)
00:06.1 Modem: nVidia Corporation Unknown device 00d9 (rev a2)
00:08.0 IDE interface: nVidia Corporation nForce3 IDE (rev a5)
00:0a.0 PCI bridge: nVidia Corporation nForce3 PCI Bridge (rev a2)
00:0b.0 PCI bridge: nVidia Corporation nForce3 AGP Bridge (rev a4)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 420 Go 32M] (rev a3)
02:00.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link)
02:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
02:04.0 CardBus bridge: Texas Instruments PCI1620 PC Card Controller (rev 01)
02:04.1 CardBus bridge: Texas Instruments PCI1620 PC Card Controller (rev 01)
02:04.2 System peripheral: Texas Instruments PCI1620 Firmware Loading Function (rev 01)
The bold ones are the sd and pcmcia I guess.. And yes.. It's internal..
I thought tifmxx is just for the cards support, not for the slot, am I wrong ?
Quis custodiet ipsos custodiet?
Offline
thank you very much!!!!! mmc-block was missing.
sorry for my bad english
Offline
hello!
i can't access the sd-card. how does it work? the sdhci-modul is loaded proberly. there is no error. i cannot found a device like it is when i plug in usb-stick (/dev/sda1 etc.). how can i mount the card?
# dmesg | grep sdhci sdhci: Secure Digital Host Controller Interface driver, 0.11 sdhci: Copyright(c) Pierre Ossman
thanks,
mfg iggy
i followed this howto http://forums.gentoo.org/viewtopic-t-432605.html and i have to run setpci..
see ya
Offline
The gentoo guide worked well
Offline
Pages: 1