Hi all,
I found a strange behaviour with the Tumbleweed system when recognising of my 64GB Kingston 100 G3 USB thumb drive. As shown in my signature, I am using a ThinkPad T420s laptop with the lastest snapshot. And I could NOT remember if I ran into this before.
And, of course, this does not happen frequently that I can not even remember when did the last time it happen or even if it happened. So I am not asking a solution but just a discussion, such as how does it happen and should it be reported as a bug, etc.
So I pasted the output of dmesg
for experienced users here to see if this is a problem that should be reported to the bugzilla.
The thing is that the system did not recognise the thumb drive at the first plugging in but did recognise it at second plugging in. And the dmesg
showed that the manufacture of the drive is not correct for the first plugging in. And I checked that the first attaching was firm. And the same USB 2.0 port were used for the twice plugging in.
Here are the two snippets of twice plugging in records of dmesg
.
First (not recognised),
2023.853394] usb 4-1.2: new high-speed USB device number 3 using ehci-pci
2023.963779] usb 4-1.2: New USB device found, idVendor=13fe, idProduct=5500
2023.963783] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2023.963786] usb 4-1.2: Product: 2307 Boot ROM
2023.963788] usb 4-1.2: Manufacturer: Phison
2024.574535] usb-storage 4-1.2:1.0: USB Mass Storage device detected
2024.574622] scsi host6: usb-storage 4-1.2:1.0
2024.574721] usbcore: registered new interface driver usb-storage
2024.584467] usbcore: registered new interface driver uas
2025.582497] scsi 6:0:0:0: Direct-Access 2307 PRAM 1.00 PQ: 0 ANSI: 0 CCS
2025.582683] sd 6:0:0:0: Attached scsi generic sg1 type 0
2025.584845] sd 6:0:0:0: [sdb] Attached SCSI removable disk
2147.117703] usb 4-1.2: USB disconnect, device number 3
Second (recognised)
2153.184996] usb 4-1.2: new high-speed USB device number 4 using ehci-pci
2153.538314] usb 4-1.2: New USB device found, idVendor=0930, idProduct=6545
2153.538321] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2153.538324] usb 4-1.2: Product: DataTraveler 3.0
2153.538327] usb 4-1.2: Manufacturer: Kingston
2153.538330] usb 4-1.2: SerialNumber: 0019E06B0848EE90273CBEAE
2153.538984] usb-storage 4-1.2:1.0: USB Mass Storage device detected
2153.539339] scsi host6: usb-storage 4-1.2:1.0
2154.659150] scsi 6:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
2154.659697] sd 6:0:0:0: Attached scsi generic sg1 type 0
2157.200825] sd 6:0:0:0: [sdb] 121990656 512-byte logical blocks: (62.5 GB/58.2 GiB)
2157.201421] sd 6:0:0:0: [sdb] Write Protect is off
2157.201426] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
2157.202071] sd 6:0:0:0: [sdb] No Caching mode page found
2157.202081] sd 6:0:0:0: [sdb] Assuming drive cache: write through
2157.232038] sdb: sdb1
2157.235056] sd 6:0:0:0: [sdb] Attached SCSI removable disk
CnZhx