source: general/sysutils/hdwids.xml@ 2882ec4b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2882ec4b was 2882ec4b, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

Update to usbutils-008.
Add package hwids-20141022.

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

  • Property mode set to 100644
File size: 4.2 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 hdwids-download-http "&sources-anduin-other-http;/hdwids-&hdwids-version;.tar.xz">
8 <!ENTITY hdwids-download-ftp " ">
9 <!ENTITY hdwids-md5sum "9064167bafde9a89bc890ec842783a53">
10 <!ENTITY hdwids-size "1.2 MB">
11 <!ENTITY hdwids-buildsize "7.0 MB">
12 <!ENTITY hdwids-time "less than 0.1 SBU">
13]>
14
15<sect1 id="hdwids" xreflabel="hdwids-&hdwids-version;">
16 <?dbhtml filename="hdwids.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>hdwids-&hdwids-version;</title>
24
25 <indexterm zone="hdwids">
26 <primary sortas="a-hdwids">hdwids</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to hdwids</title>
31
32 <para>
33 The <application>hdwids</application> package contains provides USB and
34 PCI data.
35 </para>
36
37 &lfs76_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&hdwids-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&hdwids-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &hdwids-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &hdwids-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &hdwids-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &hdwids-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <para>The <application>hdwids</application> tarballs are not generated by
74 the maintainers. The source tarball above was created by the BLFS team by
75 pulling a git version, and removing .git*. BLFS made no changes to the
76 existing source files.</para>
77<!--
78 <bridgehead renderas="sect3">hdwids Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="libusb"/>
83 </para>-->
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/hdwids"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of hdwids</title>
92
93 <para>
94 Install <application>hdwids</application> by running the following
95 commands, as the <systemitem class="username">root</systemitem> user:
96 </para>
97
98<screen role="root"><userinput>for ids in pci.ids usb.ids; do
99 install -vDm644 $ids usr/share/hwdata/$ids
100done &amp;&amp;
101unset ids</userinput></screen>
102
103 </sect2>
104<!--
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para>
109 <option>-/-disable-zlib</option>: This stops
110 <application>hdwids</application> from installing a
111 compressed <filename>usb.ids</filename> alongside the
112 uncompressed one.
113 </para>
114
115 </sect2>
116-->
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 None
129 </seg>
130 <seg>
131 None
132 </seg>
133 <seg>
134 /usr/share/hwdata
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138<!--
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="lsusb">
145 <term><command>lsusb</command></term>
146 <listitem>
147 <para>
148 is an utility for displaying information about all USB buses
149 in the system and all devices connected to them.
150 </para>
151 <indexterm zone="hdwids lsusb">
152 <primary sortas="b-lsusb">lsusb</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>-->
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.