We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unfortunately, the storage cannot be used under Linux. It is working under Windows.
My dmesg:
dmesg
[11494.406796] usb 1-2: new full-speed USB device number 53 using xhci_hcd [11494.534985] usb 1-2: New USB device found, idVendor=cafe, idProduct=4003, bcdDevice= 1.00 [11494.535011] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [11494.535023] usb 1-2: Product: TinyUSB Device [11494.535033] usb 1-2: Manufacturer: TinyUSB [11494.535042] usb 1-2: SerialNumber: 123456789012 [11494.539558] cdc_acm 1-2:1.0: ttyACM0: USB ACM device [11494.540855] usb-storage 1-2:1.2: USB Mass Storage device detected [11494.541500] scsi host2: usb-storage 1-2:1.2 [11495.555733] scsi 2:0:0:0: Direct-Access TinyUSB Mass Storage 1.0 PQ: 0 ANSI: 2 [11495.556340] sd 2:0:0:0: Attached scsi generic sg1 type 0 [11495.557937] sd 2:0:0:0: [sdb] 260 512-byte logical blocks: (133 kB/130 KiB) [11495.558589] sd 2:0:0:0: [sdb] Write Protect is off [11495.558607] sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00 [11495.559170] sd 2:0:0:0: [sdb] No Caching mode page found [11495.559183] sd 2:0:0:0: [sdb] Assuming drive cache: write through [11495.573679] sdb: [11495.574034] sd 2:0:0:0: [sdb] Attached SCSI removable disk [11495.623805] sd 2:0:0:0: [sdb] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s [11495.623823] sd 2:0:0:0: [sdb] tag#0 Sense Key : Not Ready [current] [11495.623835] sd 2:0:0:0: [sdb] tag#0 Add. Sense: Medium not present [11495.623844] sd 2:0:0:0: [sdb] tag#0 CDB: Read(10) 28 00 00 00 00 80 00 00 08 00 [11495.623851] I/O error, dev sdb, sector 128 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0 [11495.626961] sd 2:0:0:0: [sdb] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s [11495.626981] sd 2:0:0:0: [sdb] tag#0 Sense Key : Not Ready [current] [11495.626997] sd 2:0:0:0: [sdb] tag#0 Add. Sense: Medium not present [11495.627010] sd 2:0:0:0: [sdb] tag#0 CDB: Read(10) 28 00 00 00 00 80 00 00 08 00 [11495.627019] I/O error, dev sdb, sector 128 op 0x0:(READ) flags 0x0 phys_seg 2 prio class 0 [11495.627044] Buffer I/O error on dev sdb, logical block 32, async page read [11495.627059] Buffer I/O error on dev sdb, logical block 33, async page read
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unfortunately, the storage cannot be used under Linux. It is working under Windows.
My
dmesg
:Thank you
The text was updated successfully, but these errors were encountered: