aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs/stable/mcc-help/fr/lspcidrake.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/stable/mcc-help/fr/lspcidrake.xml')
-rw-r--r--docs/docs/stable/mcc-help/fr/lspcidrake.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/docs/stable/mcc-help/fr/lspcidrake.xml b/docs/docs/stable/mcc-help/fr/lspcidrake.xml
new file mode 100644
index 00000000..ac34600a
--- /dev/null
+++ b/docs/docs/stable/mcc-help/fr/lspcidrake.xml
@@ -0,0 +1,52 @@
+<?xml version='1.0' encoding='utf-8'?><section xmlns="http://docbook.org/ns/docbook" xmlns:ns5="http://www.w3.org/1998/Math/MathML" xmlns:ns4="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:ns2="http://www.w3.org/1999/xlink" xmlns:ns="http://docbook.org/ns/docbook" version="5.0" xml:lang="fr" xml:id="lspcidrake">
+ <info>
+ <title xml:id="lspcidrake-ti1">Affiche les informations concernant vos périphériques PCI, USB et PCMCIA</title>
+
+ <subtitle>lspcidrake</subtitle>
+ </info>
+
+ <para>Vous ne pouvez lancer et utiliser cet outil <footnote>
+ <para>Vous pouvez démarrer cet outil depuis la ligne de commande sous root en
+tapant : <emphasis role="bold">lspcidrake</emphasis>.</para>
+ </footnote> qu'en ligne de commande. Il donne un peu plus d'informations si
+lancé sous root.</para>
+
+ <para>lspcidrake donne la liste de tous les périphériques connectés à l'ordinateur
+(USB, PCI et PCMCIA) et les pilotes utilisés. Il a besoin des paquetages
+ldetect et ldetect-lst pour fonctionner.</para>
+
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="lspcidrake1.png"/>
+ </imageobject>
+ </mediaobject>
+
+ <para>Avec l'option -v, lspcidrake ajoute l'identification du vendeur et du
+périphérique.</para>
+
+ <para>lspcidrake génère souvent de très longues listes, aussi, pour trouver une
+information il est souvent utilisé en pipeline avec la commande grep, comme
+dans ces exemples :</para>
+
+ <para>Informations à propos de la carte graphique :</para>
+
+ <para><command>lspcidrake | grep VGA</command></para>
+
+ <para>Informations à propos du réseau :</para>
+
+ <para><command>lspcidrake | grep -i network</command></para>
+
+ <para>-i pour ignorer la casse.</para>
+
+ <para>Dans cette capture ci-dessous on peut voir l'action de l'option -v pour
+lspcidrake, et de l'option -i pour grep.</para>
+
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="lspcidrake2.png"/>
+ </imageobject>
+ </mediaobject>
+
+ <para>Il y a un autre outil qui donne des informations au sujet du matériel, il
+s'appelle called <emphasis role="bold">dmidecode</emphasis> (sous root)</para>
+</section> \ No newline at end of file