source: archive/hdwids.xml@ d9cbb3b

11.1 11.2 11.3 12.0 12.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 d9cbb3b was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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