LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   SD/MMC Onboard Card Not Functioning (https://www.linuxquestions.org/questions/linux-hardware-18/sd-mmc-onboard-card-not-functioning-648710/)

Talendel 06-11-2008 11:56 PM

SD/MMC Onboard Card Not Functioning
 
I have googled, fedoraforumed, and linuxquestioned, but to no avail, so I am posting a thread. There are several issues, listed below, but I'll hit them one at a time.

First, though potentially useless, my laptop is the ZV5000 from HP. This particular board has the built-in SD/MMC/CF(?) reader. The problem comes about that I can't seem to identify it from lspci(see below), and have tried a few things I've found elsewhere, but still had no luck. Aside from that, my synaptic pad is only acting as a pointing device, and won't respond to clicks(taps) on the pad itself. I've managed to get my wireless card running, and detecting other networks, so that's been solved. Slightly less important is my inability to find any ATI video drivers(Has Livna not released them, yet, or am I blind/looking for the wrong file/something else entirely? The only other issue is my webcam(Logitech QuickCam Messenger Communicate. I managed to get the cam working in F8, but haven't had any luck since moving up to F9. Another time, maybe. Most importantly, as I said, is the SD/MMC reader, built into the board. LSPCI follows:

00:00.0 Host bridge: ATI Technologies Inc Radeon 9100 IGP Host Bridge (rev 02)
00:01.0 PCI bridge: ATI Technologies Inc Radeon 9100 IGP AGP Bridge
00:13.0 USB Controller: ATI Technologies Inc OHCI USB Controller #1 (rev 01)
00:13.1 USB Controller: ATI Technologies Inc OHCI USB Controller #2 (rev 01)
00:14.0 SMBus: ATI Technologies Inc SMBus (rev 16)
00:14.1 IDE interface: ATI Technologies Inc Dual Channel Bus Master PCI IDE Controller
00:14.3 ISA bridge: ATI Technologies Inc Unknown device 434c
00:14.4 PCI bridge: ATI Technologies Inc IXP200 3COM 3C920B Ethernet Controller
00:14.5 Multimedia audio controller: ATI Technologies Inc IXP150 AC'97 Audio Controller
00:14.6 Modem: ATI Technologies Inc IXP AC'97 Modem (rev 01)
01:05.0 VGA compatible controller: ATI Technologies Inc RS300M AGP [Radeon Mobility 9100IGP]
02:00.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link)
02:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
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)
02:07.0 USB Controller: NEC Corporation USB (rev 43)
02:07.1 USB Controller: NEC Corporation USB (rev 43)
02:07.2 USB Controller: NEC Corporation USB 2.0 (rev 04)

Also, the output of lsusb, with no usb devices attached to the system:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


If there are any parts of that that need a verbose output, or if I've left anything important out, let me know, and I'll post it, asap.

Here's hoping someone out there can see what I'm missing XD

pinniped 06-12-2008 12:55 AM

Have you got the cardbus drivers up and running? You may not be able to access anything at all on the other side of the CardBus until you have its drivers loaded, and some devices like SD controllers are often connected to the cardbus.

Talendel 06-12-2008 01:13 PM

Cardbus Drivers
 
I was under the impression that the cardbus drivers should have been auto-loaded, but I'll verify whether they're on, or not. I'm still kinda new to the Linux Laptop world, so it may take a little bit for me to get that going. For now, though, I'm going to get that laptop back on the bench, so to speak, and exercise some more google-fu, to try and get you a definitive answer. Thanks for the info, though! I hadn't thought to take that angle with it, and it may well send me in the right direction. I'm honestly thinking that the cardbus and the card reader *are* linked, due to the fact that I have only one PCMCIA slot, located directly below the card reader, on the laptop. As soon as I have any more info, I'll post what I get.

Talendel 06-12-2008 11:44 PM

Okay. In going through everything I have installed, and verifying that I *do* have the pcmcia tools installed and loaded, here's what I get from /sbin/lspcmcia:

Socket 0 Bridge: [yenta_cardbus] (bus ID: 0000:02:04.0)
Socket 1 Bridge: [yenta_cardbus] (bus ID: 0000:02:04.1)

Now, since I only have one actual pcmcia slot(bottom), and the on-board card reader(above the pcmcia, physically) is in the same bus, I'm figuring it's the first device in the bus ID list. Next question is, "What do I need to do/load/edit, in order to get the card reader to respond to the system?" Here's hoping that someone out there has some insight for a Linux Laptop n00b.

pinniped 06-13-2008 01:15 AM

Looking at my notes, I see for my own hardware:

1. The 'sdhci' driver may interfere with SD/MMC operation. So I guess I use 'modprobe -r' to remove sdhci and mmc_core and anything else related.

2. Load the modules:
tifm_7xx1
tifm_core
tifm_sd

I have another note indicating that I may have got the order wrong for those modules, but I never looked at the situation carefully because modules will be loaded in the correct order one way or other due to the dependencies.

Another note indicates that the names of the devices are something like mmcblk*.

This may not work for you (I still have no idea what chip is providing the MMC interface), but it can't do any harm to try.


All times are GMT -5. The time now is 02:03 PM.