source: general/sysutils/pciutils.xml@ c0913c4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 c0913c4 was c0913c4, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

Reccomended running update-pciis in new config section.

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

  • Property mode set to 100644
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY pciutils-download-http "http://www.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.bz2">
8 <!ENTITY pciutils-download-ftp "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.bz2">
9 <!ENTITY pciutils-md5sum "2b3b2147b7bc91f362be55cb49fa1c4e">
10 <!ENTITY pciutils-size "107 KB">
11 <!ENTITY pciutils-buildsize "1.04 MB">
12 <!ENTITY pciutils-time "0.01 SBU">
13]>
14
15<sect1 id="pciutils" xreflabel="PCI Utilities-&pciutils-version;">
16 <?dbhtml filename="pciutils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>PCI Utilities-&pciutils-version;</title>
24
25 <indexterm zone="pciutils">
26 <primary sortas="a-PCI-Utilities">PCI Utilities</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to PCI Utilities</title>
31
32 <para>The <application>PCI Utilities</application> package
33 is a set of programs for listing PCI devices, inspecting
34 their status and setting their configuration registers.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&pciutils-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&pciutils-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &pciutils-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &pciutils-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &pciutils-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &pciutils-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">PCI Utilities Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para><xref linkend="which"/></para>
62
63 </sect2>
64
65 <sect2 role="installation">
66 <title>Installation of PCI Utilities</title>
67
68 <para>Install <application>PCI Utilities</application> by
69 running the following commands:</para>
70
71<screen><userinput>make PREFIX=/usr</userinput></screen>
72
73 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
74
75<screen role="root"><userinput>make PREFIX=/usr install</userinput></screen>
76
77 <para>Some packages require the PCI static library. To install the library
78 and headers, issue the following commands as the
79 <systemitem class="username">root</systemitem> user:</para>
80
81<screen role="root"><userinput>install -v -m755 -d /usr/include/pci &amp;&amp;
82install -v -m 644 lib/libpci.a /usr/lib &amp;&amp;
83install -v -m 644 lib/*.h /usr/include/pci</userinput></screen>
84
85 </sect2>
86
87 <sect2 role="configuration">
88 <title>Configuring PCI Utilities</title>
89
90 <para>The current version of <application>PCI Utilities</application> is a
91 bit dated (2003). The application works quite well, but the default data
92 file, <filename>pci.ids</filename>, is out of date. To get a current
93 version of this file, run <command>update-pciids</command>. This program
94 uses <application>wget</application> or <application>lynx</application> to
95 fetch the most current file and place it in <filename
96 class='directory'>/usr/share</filename>.</para>
97
98 </sect2>
99
100 <sect2 role="content">
101 <title>Contents</title>
102
103 <segmentedlist>
104 <segtitle>Installed Programs</segtitle>
105 <segtitle>Installed Libraries</segtitle>
106 <segtitle>Installed Directories</segtitle>
107
108 <seglistitem>
109 <seg>lspci, setpci and update-pciids</seg>
110 <seg>libpci.a</seg>
111 <seg>/usr/include/pci</seg>
112 </seglistitem>
113 </segmentedlist>
114
115 <variablelist>
116 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
117 <?dbfo list-presentation="list"?>
118 <?dbhtml list-presentation="table"?>
119
120 <varlistentry id="lspci">
121 <term><command>lspci</command></term>
122 <listitem>
123 <para>is a utility for displaying information about all PCI buses in the
124 system and all devices connected to them.</para>
125 <indexterm zone="pciutils lspci">
126 <primary sortas="b-lspci">lspci</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130
131 <varlistentry id="setpci">
132 <term><command>setpci</command></term>
133 <listitem>
134 <para>is a utility for querying and configuring PCI devices.</para>
135 <indexterm zone="pciutils setpci">
136 <primary sortas="b-setpci">setpci</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 <varlistentry id="update-pciids">
142 <term><command>update-pciids</command></term>
143 <listitem>
144 <para>fetches the current version of the PCI ID list. Requires
145 <xref linkend="wget"/> or <xref linkend="lynx"/>.</para>
146 <indexterm zone="pciutils update-pciids">
147 <primary sortas="b-update-pciids">update-pciids</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="libpci">
153 <term><filename role='library'>libpci.a</filename></term>
154 <listitem>
155 <para> is the static library that allows applications to access the PCI
156 subsystem.</para>
157 <indexterm zone="pciutils libpci">
158 <primary sortas="c-libpci">libpci.a</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.