lsusb

Display information about USB buses and devices connected to them. More information: <https://manned.org/lsusb>.

Install

All systems
curl cmd.cat/lsusb.sh
Debian Debian
apt-get install usbutils
Ubuntu
apt-get install usbutils
Alpine
apk add usbutils
Arch Arch Linux
pacman -S usbutils
image/svg+xml Kali Linux
apt-get install usbutils
CentOS
yum install usbutils
Fedora
dnf install usbutils
Windows (WSL2)
sudo apt-get update sudo apt-get install usbutils
OS X
brew install lsusb
Raspbian
apt-get install usbutils
Docker
docker run cmd.cat/lsusb lsusb powered by Commando

Display information about USB buses and devices connected to them. More information: <https://manned.org/lsusb>.

  • List all the USB devices available:
    lsusb
  • List the USB hierarchy as a tree:
    lsusb -t
  • List verbose information about USB devices:
    lsusb --verbose
  • List detailed information about a USB device:
    lsusb --verbose -s bus:device number
  • List devices with a specified vendor and product ID only:
    lsusb -d vendor:product

© tl;dr; authors and contributors