From dfcad4b01512c96c4feda161e07b7a77f2132601 Mon Sep 17 00:00:00 2001 From: Francesc Pinyol Margalef Date: Sat, 21 Dec 2013 16:41:43 +0100 Subject: Added Catalan translation (mcc-help) --- docs/mcc-help/ca/lspcidrake.xml | 50 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/mcc-help/ca/lspcidrake.xml (limited to 'docs/mcc-help/ca/lspcidrake.xml') diff --git a/docs/mcc-help/ca/lspcidrake.xml b/docs/mcc-help/ca/lspcidrake.xml new file mode 100644 index 00000000..37ac3fec --- /dev/null +++ b/docs/mcc-help/ca/lspcidrake.xml @@ -0,0 +1,50 @@ +
+ + Display Your PCI, USB and PCMCIA Information + + lspcidrake + + + This tool + You can start this tool from the command line, by typing lspcidrake. + can only be started and used +on the command line. It will give some more information if used under root. + + 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. + + + + + + + + With the -v option, lspcidrake adds the vendor and device identifications. + + 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: + + Information about the graphic card; + + lspcidrake | grep VGA + + Information about the network + + lspcidrake | grep -i network + + -i to ignore case distinctions. + + In this screenshot below, you can see the action of the -v option for +lspcidrake and the -i option for grep. + + + + + + + + There is another tool that gives information about the hardware, it is +called dmidecode (under root) +
\ No newline at end of file -- cgit v1.2.1