Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux list usb device and port speed

# This will list USB devices along with usb port type (see bcdUSB field)
sudo lsusb -vvv |grep -i -B5 -A5 bcdUSB
# Alternatively, this gives a hierarchical view of the USB devices
sudo lsusb -t


# This is another way to look at the usb devices and get some more info
lsblk -o model,name,fstype,size,label,mountpoint,serial,path

# References
# https://askubuntu.com/questions/162434/how-do-i-find-out-usb-speed-from-a-terminal
# https://askubuntu.com/a/604176/1197918
# https://askubuntu.com/a/973790/1197918
Comment

PREVIOUS NEXT
Code Example
Shell :: tsv to json bash 
Shell :: get ssh recovery code 
Shell :: install figlet centos 8 
Shell :: force slack to close mac 
Shell :: git add back to tracking which is removed file from tracking without deleting 
Shell :: powershell alternative && 
Shell :: linux where to install 3rd party driver 
Shell :: Bitbucket config to deploy aws instance 
Shell :: select adb device to install apk 
Shell :: how to install opensll in ubuntu 18.04 
Shell :: comment lines in nano 
Shell :: how mint nft works 
Shell :: shh key pair for github 
Shell :: install dotnet 5 on pi os 
Shell :: what is installation testing 
Shell :: sudo apt install powerman 
Shell :: git expo init 
Shell :: Install Spotify on zzUbuntu 
Shell :: how to kali pentest guide line command how to hack with kali humm my friendsss is all back in google make a signe 
Shell :: how to search .class file in unix 
Shell :: pip install win32api 
Shell :: Install spawn-fcgi 
Shell :: elementary os install window cut off 
Shell :: powershell profile create if not exists 
Shell :: select an object based a field which is like a string jq 
Shell :: restart service hpux 
Shell :: Set Up Imagick 
Shell :: papermc no gui 
Shell :: print all installed program with scoop 
Shell :: leetcode even digits 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =