Quick tip: Tell what hardware is connected via USB to my Linux desktop
USB devices are quite common these days. I've digital cam, Pen drive, external hard disk, mouse and other stuff. So how do I tell what hardware is connected via USB to my Linux desktop?
lsusb is a utility for displaying information about USB buses in the system and the devices connected to them. To make use of all the features of this program, you need to have a Linux kernel which supports the /proc/bus/usb interface.
-v command option is very informative. It 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.
lsusb command Examples
lsusb
lsusb -t
lsusb -v
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or full RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in...
- Comparison: Opensouce Linux / OpenBSD firewall vs proprietary firewall
- Howto Setup Linux as router for ppp dial up (PSTN/ISDN) connections
- Get Information about All Running Services Remotely
- STX Linux: perfect distribution for older hardware
- Understanding Kernel-based Virtual Machine for Linux
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: buses, class_descriptors, command_option, digital_cam, external_hard_disk, hub, linux_desktop, linux_kernel, pen_drive, usb_device, usb_interface ~ Last updated on: July 6, 2007


Recent Comments
Today ~ 8 Comments
Today ~ 3 Comments
Today ~ 2 Comments
Today ~ 37 Comments
Today ~ 1 Comment