MicroSD cards appear in terminal but not in file manager

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
mrizzone
Level 1
Level 1
Posts: 1
Joined: Mon May 29, 2023 8:54 pm

MicroSD cards appear in terminal but not in file manager

Post by mrizzone »

Hello! I'm returning to this forum with the same username. The old user don't exist anymore.

I'm adding more confusion to the SD card reader problems epidemic.

before insert card reader:

Code: Select all

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 046d:082b Logitech, Inc. Webcam C170
Bus 001 Device 004: ID 0458:003a KYE Systems Corp. (Mouse Systems) NetScroll+ Mini Traveler / Genius NetScroll 120
Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 010: ID 0c45:672e Microdia USB DEVICE
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
with reader connected to the USB port:

Code: Select all

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 018: ID 05e3:1234 Genesys Logic, Inc. USB Reader
Bus 001 Device 005: ID 046d:082b Logitech, Inc. Webcam C170
Bus 001 Device 004: ID 0458:003a KYE Systems Corp. (Mouse Systems) NetScroll+ Mini Traveler / Genius NetScroll 120
Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 010: ID 0c45:672e Microdia USB DEVICE
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Code: Select all

matias@matias:~$ dmesg -T | tail -n15
[lun may 29 21:47:14 2023] scsi host2: usb-storage 1-4:1.0
[lun may 29 21:47:15 2023] scsi 2:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0828 PQ: 0 ANSI: 6
[lun may 29 21:47:15 2023] sd 2:0:0:0: Attached scsi generic sg2 type 0
[lun may 29 21:47:15 2023] sd 2:0:0:0: [sdb] Media removed, stopped polling
[lun may 29 21:47:15 2023] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[lun may 29 21:59:52 2023] perf: interrupt took too long (2514 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
[lun may 29 22:04:51 2023] usb 1-4: USB disconnect, device number 18
[lun may 29 22:04:53 2023] usb 1-4: new high-speed USB device number 19 using xhci_hcd
[lun may 29 22:04:53 2023] usb 1-4: New USB device found, idVendor=05e3, idProduct=1234, bcdDevice= 8.28
[lun may 29 22:04:53 2023] usb 1-4: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[lun may 29 22:04:53 2023] usb 1-4: Product: USB Reader
[lun may 29 22:04:53 2023] usb 1-4: Manufacturer: Genesys
[lun may 29 22:04:53 2023] usb 1-4: SerialNumber: 000000000027
[lun may 29 22:04:53 2023] usb-storage 1-4:1.0: USB Mass Storage device detected
[lun may 29 22:04:53 2023] scsi host2: usb-storage 1-4:1.0

I use two different readers, both are detected but not shown in file manager.

Any clue? Thanks!
Last edited by LockBot on Wed Nov 29, 2023 11:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
KalaDude
Level 1
Level 1
Posts: 40
Joined: Sat Jul 03, 2021 1:11 pm

Re: MicroSD cards appear in terminal but not in file manager

Post by KalaDude »

Is there a card in the reader? If there is, is the card formatted?

Here's what I get when I plug in just the reader:

Code: Select all

edward@edmint:~$ dmesg -T | tail -n5
[Fri Jun 23 14:40:28 2023] scsi host6: usb-storage 2-1:1.0
[Fri Jun 23 14:40:29 2023] scsi 6:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0815 PQ: 0 ANSI: 6
[Fri Jun 23 14:40:29 2023] sd 6:0:0:0: Attached scsi generic sg0 type 0
[Fri Jun 23 14:40:29 2023] sd 6:0:0:0: [sda] Media removed, stopped polling
[Fri Jun 23 14:40:29 2023] sd 6:0:0:0: [sda] Attached SCSI removable disk
Here's what I get when I put a SD card into the reader:

Code: Select all

edward@edmint:~$ dmesg -T | tail -n5
[Fri Jun 23 14:40:29 2023] sd 6:0:0:0: [sda] Media removed, stopped polling
[Fri Jun 23 14:40:29 2023] sd 6:0:0:0: [sda] Attached SCSI removable disk
[Fri Jun 23 14:43:57 2023] sd 6:0:0:0: [sda] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB)
[Fri Jun 23 14:43:57 2023] sda: detected capacity change from 0 to 62333952
[Fri Jun 23 14:43:57 2023]  sda: sda1
When I plug in a reader with no card, nothing shows in the file manager. When I plug in the card, the file manager opens automatically, the card is mounted and ready for use.
Locked

Return to “Storage”