This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

usbutils

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

This article is a stub. You can help by expanding it.
Resources

Userspace utilities for collecting information from the USB bus. The most prominent utility included is lsusb, a hardware detection tool for system resources connected to the Universal Serial Bus.

Installation

USE flags

USE flags for sys-apps/usbutils USB enumeration utilities

python Add optional support/bindings for the Python language
usbreset additionally compile the potentially problematic usbreset util

Emerge

root #emerge --ask sys-apps/usbutils

lsusb detects the devices based on an ID database provided by sys-apps/hwids which will be installed as a dependency of usbutils.

Usage

Invocation

user $qlist usbutils | grep bin/
user $lsusb -h

See also

  • lshw - A "Hardware Lister" for Linux.
  • pciutils - Userspace utilities for collecting information from the PCI bus.