summaryrefslogtreecommitdiffstats
path: root/system/usbview/README
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2013-02-22 04:29:16 -0500
committer Robby Workman <rworkman@slackbuilds.org>2013-02-22 22:27:28 -0600
commit09ad8508c4aa7aee39dd0cd689345c2aca070e80 (patch)
treec2d12b7ad2cb9a15b79bc3f3900a947238748004 /system/usbview/README
parent92b0b3137a9097446f351ad29de8aa40cb0bd1df (diff)
downloadslackbuilds-09ad8508c4aa7aee39dd0cd689345c2aca070e80.tar.gz
slackbuilds-09ad8508c4aa7aee39dd0cd689345c2aca070e80.tar.xz
system/usbview: Updated for version 2.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/usbview/README')
-rw-r--r--system/usbview/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/usbview/README b/system/usbview/README
index 575f346f1f..320d094104 100644
--- a/system/usbview/README
+++ b/system/usbview/README
@@ -2,3 +2,10 @@ 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.