You are not logged in.
Hi,
I have this new laptop since two weeks or something like that.
Most of the stuff works great.
Anyway... it has this built-in cardreader which is one of these:
02:04.0 CardBus bridge: Ricoh Co Ltd|RL5c476 II (yenta_socket)
02:04.1 CardBus bridge: Ricoh Co Ltd|RL5c476 II (yenta_socket)
When i take the card out of my phone dmesg tells me this:
pccard: PCMCIA card inserted into slot 0
pcmcia: registering new device pcmcia0.0
So far so good
But now I would like to know how I can mount this card..
I haven't been able to find a module suitable for this yet
Here is your parachute and here is the manual. Welcome to Linux.
Offline
Blaasvis told me to load the modules from /lib/modules/2.6.16-beyond/kernel/drivers/mmc
dmesg tells me the following:
wbsd: Winbond W83L51xD SD/MMC card interface driver, 1.5
wbsd: Copyright(c) Pierre Ossman
however, i don't see any new devices under /dev
Here is your parachute and here is the manual. Welcome to Linux.
Offline
Offline
thanks...
ill try this out
Here is your parachute and here is the manual. Welcome to Linux.
Offline
I have the same problem, I tried what FrankTM said, but I didn't work. I have an Aopen 1557 laptop. I have no idea which kind of card reader it is, except it reader MD/MS/MMC. I've looked everwhere, but I'm unable to figure out the brand, although, perhaps Ricoh (at least that's what the pcmcia bridge is).
Inserting a card:
pccard: PCMCIA card inserted into slot 0
pcmcia: registering new device pcmcia0.0
No new devices are added to /dev.
Load the SDHCI and wbsd module doesn't detect my card reader either:
sdhci: Unknown parameter `wbsd'
sdhci: Secure Digital Host Controller Interface driver, 0.11
sdhci: Copyright(c) Pierre Ossman
wbsd: Winbond W83L51xD SD/MMC card interface driver, 1.5
wbsd: Copyright(c) Pierre Ossman
Obviously the pcmcia module seems to know there is "something" connected to it..
sudo pccardctl status:
Socket 0:
3.3V 16-bit PC Card
Subdevice 0 (function 0) [unbound]
Socket 1:
no card
sudo pccardctl info:
PRODID_1="RICOH"
PRODID_2="Bay1Controller"
PRODID_3=""
PRODID_4=""
MANFID=0000,0000
FUNCID=254
PRODID_1=""
PRODID_2=""
PRODID_3=""
PRODID_4=""
MANFID=0000,0000
FUNCID=255
I ran udevmonitor when I inserted and removed the card:
UEVENT[1154791251.622179] remove@/devices/pci0000:00/0000:00:1e.0/0000:02:09.0/0.0
UDEV [1154791251.624010] remove@/devices/pci0000:00/0000:00:1e.0/0000:02:09.0/0.0
UEVENT[1154791253.409627] add@/devices/pci0000:00/0000:00:1e.0/0000:02:09.0/0.0
UDEV [1154791253.701567] add@/devices/pci0000:00/0000:00:1e.0/0000:02:09.0/0.0
Here's the lshwd output too:
00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 21)
00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 21)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 03)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
02:05.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
02:06.0 Network controller: Intel Corporation PRO/Wireless 2200BG (rev 05)
02:09.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ac)
02:09.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ac)
02:09.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 04)
sudo lspcmcia:
Socket 0 Bridge: [yenta_cardbus] (bus ID: 0000:02:09.0)
Socket 0 Device 0: [-- no driver --] (bus ID: 0.0)
Socket 1 Bridge: [yenta_cardbus] (bus ID: 0000:02:09.1)
Does anybody have an idea how to make this work?
Offline