source: general/sysutils/usbutils.xml@ 8aeb474

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8aeb474 was 394c86f8, checked in by Krejzi <krejzi@…>, 12 years ago

Mark some packages as 7.2 checked. Part 5 - System Utilities.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10553 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY usbutils-download-http "http://ftp.kernel.org/pub/linux/utils/usb/usbutils/usbutils-&usbutils-version;.tar.xz">
8 <!ENTITY usbutils-download-ftp "ftp://ftp.kernel.org/pub/linux/utils/usb/usbutils/usbutils-&usbutils-version;.tar.xz">
9 <!ENTITY usbutils-md5sum "c9aa14ee3d6c991fda183f42cf72a8a8">
10 <!ENTITY usbutils-size "400 KB">
11 <!ENTITY usbutils-buildsize "6.0 MB">
12 <!ENTITY usbutils-time "0.1 SBU">
13]>
14
15<sect1 id="usbutils" xreflabel="USB Utils-&usbutils-version;">
16 <?dbhtml filename="usbutils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>USB Utils-&usbutils-version;</title>
24
25 <indexterm zone="usbutils">
26 <primary sortas="a-USB Utils">USB Utils</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to USB Utils</title>
31
32 <para>
33 The <application>USB Utils</application> package contains an utility
34 used to display information about USB buses in the system and the
35 devices connected to them.
36 </para>
37
38 &lfs72_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&usbutils-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&usbutils-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &usbutils-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &usbutils-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &usbutils-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &usbutils-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">USB Utils Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libusb"/> and
79 <xref linkend="pkgconfig"/>
80 </para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/usbutils"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of USB Utils</title>
89
90 <para>
91 Install <application>USB Utils</application> by
92 running the following commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr \
96 --datadir=/usr/share/misc \
97 --disable-zlib &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install &amp;&amp;
109mv -v /usr/sbin/update-usbids.sh /usr/sbin/update-usbids</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <para>
117 <option>--disable-zlib</option>: This stops
118 <application>USB Utils</application> from installing a
119 compressed <filename>usb.ids</filename> alongside the
120 uncompressed one.
121 </para>
122
123 </sect2>
124
125 <sect2 role="configuration">
126 <title>Configuring USB Utils</title>
127
128 <para>
129 The <filename>usb.ids</filename> data file is constantly being
130 updated. To get a current version of this file, run
131 <command>update-usbids</command> as the <systemitem
132 class="username">root</systemitem> user. This program requires the
133 <xref linkend="which"/> script or program to find <xref linkend="lynx"/>
134 or <xref linkend="wget"/> which are used to download the most current file,
135 and replace the existing file in
136 <filename class="directory">/usr/share/misc</filename>.
137 </para>
138
139 <para>
140 You may wish to add an entry to
141 <systemitem class="username">root</systemitem>'s (or any other user who has
142 write privilege to <filename class="directory">/usr/share/misc</filename>)
143 crontab to automatically update the <filename>usb.ids</filename> file
144 periodically.
145 </para>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154
155 <seglistitem>
156 <seg>
157 lsusb, update-usbids, usb-devices and usbhid-dump
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="lsusb">
168 <term><command>lsusb</command></term>
169 <listitem>
170 <para>
171 is an utility for displaying information about all USB buses
172 in the system and all devices connected to them.
173 </para>
174 <indexterm zone="usbutils lsusb">
175 <primary sortas="b-lsusb">lsusb</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="update-usbids">
181 <term><command>update-usbids</command></term>
182 <listitem>
183 <para>
184 downloads the current version of the USB ID list. Requires
185 <xref linkend="lynx"/> or <xref linkend="wget"/>.
186 </para>
187 <indexterm zone="usbutils update-usbids">
188 <primary sortas="b-update-usbids">update-usbids</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="usb-devices">
194 <term><command>usb-devices</command></term>
195 <listitem>
196 <para>
197 is a shell script that displays details of USB buses and devices
198 connected to them. It is designed to be used if /proc/bus/usb/devices
199 is not available on your system.
200 </para>
201 <indexterm zone="usbutils usb-devices">
202 <primary sortas="b-usb-devices">usb-devices</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="usbhid-dump">
208 <term><command>usbhid-dump</command></term>
209 <listitem>
210 <para>
211 is used to dump report descriptors and streams from HID
212 (human interface device) interfaces of USB devices.
213 </para>
214 <indexterm zone="usbutils usbhid-dump">
215 <primary sortas="b-usbhid-dump">usbhid-dump</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 </variablelist>
221
222 </sect2>
223
224</sect1>
Note: See TracBrowser for help on using the repository browser.