Linux Commands Examples

A great documentation place for Linux commands

lsusb

list USB devices


see also : lspci

Synopsis

lsusb [ options ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

lsusb is a utility for displaying information about USB buses in the system and the devices connected to them.

options

-v, --verbose

Tells lsusb to be verbose and display detailed information about the devices shown. This includes configuration descriptors for the device’s current speed. Class descriptors will be shown, when available, for USB device classes including hub, audio, HID, communications, and chipcard.

-s [[bus]:][devnum]

Show only devices in specified bus and/or devnum. Both ID’s are given in decimal and may be omitted.

-d [vendor]:[product]

Show only devices with the specified vendor and product ID. Both ID’s are given in hexadecimal.

-D device

Do not scan the /dev/bus/usb directory, instead display only information about the device whose device file is given. The device file should be something like /dev/bus/usb/001/001. This option displays detailed information like the v option; you must be root to do this.

-t

Tells lsusb to dump the physical USB device hierarchy as a tree. This overrides the v option.

-V, --version

Print version information on standard output, then exit successfully.

files

/var/lib/usbutils/usb.ids

A list of all known USB ID’s (vendors, products, classes, subclasses and protocols).

return value

If the specified device is not found, a non-zero exit code is returned.


see also

lspci , usbview.


author

Thomas Sailer, <sailer[:at:]ife.ee.ethz[:dot:]ch>.

How can this site be more helpful to YOU ?


give  feedback