source: general/sysutils/usbutils.xml@ 2d0650b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2d0650b was 195b246, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Archive fuse2.
Promote wget to required in usbutils.
Promote linux-pam to recommended in samba.
libvdpau no longer installs docs.

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

  • Property mode set to 100644
File size: 9.0 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 "&kernel-dl;/linux/utils/usb/usbutils/usbutils-&usbutils-version;.tar.xz">
8 <!ENTITY usbutils-download-ftp " ">
9 <!ENTITY usbutils-md5sum "0da98eb80159071fdbb00905390509d9">
10 <!ENTITY usbutils-size "100 KB">
11 <!ENTITY usbutils-buildsize "6.6 MB">
12 <!ENTITY usbutils-time "0.2 SBU">
13]>
14
15<sect1 id="usbutils" xreflabel="usbutils-&usbutils-version;">
16 <?dbhtml filename="usbutils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>usbutils-&usbutils-version;</title>
24
25 <indexterm zone="usbutils">
26 <primary sortas="a-usbutils">usbutils</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 utilities
34 used to display information about USB buses in the system and the
35 devices connected to them.
36 </para>
37
38 &lfs90_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">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Required patch:
79 <ulink url="&patch-root;/usbutils-&usbutils-version;-lsusb_bugfixes-1.patch"/>
80 </para>
81 </listitem>
82 </itemizedlist>
83-->
84 <bridgehead renderas="sect3">USB Utils Dependencies</bridgehead>
85
86
87 <para role="required">
88 <xref linkend="libusb"/> and
89 <xref linkend="wget"/>
90 <!-- In the systemd book, a unit/timer is installed to update the
91 usb.ids file automatically.
92
93 wget is used in the instructions below.
94 -->
95 </para>
96
97<!-- lsusb.py has been ported to Python 3, and it is the only Python user
98 <bridgehead renderas="sect4">Required Runtime</bridgehead>
99 <para role="required">
100 <xref role="runtime" linkend="python2"/>
101 </para>
102-->
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/usbutils"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of USB Utils</title>
110
111 <para>
112 Install <application>USB Utils</application> by
113 running the following commands:
114 </para>
115
116<screen><userinput>./autogen.sh --prefix=/usr --datadir=/usr/share/hwdata &amp;&amp;
117make</userinput></screen>
118
119 <para>
120 This package does not come with a test suite.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 <para>
130 To install the <filename>usb.ids</filename> data file, using
131 <xref linkend="wget"/>, run, as the
132 <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>install -dm755 /usr/share/hwdata/ &amp;&amp;
136wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen>
137
138 <para>
139 The script <command>lsusb.py</command> displays information in a more
140 easily readable form than <command>lsusb</command>. To find the options,
141 use <command>lsusb.py -h</command>. One form of use recommended by the
142 developer is <command>lsusb.py -ciu</command>.
143 </para>
144
145 </sect2>
146<!-- No longer needed
147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
150 <para>
151 <command>sed ... lsusb.py</command>: Instructs lsusb.py where to search
152 <filename>usb.ids</filename>.
153 </para>
154
155 </sect2>
156-->
157 <sect2 role="configuration">
158 <title>Configuring USB Utils</title>
159
160 <para revision="sysv">
161 The <filename>usb.ids</filename> data file is constantly being updated.
162 To get a current version of this file, using <xref linkend="wget"/>,
163 periodically run again, as the
164 <systemitem class="username">root</systemitem> user:
165 </para>
166
167<screen role="root" revision="sysv"><userinput>wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen>
168
169 <para>
170 You should update the <filename>/usr/share/hwdata/usb.ids</filename> file
171 periodically. <phrase revision="sysv">If you've installed
172 <xref linkend="fcron"/> and completed the section on periodic jobs,
173 execute</phrase><phrase revision="systemd">Execute</phrase> the following commands, as the <systemitem class="username">root</systemitem> user,
174 to create a <phrase revision="sysv">weekly cron job:</phrase>
175 <phrase revision="systemd">systemd timer to update it weekly on Sundays
176 at 2:30 A.M. (local time):</phrase>
177 </para>
178
179<screen role="root" revision="sysv"><userinput>cat &gt; /etc/cron.weekly/update-usbids.sh &lt;&lt; "EOF" &amp;&amp;
180<literal>#!/bin/bash
181/usr/bin/wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</literal>
182EOF
183chmod 754 /etc/cron.weekly/update-usbids.sh</userinput></screen>
184
185<screen role="root" revision="systemd"><userinput>cat &gt; /lib/systemd/system/update-usbids.service &lt;&lt; "EOF" &amp;&amp;
186<literal>[Unit]
187Description=Update usb.ids file
188Documentation=man:lsusb(8)
189DefaultDependencies=no
190After=local-fs.target network-online.target
191Before=shutdown.target
192
193[Service]
194Type=oneshot
195RemainAfterExit=yes
196ExecStart=/usr/bin/wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</literal>
197EOF
198cat &gt; /lib/systemd/system/update-usbids.timer &lt;&lt; "EOF" &amp;&amp;
199<literal>[Unit]
200Description=Update usb.ids file weekly
201
202[Timer]
203OnCalendar=Sun 03:00:00
204Persistent=true
205
206[Install]
207WantedBy=timers.target</literal>
208EOF
209systemctl enable update-usbids.timer</userinput></screen>
210
211 </sect2>
212
213 <sect2 role="content">
214 <title>Contents</title>
215
216 <segmentedlist>
217 <segtitle>Installed Programs</segtitle>
218 <segtitle>Installed Libraries</segtitle>
219 <segtitle>Installed Directories</segtitle>
220
221 <seglistitem>
222 <seg>
223 lsusb, lsusb.py, usb-devices, and usbhid-dump
224 </seg>
225 <seg>
226 None
227 </seg>
228 <seg>
229 None
230 </seg>
231 </seglistitem>
232 </segmentedlist>
233
234 <variablelist>
235 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
236 <?dbfo list-presentation="list"?>
237 <?dbhtml list-presentation="table"?>
238
239 <varlistentry id="lsusb">
240 <term><command>lsusb</command></term>
241 <listitem>
242 <para>
243 is a utility for displaying information about all USB buses
244 in the system and all devices connected to them, but not in human
245 friendly form.
246 </para>
247 <indexterm zone="usbutils lsusb">
248 <primary sortas="b-lsusb">lsusb</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="lsusb.py">
254 <term><command>lsusb.py</command></term>
255 <listitem>
256 <para>
257 displays information about all USB buses in the system and all
258 devices connected to them in reasonable human friendly form.
259 </para>
260 <indexterm zone="usbutils lsusb.py">
261 <primary sortas="b-lsusb.py">lsusb.py</primary>
262 </indexterm>
263 </listitem>
264 </varlistentry>
265
266 <varlistentry id="usb-devices">
267 <term><command>usb-devices</command></term>
268 <listitem>
269 <para>
270 is a shell script that displays details of USB buses and devices
271 connected to them. It is designed to be used if /proc/bus/usb/devices
272 is not available on your system.
273 </para>
274 <indexterm zone="usbutils usb-devices">
275 <primary sortas="b-usb-devices">usb-devices</primary>
276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry id="usbhid-dump">
281 <term><command>usbhid-dump</command></term>
282 <listitem>
283 <para>
284 is used to dump report descriptors and streams from HID
285 (human interface device) interfaces of USB devices.
286 </para>
287 <indexterm zone="usbutils usbhid-dump">
288 <primary sortas="b-usbhid-dump">usbhid-dump</primary>
289 </indexterm>
290 </listitem>
291 </varlistentry>
292
293 </variablelist>
294
295 </sect2>
296
297</sect1>
Note: See TracBrowser for help on using the repository browser.