Changeset 1ab1ad6a
- Timestamp:
- 03/24/2005 04:13:09 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ea97e13f
- Parents:
- ad070d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/pciutils.xml
rad070d1 r1ab1ad6a 9 9 <!ENTITY pciutils-md5sum "2b3b2147b7bc91f362be55cb49fa1c4e"> 10 10 <!ENTITY pciutils-size "107 KB"> 11 <!ENTITY pciutils-buildsize "1. 1MB">12 <!ENTITY pciutils-time "0.0 2SBU">11 <!ENTITY pciutils-buildsize "1.04 MB"> 12 <!ENTITY pciutils-time "0.01 SBU"> 13 13 ]> 14 14 … … 21 21 <title><application><acronym>PCI</acronym> 22 22 Utilities</application>-&pciutils-version;</title> 23 <indexterm zone="pciutils"> 24 <primary sortas="a-PCI-Utilities">PCI Utilities</primary></indexterm> 23 25 24 26 <sect2> … … 60 62 running the following commands:</para> 61 63 62 <screen><userinput><command>make PREFIX=/usr && 63 make PREFIX=/usr install</command></userinput></screen> 64 <screen><userinput><command>make PREFIX=/usr</command></userinput></screen> 65 66 <para>Now, as the root user:</para> 67 68 <screen><userinput role='root'><command>make PREFIX=/usr install</command></userinput></screen> 64 69 65 70 </sect2> … … 68 73 <title>Contents</title> 69 74 70 <para>The <application><acronym>PCI</acronym> Utilities</application> package 71 contains <command>lspci</command>, <command>setpci</command> and 72 <command>update-pciids</command>.</para> 75 <segmentedlist> 76 <segtitle>Installed Programs</segtitle> 77 <segtitle>Installed Libraries</segtitle> 78 <segtitle>Installed Directories</segtitle> 73 79 74 </sect2> 80 <seglistitem> 81 <seg>lspci, setpci and update-pciids</seg> 82 <seg>None</seg> 83 <seg>None</seg> 84 </seglistitem> 85 </segmentedlist> 75 86 76 <sect2><title>Description</title> 87 <variablelist> 88 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 89 <?dbfo list-presentation="list"?> 77 90 78 <sect3><title>lspci</title> 79 <para><command>lspci</command> is a utility for displaying information 80 about all <acronym>PCI</acronym> buses in the system and all devices 81 connected to them.</para></sect3> 91 <varlistentry id="lspci"> 92 <term><command>lspci</command></term> 93 <listitem><para>is a utility for displaying information about all 94 <acronym>PCI</acronym> buses in the system and all devices connected to 95 them.</para> 96 <indexterm zone="pciutils lspci"> 97 <primary sortas="b-lspci">lspci</primary> 98 </indexterm></listitem> 99 </varlistentry> 82 100 83 <sect3><title>setpci</title> 84 <para><command>setpci</command> is a utility for querying and 85 configuring <acronym>PCI</acronym> devices.</para></sect3> 101 <varlistentry id="setpci"> 102 <term><command>setpci</command></term> 103 <listitem><para>is a utility for querying and configuring 104 <acronym>PCI</acronym> devices.</para> 105 <indexterm zone="pciutils setpci"> 106 <primary sortas="b-setpci">setpci</primary> 107 </indexterm></listitem> 108 </varlistentry> 86 109 87 <sect3><title>update-pciids</title> 88 <para><command>update-pciids</command> fetches the current version of 89 the <acronym>PCI</acronym> ID list. Requires <xref 90 linkend="wget"/> or <xref linkend="lynx"/></para></sect3> 110 <varlistentry id="update-pciids"> 111 <term><command>update-pciids</command></term> 112 <listitem><para>fetches the current version of the <acronym>PCI</acronym> 113 <acronym>ID</acronym> list. Requires <xref linkend="wget"/> or 114 <xref linkend="lynx"/>.</para> 115 <indexterm zone="pciutils update-pciids"> 116 <primary sortas="b-update-pciids">update-pciids</primary> 117 </indexterm></listitem> 118 </varlistentry> 119 </variablelist> 91 120 92 121 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.