|
【Linux】
USB3-SATA bridge problem
Posted at 3/21/2019 22:42:28
View:3786
|
Replies:2
Print
Only Author
[Copy Link]
1#
Last edited by abutkov In 3/21/2019 19:45 Editor
Hi everyone
I faced a problem with Orico USB3 SATA adapter - no disk shows up in a system although lsusb does see it
While dmesg returns first this:
- [ 2.994934] usb 4-1: New USB device found, idVendor=2537, idProduct=1068
- [ 2.995545] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
- [ 2.996198] usb 4-1: Product: NS106X
- [ 2.996523] usb 4-1: Manufacturer: Norelsys
- [ 2.996914] usb 4-1: SerialNumber: 0123456789ABCDE
- [ 2.998995] usb 4-1: UAS is blacklisted for this device, using usb-storage instead
- [ 2.999831] usb 4-1: UAS is blacklisted for this device, using usb-storage instead
- [ 3.000511] usb-storage 4-1:1.0: USB Mass Storage device detected
- [ 3.001479] systemd[1]: Starting Create Static Device Nodes in /dev...
- [ 3.001730] usb-storage 4-1:1.0: Quirks match for vid 2537 pid 1068: 800000
- [ 3.001905] scsi host0: usb-storage 4-1:1.0
Copy the code and later:
- [ 6.270788] usb 4-1: reset SuperSpeed USB device number 2 using xhci-hcd
- [ 7.009720] usb 4-1: reset SuperSpeed USB device number 2 using xhci-hcd
- [ 7.652513] sda: sda1
- [ 7.655285] sd 0:0:0:0: [sda] Attached SCSI disk
- [ 7.768730] usb 4-1: reset SuperSpeed USB device number 2 using xhci-hcd
- [ 8.517902] usb 4-1: reset SuperSpeed USB device number 2 using xhci-hcd
- [ 9.251930] usb 4-1: reset SuperSpeed USB device number 2 using xhci-hcd
- [ 9.985826] usb 4-1: reset SuperSpeed USB device number 2 using xhci-hcd
Copy the code
That means system see the controller, disable UAS and switch it to usb-storage mode.
Any ideas?
Simple solution is using USB2 but I expect higher speed for an extra HDD.
|
|