You are missing information to determine if UASP is used/supported

1 - Check to see how it is detected.

Code:
--------------------
    
  tc@Pi4-aarch64-Devel:/mnt/build/aarch64$ lsusb
  Bus 002 Device 003: ID 04e8:4001 Samsung Electronics Co., Ltd    <<------- 
this is my SSD, sitting on Bus 002, Device 003
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 005: ID 1a86:e050 QinHeng Electronics
  Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub
  Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  
  tc@Pi4-aarch64-Devel:/mnt/build/aarch64$ lsusb -t
  /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
  |__ Port 2: Dev 3, If 0, Class=Mass Storage, Driver=uas, 5000M                
  <<---Bus2, Port 3 is shown using the uas driver.
  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
  |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
  |__ Port 4: Dev 3, If 0, Class=Hub, Driver=hub/4p, 480M
  |__ Port 1: Dev 5, If 0, Class=Human Interface Device, Driver=usbhid, 12M
  |__ Port 1: Dev 5, If 1, Class=Human Interface Device, Driver=usbhid, 12M
  |__ Port 1: Dev 5, If 2, Class=Human Interface Device, Driver=usbhid, 12M
  |__ Port 1: Dev 5, If 3, Class=Human Interface Device, Driver=usbhid, 12M
  
--------------------


2 - To examine the drive capabilities

Code:
--------------------
    
  tc@Pi4-aarch64-Devel:/mnt/build/aarch64$ lsusb -v -d 04e8:4001 | grep -i 
interface    <<-----enter the xxxx:xxxx device identifier shown from lsusb
  bDeviceClass            0 (Defined at Interface level)
  bNumInterfaces          1
  Interface Descriptor:
  bInterfaceNumber        0
  bInterfaceClass         8 Mass Storage
  bInterfaceSubClass      6 SCSI
  bInterfaceProtocol     80 Bulk-Only
  iInterface              0
  Interface Descriptor:
  bInterfaceNumber        0
  bInterfaceClass         8 Mass Storage
  bInterfaceSubClass      6 SCSI
  bInterfaceProtocol     98                       <<------ Interface Protocol 
98 means the device supports UASP
  iInterface              0
  
--------------------



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer
------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=113575

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to