[deployment-guide] Added the "Using the lspcmcia Command" subsection.

Jaromir Hradilek jhradile at fedoraproject.org
Fri Oct 14 12:18:14 UTC 2011


commit 20128a843947ba8078e7b556e5d571b5eeda5247
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Fri Oct 14 13:52:56 2011 +0200

    Added the "Using the lspcmcia Command" subsection.

 en-US/System_Monitoring_Tools.xml |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/en-US/System_Monitoring_Tools.xml b/en-US/System_Monitoring_Tools.xml
index a6e2bc8..7a9d877 100644
--- a/en-US/System_Monitoring_Tools.xml
+++ b/en-US/System_Monitoring_Tools.xml
@@ -481,7 +481,7 @@ tmpfs                             1.5G     0  1.5G   0% /media</screen>
         <primary><command>lspci</command></primary>
       </indexterm>
       <para>
-        The <command>lspci</command> command lists all PCI devices, for example:
+        The <command>lspci</command> command lists all PCI devices that are present in the system, for example:
       </para>
       <screen>~]$ <command>lspci</command>
 00:00.0 Host bridge: Intel Corporation 82X38/X48 Express DRAM Controller
@@ -520,7 +520,7 @@ tmpfs                             1.5G     0  1.5G   0% /media</screen>
         <primary><command>lsusb</command></primary>
       </indexterm>
       <para>
-        The <command>lsusb</command> command lists all USB devices, for example:
+        The <command>lsusb</command> command lists all USB devices that are present in the system, for example:
       </para>
       <screen>~]$ <command>lsusb</command>
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
@@ -559,6 +559,26 @@ Device Descriptor:
         For a complete list of available command line options, refer to the <emphasis role="bold">lsusb</emphasis>(8) manual page.
       </para>
     </section>
+    <section id="s2-sysinfo-hardware-lspcmcia">
+      <title>Using the lspcmcia Command</title>
+      <indexterm>
+        <primary><command>lspcmcia</command></primary>
+      </indexterm>
+      <para>
+        The <command>lspcmcia</command> command lists all PCMCIA devices that are present in the system, for example:
+      </para>
+      <screen>~]$ <command>lspcmcia</command>
+Socket 0 Bridge:        [yenta_cardbus]         (bus ID: 0000:15:00.0)</screen>
+      <para>
+        You can also use the <option>-v</option> command line option to display more verbose information, or <option>-vv</option> to increase the verbosity level even further:
+      </para>
+      <screen>~]$ <command>lspcmcia -v</command>
+Socket 0 Bridge:        [yenta_cardbus]         (bus ID: 0000:15:00.0)
+        Configuration:  state: on       ready: unknown</screen>
+      <para>
+        For a complete list of available command line options, refer to the <emphasis role="bold">pccardctl</emphasis>(8) manual page.
+      </para>
+    </section>
   </section>
   <section id="sect-System_Monitoring_Tools-Net-SNMP">
     <title>Monitoring Performance with Net-SNMP</title>


More information about the docs-commits mailing list