View Single Post
Old 03-29-2018, 02:38 PM   #6
mlukaszek
Senior Member
 
mlukaszek's Avatar
 
Join Date: Feb 2010
Posts: 386
Default

In order to find out if it's running with USB 2.0 or 3.0 speed, the easiest way is to use the command
Code:
lsusb -t
which, apart from visualising the device tree for USB devices, shows the speed - either 12M, 480M or 5000M - for USB 1, 2, and 3 respectively.

Thanks,
Michal
mlukaszek is offline   Reply With Quote