LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-19-2021, 08:36 AM   #1
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 521

Rep: Reputation: Disabled
USB SD card reader does not appear although detected when using lsusb command


Using Linux Mint 20.2 Cinnamon, Dell Inspiron 531.

When I put a USB card reader into a USB slot, nothing appears either on the desktop or in the file manager Nemo.

But when I use the command lsusb, it gives this result:

Bus 001 Device 010: ID 0000:0000 ENE UB6225

I get exactly the same results regardless of the SDHC card being in the reader or not.

Is there any way to activate it?

Thanks.

Update: I've found the verbose mode lsusb -v and the result is:

(It says "Couldn't open device, some information will be missing" for every device).

Bus 001 Device 011: ID 0000:0000 ENE UB6225
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0000
idProduct 0x0000
bcdDevice 0.00
iManufacturer 1
iProduct 2
iSerial 4
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0020
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 80 Bulk-Only
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 EP 1 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0

The dmesg command produces pages and pages of output, mentions UB6225 seven or eight times perhaps because I have been pulling it in and out of the sockets,. The final part is:

[ 8593.738748] usb 1-10: new high-speed USB device number 12 using ehci-pci
[ 8593.895793] usb 1-10: New USB device found, idVendor=0cf2, idProduct=6225, bcdDevice= 1.00
[ 8593.895796] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=4
[ 8593.895798] usb 1-10: Product: UB6225
[ 8593.895799] usb 1-10: Manufacturer: ENE
[ 8593.895800] usb 1-10: SerialNumber: 146030377350
[ 8593.896332] usb-storage 1-10:1.0: USB Mass Storage device detected
[ 8593.898798] scsi host6: usb-storage 1-10:1.0
[ 8594.931594] scsi 6:0:0:0: Direct-Access USB2.0 CardReader SD0 0100 PQ: 0 ANSI: 0
[ 8594.931966] scsi 6:0:0:0: Attached scsi generic sg2 type 0
[ 8594.963823] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 8599.890575] [UFW BLOCK] IN=enp0s7 OUT= MAC=01:00:5e:00:00:01:54:13:10:e2:33:61:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=786 PROTO=2

Last edited by grumpyskeptic; 10-19-2021 at 09:05 AM.
 
Old 10-19-2021, 09:12 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,207

Rep: Reputation: 2537Reputation: 2537Reputation: 2537Reputation: 2537Reputation: 2537Reputation: 2537Reputation: 2537Reputation: 2537Reputation: 2537Reputation: 2537Reputation: 2537
I'm not believing that device id of 0000:0000. So you have no module or firmware.
Look the specs of that device up on the web like you were buying it to find this sd card driver. Mine, for instance uses the Realtek RTS 5129 chip.

Then search for <your device> module & <your device> firmware, and post your results.

It could also be blown, which is quite on the cards.

Last edited by business_kid; 10-19-2021 at 09:15 AM.
 
Old 10-19-2021, 09:42 AM   #3
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 521

Original Poster
Rep: Reputation: Disabled
Curiously, it does show in the Disks program, as Model USB2.0 CardReader SD0 (0000) Serial Number 146030377350.

It is a USB external device that plugs into an external USB socket.

I had appended some of the results from the dmesg command at the end of my post.
 
Old 10-19-2021, 09:53 AM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,456

Rep: Reputation: 6216Reputation: 6216Reputation: 6216Reputation: 6216Reputation: 6216Reputation: 6216Reputation: 6216Reputation: 6216Reputation: 6216Reputation: 6216Reputation: 6216
Code:
Bus 001 Device 010: ID 0000:0000 ENE UB6225

[ 8593.895793] usb 1-10: New USB device found, idVendor=0cf2, idProduct=6225, bcdDevice= 1.00
[ 8593.895796] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=4
[ 8593.895798] usb 1-10: Product: UB6225
[ 8593.895799] usb 1-10: Manufacturer: ENE
[ 8593.895800] usb 1-10: SerialNumber: 146030377350
[ 8593.896332] usb-storage 1-10:1.0: USB Mass Storage device detected
[ 8593.898798] scsi host6: usb-storage 1-10:1.0
[ 8594.931594] scsi 6:0:0:0: Direct-Access USB2.0 CardReader SD0 0100 PQ: 0 ANSI: 0
[ 8594.931966] scsi 6:0:0:0: Attached scsi generic sg2 type 0
[ 8594.963823] sd 6:0:0:0: [sdb] Attached SCSI removable disk
What is interesting is lsusb shows ID and vendor as zeros but dmesg shows the device being enumerated. I would assume the outputs were not at the same time so it is possible the device is not making a good connection when inserted all the time or something is intermittent.

If the device is recognized it should just work. Nothing will appear to happen on the desktop unless there is a card inserted with a filesystem. Typically new cards are already formatted as FAT or maybe exFAT.
 
Old 10-20-2021, 03:05 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by michaelk View Post
What is interesting is lsusb shows ID and vendor as zeros but dmesg shows the device being enumerated. I would assume the outputs were not at the same time so it is possible the device is not making a good connection when inserted all the time or something is intermittent.
Couldn't it literally be an off-brand or no-name device?

AFAIU, it's a USB hub, one that you plug into a USB port to make more ports, like an extension cord?
Those (the cheap ones) are notoriously ultra-low quality.
 
Old 10-24-2021, 10:32 AM   #6
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 521

Original Poster
Rep: Reputation: Disabled
I eventually remembered that I also had a multi-card reader, which works perfectly. So I threw the duff one in the bin.

(They were both bought years ago from Poundland, both for £1 each as far as I recall. After they put every other pound-shop in Britain out of business and became a monopoly, the value-for-money has declined considerably and they no longer sell electronic gadgets.)
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
lsusb does not detect a usb headset MagicPoulp Linux - Hardware 3 09-11-2020 11:53 AM
Debian does not recognise RAM although BIOS does Simon2019 Linux - Hardware 12 11-19-2019 03:56 PM
LXer: Find USB device details in Linux/Unix using lsusb command LXer Syndicated Linux News 0 02-14-2016 09:03 AM
USB sound card not detected by ALSA but is by lsusb, using alsa 1.0.15 mjkelly93 Linux - Hardware 1 10-20-2007 11:23 AM
USB-Scanner not detected with lsusb PGPGPG Linux - Hardware 0 09-09-2006 12:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration