summaryrefslogtreecommitdiffstats
path: root/system/usbview/README
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2022-02-08 22:31:16 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-09 17:02:01 +0700
commitf19463bce8d4774871505064e803d78aa8e8292a (patch)
treec9610429d83dd7041036bde20f4a9e216aaf836d /system/usbview/README
parenteef9b4c6e965109b8e5dd4ae15bfbe5f9b797515 (diff)
downloadslackbuilds-f19463bce8d4774871505064e803d78aa8e8292a.tar.gz
slackbuilds-f19463bce8d4774871505064e803d78aa8e8292a.tar.xz
system/usbview: Updated for version 3.0
Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/usbview/README')
-rw-r--r--system/usbview/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/system/usbview/README b/system/usbview/README
index 03ae2de1e8..575f346f1f 100644
--- a/system/usbview/README
+++ b/system/usbview/README
@@ -2,16 +2,3 @@ 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