Hi
I have a USB3.0 to SATA that works fine on my laptop
lsub show it as:
Everything looks fine on dmesg and the unit is mounted.
Display Spoiler
[10834.077300] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[10834.103684] usb 2-1: New USB device found, idVendor=1f75, idProduct=0621
[10834.103689] usb 2-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6
[10834.103692] usb 2-1: SerialNumber: 20170816
[10834.757499] usb-storage 2-1:1.0: USB Mass Storage device detected
[10834.757616] scsi host2: usb-storage 2-1:1.0
[10834.757728] usbcore: registered new interface driver usb-storage
[10834.764188] usbcore: registered new interface driver uas
[10836.070995] scsi 2:0:0:0: Direct-Access TOSHIBA MQ01ABD050V PQ: 0 ANSI: 6
[10836.072016] sd 2:0:0:0: Attached scsi generic sg2 type 0
[10836.072487] sd 2:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[10836.072886] sd 2:0:0:0: [sdb] Write Protect is off
[10836.072890] sd 2:0:0:0: [sdb] Mode Sense: 3b 00 00 00
[10836.073224] sd 2:0:0:0: [sdb] No Caching mode page found
[10836.073227] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[10836.163522] sd 2:0:0:0: [sdb] Attached SCSI disk
[10837.597131] EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: (null)
But it not works on S905 Libreelec 8.0.2
lsusb not show the device?
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
And dmesg show some error
[ 155.681526@3] usb 1-1.2: new low-speed USB device number 7 using xhci-hcd
[ 155.781016@3] usb 1-1.2: device descriptor read/64, error -32
[ 155.890863@3] xhci-hcd xhci-hcd.0.auto: Setup ERROR: setup context command for slot 2.
[ 155.971143@3] usb 1-1.2: new low-speed USB device number 8 using xhci-hcd
[ 156.071224@3] usb 1-1.2: device descriptor read/64, error -32
[ 156.180883@3] xhci-hcd xhci-hcd.0.auto: Setup ERROR: setup context command for slot 2.
[ 156.261191@3] usb 1-1.2: new low-speed USB device number 9 using xhci-hcd
[ 156.264107@3] usb 1-1.2: Device not responding to setup address.
[ 156.473100@3] usb 1-1.2: Device not responding to setup address.
[ 156.680831@3] usb 1-1.2: device not accepting address 9, error -71
[ 156.761103@3] usb 1-1.2: new low-speed USB device number 10 using xhci-hcd
[ 156.764105@3] usb 1-1.2: Device not responding to setup address.
[ 156.973141@3] usb 1-1.2: Device not responding to setup address.
[ 157.180771@3] usb 1-1.2: device not accepting address 10, error -71
[ 157.181243@3] hub 1-1:1.0: unable to enumerate USB device on port 2
Display More
This error can be solved?