aboutsummaryrefslogtreecommitdiffstats
path: root/docs/mcc-help/nl/lspcidrake.xml
blob: 414b60d314c2e49b47c16abd0696474e1c3b4b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?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="nl" xml:id="lspcidrake">
  <info>
    <title xml:id="lspcidrake-ti1">Toon informatie van uw PCI, USB en PCMCIA.</title>

    <subtitle>lspcidrake</subtitle>
  </info>

  <para>Deze tool <footnote>
      <para>U kunt deze tool op de commandoregel starten, door <emphasis
role="bold">lspcidrake</emphasis> te typen.</para>
    </footnote> kan alleen op de
commandoregel gestart en gebruikt worden. Hij geeft wat meer informatie als
hij als root gebruikt wordt.</para>

  <para>lspcidrake gives the list of all the connected devices to the computer (USB,
PCI and PCMCIA) and the used drivers. It needs the ldetect and ldetect-lst
packages to work.</para>

  <mediaobject>
    <imageobject>
      <imagedata fileref="lspcidrake1.png"/>
    </imageobject>
  </mediaobject>

  <para>Met de -v optie worden de identificaties van leveranciers en apparaten
toegevoegd aan spcidrake.</para>

  <para>lspcidrake often generates very long lists, so, to find an information, it
is often used in a pipeline with the grep command, like in these examples:</para>

  <para>Informatie over de grafische kaart;</para>

  <para><command>lspcidrake | grep VGA</command></para>

  <para>Informatie over het netwerk</para>

  <para><command>lspcidrake | grep -i network</command></para>

  <para>-i om hoofd-/kleine letters te negeren.</para>

  <para>In de schermafdruk hieronder kunt u de  -v optie voor lspcidrake, en de -i
optie voor grep, zien.</para>

  <mediaobject>
    <imageobject>
      <imagedata fileref="lspcidrake2.png"/>
    </imageobject>
  </mediaobject>

  <para>Er is nog een tool (voor root) die informatie geeft over de hardware,
<emphasis role="bold">dmidecode</emphasis> genaamdcalled <emphasis
role="bold">dmidecode</emphasis> (under root)</para>
</section>