%general-entities; ]> $LastChangedBy$ $Date$ usbutils-&usbutils-version; usbutils Introduction to USB Utils The USB Utils package contains utilities used to display information about USB buses in the system and the devices connected to them. &lfs76_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &usbutils-md5sum; Download size: &usbutils-size; Estimated disk space required: &usbutils-buildsize; Estimated build time: &usbutils-time; USB Utils Dependencies Required (necessary for lsusb.py) and Required Runtime User Notes: Installation of USB Utils Install USB Utils by running the following commands: sed -i '/^usbids/ s:usb.ids:hwdata/&:' lsusb.py && ./configure --prefix=/usr --datadir=/usr/share/hwdata && make This package does not come with a test suite. Now, as the root user: make install The script lsusb.py displays information in a more easily readable form than lsusb. To find the options, use lsusb.py -h. One form of use recommended by the developer is lsusb.py -ciu. Command Explanations sed ... lsusb.py: Instructs lsusb.py where to search usb.ids. Contents Installed Programs Installed Libraries Installed Directories lsusb, lsusb.py, usb-devices, and usbhid-dump None None Short Descriptions lsusb is an utility for displaying information about all USB buses in the system and all devices connected to them, but not in human friendly form. lsusb lsusb.py displays information about all USB buses in the system and all devices connected to them in reasonable human friendly form. lsusb.py usb-devices is a shell script that displays details of USB buses and devices connected to them. It is designed to be used if /proc/bus/usb/devices is not available on your system. usb-devices usbhid-dump is used to dump report descriptors and streams from HID (human interface device) interfaces of USB devices. usbhid-dump