You are not logged in.
Pages: 1
Hi guys! My card reader stopped working completely. If I insert a card in it doesn't get detected.
This is my output of lsusb:
[root@alex alex]# lsusb
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 069: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 001 Device 003: ID 058f:a014 Alcor Micro Corp. Asus Integrated Webcam
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub I tried other answers from different forums:
[root@alex alex]# ls /dev/mmc*
ls: cannot access /dev/mmc*: No such file or directory
[root@alex alex]# dmesg | grep sd
[ 2.718044] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 2.718181] sd 0:0:0:0: [sda] Write Protect is off
[ 2.718187] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.718233] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.764274] sda: sda1 sda2 sda3 sda4 sda5
[ 2.765569] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.181689] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 8.949717] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[ 13.981562] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=600
[ 17.454886] Adding 1473532k swap on /dev/sda5. Priority:-1 extents:1 across:1473532k FS
[ 19.754463] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
[ 20.728105] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=600
[ 20.762071] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=600
[ 1917.368752] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=0
[ 1917.435778] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=0
[root@alex alex]# fdisk -l
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 47AF5DBD-CE09-4185-8CD8-D5C078C8B896
Device Start End Size Type
/dev/sda1 34 2047 1007K BIOS boot partition
/dev/sda2 2048 41945087 20G Linux filesystem
/dev/sda3 41945088 778242047 351.1G Linux filesystem
/dev/sda4 778242048 973826047 93.3G Microsoft basic data
/dev/sda5 973826048 976773119 1.4G Linux swap It appears that the computer recognizes the card reader but doesn't read and mount the card. The card works because is the one I use on my photo. Also the adapter works because is the one I use with my Rpi.
Any idea? Thanks!
Offline
Remove the card, insert the card, then post the last couple dozen lines of the output of dmesg
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Before:
[ 4453.790866] psmouse serio4: Touchpad at isa0060/serio4/input0 - driver resynced.
[ 4461.818576] usb 1-1.4: USB disconnect, device number 71
[ 4462.004274] usb 1-1.4: new high-speed USB device number 72 using ehci-pciAfter:
[ 4461.818576] usb 1-1.4: USB disconnect, device number 71
[ 4462.004274] usb 1-1.4: new high-speed USB device number 72 using ehci-pci
[ 4470.836723] ACPI: \_SB_.PCI0.EHC1: ACPI_NOTIFY_DEVICE_WAKE event
[ 4470.848161] ACPI: \_SB_.PCI0.EHC2: ACPI_NOTIFY_DEVICE_WAKE event
[ 4471.433925] usb 1-1.4: new high-speed USB device number 73 using ehci-pci Offline
I have a sneaky feeling you have a kernel / module version mismatch
Please check the output of uname -a and of pacman -Qi linux and ensure that the version numbers are the same.
Any chance you have updated your kernel without having rebooted?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Hmm I don't know about yesterday. Although today I updated the kernel and rebooted and now it works. Thanks a lot for your time!
Offline
Pages: 1