LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   SD card (reader) not detected on Open Suse 12.1 (Lenovo Ideapad Z370) (https://www.linuxquestions.org/questions/linux-hardware-18/sd-card-reader-not-detected-on-open-suse-12-1-lenovo-ideapad-z370-918223/)

Sema 12-11-2011 03:17 PM

SD card (reader) not detected on Open Suse 12.1 (Lenovo Ideapad Z370)
 
hello,
i have a problem with my sd cards / card reader on my new open suse 12.1 installation. As i'm new to suse (and therefore, new to hw problems, since i used ubuntu before ^^), i'm not sure whether the card reader or sd cards are not detected or auto mount doesn't work.

i couldn't identify any information about it in yast, /dev/, lspci or lsusb.
the only hint is from dmesg, when i insert and remove the sd card. if you have any help or advice to get my sd cards working, i would be glad!

Thanks in advance,
Sema

p.s. is there any special possibility to format code snippets in a post?

linux-je8s:~ # demsg [after inser - remove - insert]
[...]
[32218.032141] usb 1-1.3: new high speed USB device number 10 using ehci_hcd
[32218.117722] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=0139
[32218.117726] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[32218.117728] usb 1-1.3: Product: USB2.0-CRW
[32218.117730] usb 1-1.3: Manufacturer: Generic
[32218.117732] usb 1-1.3: SerialNumber: 20100201396000000
[32283.549336] usb 1-1.3: USB disconnect, device number 10
[32283.726380] usb 1-1.3: new high speed USB device number 11 using ehci_hcd
[32283.811943] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=0139
[32283.811952] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[32283.811958] usb 1-1.3: Product: USB2.0-CRW
[32283.811963] usb 1-1.3: Manufacturer: Generic
[32283.811967] usb 1-1.3: SerialNumber: 20100201396000000

some more information you might need:

linux-je8s:~ # uname -a
Linux linux-je8s.site 3.1.0-1.2-desktop #1 SMP PREEMPT Thu Nov 3 14:45:45 UTC 2011 (187dde0) x86_64 x86_64 x86_64 GNU/Linux

linux-je8s:~ # lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
00:1d.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation Device 1054 (rev a1)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
06:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)

linux-je8s:~ # lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 011: ID 0bda:0139 Realtek Semiconductor Corp.
Bus 002 Device 003: ID 046d:c05b Logitech, Inc.
Bus 002 Device 004: ID 04d9:1603 Holtek Semiconductor, Inc. Keyboard
Bus 002 Device 005: ID 0bda:58ea Realtek Semiconductor Corp.
Bus 002 Device 006: ID 0489:e00d Foxconn / Hon Hai

soonblue 12-12-2011 04:09 PM

Do you have autofs installed and enabled?

Once you have inserted the device try mounting a few of the /dev/sd[a-f] devices. This is often where USB flash drives and cards will turn up.

Blue
University of Delaware
Network & Systems Services

Sema 12-13-2011 12:29 AM

thanks for reply.

Quote:

Originally Posted by soonblue (Post 4548229)
Do you have autofs installed and enabled?

is installed, but disabled (nevertheless usb drives are mounted automatically)
after enabling, nothing changed (same behavior as described above)

Quote:

Originally Posted by soonblue (Post 4548229)
Once you have inserted the device try mounting a few of the /dev/sd[a-f] devices. This is often where USB flash drives and cards will turn up.

sebastian@linux-je8s:~> ll /dev/sd*
brw-rw---- 1 root disk 8, 0 Dec 13 05:12 /dev/sda
brw-rw---- 1 root disk 8, 1 Dec 13 05:12 /dev/sda1
brw-rw---- 1 root disk 8, 2 Dec 13 05:12 /dev/sda2
brw-rw---- 1 root disk 8, 4 Dec 13 05:12 /dev/sda4

sda is my hard disk drive
inserting a usb drive shows

sebastian@linux-je8s:~> ll /dev/sd*
brw-rw---- 1 root disk 8, 0 Dec 13 05:12 /dev/sda
brw-rw---- 1 root disk 8, 1 Dec 13 05:12 /dev/sda1
brw-rw---- 1 root disk 8, 2 Dec 13 05:12 /dev/sda2
brw-rw---- 1 root disk 8, 4 Dec 13 05:12 /dev/sda4
brw-rw---- 1 root disk 8, 16 Dec 13 06:24 /dev/sdb
brw-rw---- 1 root disk 8, 17 Dec 13 06:24 /dev/sdb1

however, the sd card shows nothing.


All times are GMT -5. The time now is 12:41 PM.