This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > usbview (2.0)

USBView is a GTK program that displays the topography of the devices that are
plugged into the USB bus on a Linux machine. It also displays information on
each of the devices. This can be useful to determine if a device is working
properly or not.

For this program to be useful, you will need to mount the debug filesystem
(debugfs). Add this line to your /etc/fstab:

debugfs /sys/kernel/debug debugfs noauto 0 0

Now a simple `mount debugfs` will make the USB info available to USBView.

The debugfs root directory is accessible only to the root user by default.
You can grant access to the USB device info (as well as the rest of the
debugfs tree) with the "uid", "gid", and "mode" mount options. For example:

debugfs /sys/kernel/debug debugfs noauto,mode=755 0 0

Maintained by: Kyle Guinn
Keywords: usb,kernel,driver,tree
ChangeLog: usbview

Homepage:
http://www.kroah.com/linux/usb/

Source Downloads:
usbview-2.0.tar.gz (565f2e79f3924d14ab5b4d8aced557e5)

Download SlackBuild:
usbview.tar.gz
usbview.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
usbview.SlackBuild
usbview.info

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds