Ignore:
Timestamp:
07/23/2012 06:35:26 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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
Children:
696e766
Parents:
5b91a580
Message:

PCI Utils 3.1.10 and USB Utils 006.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/pciutils.xml

    r5b91a580 r564851b  
    77  <!ENTITY pciutils-download-http "http://ftp.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.xz">
    88  <!ENTITY pciutils-download-ftp  "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.xz">
    9   <!ENTITY pciutils-md5sum        "82b649eb00d12b81ab57f83780bc2bc8">
    10   <!ENTITY pciutils-size          "260 KB">
    11   <!ENTITY pciutils-buildsize     "3.0 MB">
    12   <!ENTITY pciutils-time          "less than 0.1 SBU">
     9  <!ENTITY pciutils-md5sum        "72ebc3624ccb43ae2ddf872b5dfdb3c9">
     10  <!ENTITY pciutils-size          "264 KB">
     11  <!ENTITY pciutils-buildsize     "3.5 MB">
     12  <!ENTITY pciutils-time          "0.1 SBU">
    1313]>
    1414
    15 <sect1 id="pciutils" xreflabel="PCI Utilities-&pciutils-version;">
     15<sect1 id="pciutils" xreflabel="PCI Utils-&pciutils-version;">
    1616  <?dbhtml filename="pciutils.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>PCI Utilities-&pciutils-version;</title>
     23  <title>PCI Utils-&pciutils-version;</title>
    2424
    2525  <indexterm zone="pciutils">
    26     <primary sortas="a-PCI-Utilities">PCI Utilities</primary>
     26    <primary sortas="a-PCI-Utils">PCI Utils</primary>
    2727  </indexterm>
    2828
    2929  <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>
     30    <title>Introduction to PCI Utils</title>
     31
     32    <para>
     33      The <application>PCI Utils</application> package contains
     34      a set of programs for listing PCI devices, inspecting
     35      their status and setting their configuration registers.
     36    </para>
    3537
    3638    &lfs71_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&pciutils-download-http;"/></para>
    42       </listitem>
    43       <listitem>
    44         <para>Download (FTP): <ulink url="&pciutils-download-ftp;"/></para>
    45       </listitem>
    46       <listitem>
    47         <para>Download MD5 sum: &pciutils-md5sum;</para>
    48       </listitem>
    49       <listitem>
    50         <para>Download size: &pciutils-size;</para>
    51       </listitem>
    52       <listitem>
    53         <para>Estimated disk space required: &pciutils-buildsize;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Estimated build time: &pciutils-time;</para>
     43        <para>
     44          Download (HTTP): <ulink url="&pciutils-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (FTP): <ulink url="&pciutils-download-ftp;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download MD5 sum: &pciutils-md5sum;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download size: &pciutils-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &pciutils-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &pciutils-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
    5973
    6074    <para condition="html" role="usernotes">User Notes:
    61     <ulink url="&blfs-wiki;/pciutils"/></para>
    62 
     75      <ulink url="&blfs-wiki;/pciutils"/>
     76    </para>
    6377  </sect2>
    6478
    6579  <sect2 role="installation">
    66     <title>Installation of PCI Utilities</title>
    67 
    68     <para>
    69       Install <application>PCI Utilities</application> by
     80    <title>Installation of PCI Utils</title>
     81
     82    <para>
     83      Install <application>PCI Utils</application> by
    7084      running the following commands:
    7185    </para>
    7286
    73 <screen><userinput>make PREFIX=/usr MANDIR=/usr/share/man \
    74      ZLIB=no SHARED=yes PCI_COMPRESSED_IDS=0 all</userinput></screen>
     87<screen><userinput>make PREFIX=/usr \
     88     SHAREDIR=/usr/share/misc \
     89     MANDIR=/usr/share/man \
     90     SHARED=yes ZLIB=no all</userinput></screen>
    7591
    7692    <para>
     
    8298    </para>
    8399
    84 <screen role="root"><userinput>make PREFIX=/usr MANDIR=/usr/share/man \
    85      ZLIB=no SHARED=yes PCI_COMPRESSED_IDS=0 \
     100<screen role="root"><userinput>make PREFIX=/usr \
     101     SHAREDIR=/usr/share/misc \
     102     MANDIR=/usr/share/man \
     103     SHARED=yes ZLIB=no \
    86104     install install-lib</userinput></screen>
    87105
     
    92110
    93111    <para>
     112      <parameter>SHARED=yes</parameter>: This parameter enables building of
     113      shared library instead of static one.
     114    </para>
     115
     116    <para>
    94117      <parameter>ZLIB=no</parameter>: This parameter prevents compression of
    95118      the <filename>pci.ids</filename> file.
    96119    </para>
    97120
    98     <para>
    99       <parameter>SHARED=yes</parameter>: This parameter enables building of
    100       shared library instead of static one.
    101     </para>
    102 
    103     <para>
    104       <parameter>PCI_COMPRESSED_IDS=0</parameter>: This parameter ensures
    105       that compression won't be used when updating <filename>pci.ids</filename>.
    106     </para>
    107121
    108122  </sect2>
    109123
    110124  <sect2 role="configuration">
    111     <title>Configuring PCI Utilities</title>
    112 
    113     <para>The <filename>pci.ids</filename> data file is constantly being
    114     updated. To get a current version of this file, run
    115     <command>update-pciids</command> as the <systemitem
    116     class="username">root</systemitem> user. This program requires the
    117     <xref linkend="which"/> script or program to find <xref linkend="curl"/>,
    118     <xref linkend="wget"/> or <xref linkend="lynx"/> which are used to
    119     download the most current file, and then replace the existing file in
    120     <filename class='directory'>/usr/share</filename>.</para>
    121 
    122     <para>You may wish to add an entry to
    123     <systemitem class="username">root</systemitem>'s (or any other user who
    124     has write privilege to <filename class='directory'>/usr/share</filename>)
    125     crontab to automatically update the <filename>pci.ids</filename> file
    126     periodically.</para>
     125    <title>Configuring PCI Utils</title>
     126
     127    <para>
     128      The <filename>pci.ids</filename> data file is constantly being
     129      updated. To get a current version of this file, run
     130      <command>update-pciids</command> as the <systemitem
     131      class="username">root</systemitem> user. This program requires the
     132      <xref linkend="which"/> script or program to find <xref linkend="curl"/>,
     133      <xref linkend="lynx"/> or <xref linkend="wget"/> which are used to
     134      download the most current file, and then replace the existing file in
     135      <filename class="directory">/usr/share/misc</filename>.
     136    </para>
     137
     138    <para>
     139      You may wish to add an entry to
     140      <systemitem class="username">root</systemitem>'s (or any other user who has
     141      write privilege to <filename class="directory">/usr/share/misc</filename>)
     142      crontab to automatically update the <filename>pci.ids</filename> file
     143      periodically.
     144    </para>
    127145
    128146  </sect2>
     
    137155
    138156      <seglistitem>
    139         <seg>lspci, setpci and update-pciids</seg>
    140         <seg>libpci.so</seg>
    141         <seg>/usr/include/pci</seg>
     157        <seg>
     158          lspci, setpci and update-pciids
     159        </seg>
     160        <seg>
     161          libpci.so
     162        </seg>
     163        <seg>
     164          /usr/include/pci
     165        </seg>
    142166      </seglistitem>
    143167    </segmentedlist>
     
    151175        <term><command>lspci</command></term>
    152176        <listitem>
    153           <para>is a utility for displaying information about all PCI buses in the
    154           system and all devices connected to them.</para>
     177          <para>
     178            is an utility for displaying information about all PCI buses
     179            in the system and all devices connected to them.
     180          </para>
    155181          <indexterm zone="pciutils lspci">
    156182            <primary sortas="b-lspci">lspci</primary>
     
    162188        <term><command>setpci</command></term>
    163189        <listitem>
    164           <para>is a utility for querying and configuring PCI devices.</para>
     190          <para>
     191            is an utility for querying and configuring PCI devices.
     192          </para>
    165193          <indexterm zone="pciutils setpci">
    166194            <primary sortas="b-setpci">setpci</primary>
     
    172200        <term><command>update-pciids</command></term>
    173201        <listitem>
    174           <para>fetches the current version of the PCI ID list. Requires
    175           <xref linkend="curl"/>, <xref linkend="wget"/> or
    176           <xref linkend="lynx"/>.</para>
     202          <para>
     203            fetches the current version of the PCI ID list. Requires
     204            <xref linkend="curl"/>, <xref linkend="lynx"/> or
     205            <xref linkend="wget"/>.
     206          </para>
    177207          <indexterm zone="pciutils update-pciids">
    178208            <primary sortas="b-update-pciids">update-pciids</primary>
     
    184214      <term><filename role='library'>libpci.so</filename></term>
    185215      <listitem>
    186         <para>is library that allows applications to access the PCI
    187         subsystem.</para>
     216        <para>
     217          is library that allows applications to access the PCI
     218          subsystem.
     219        </para>
    188220        <indexterm zone="pciutils libpci">
    189221          <primary sortas="c-libpci">libpci.so</primary>
Note: See TracChangeset for help on using the changeset viewer.