What Islsusb?
It will work on desktops, servers, and other common Linux-running hardware like Raspberry Pi’s, etc.
you could get into the complete but smalllsusbmanual by issuing
at a Terminal command prompt.
Note that theUSB gear IDhas two parts.
Of interest here is that such equipment IDs can be entered into your favorite search engine.
In both cases, this would produce reliable search results.
Also, note that devices listed in lsusb are not necessarily always hardware/physical devices.
USB 1.1 versus USB 2.0 and USB 3.0.
Note that here thebuspart of the option is optional.
So how can you search for just a Product ID without searching for a vendor?
you could usegrep:
Note that using a Product ID with the option-s(i.e.
Uselsusb -vto see all detailed information for all connected devices and hubs (including software devices).
Note that the output will likely scroll for several pages, especially on modern or non-hardware-emulated systems.
Wrapping up
In this article we reviewed how to use thelsusbtool in Linux.