From 91b977cc739cbf7cedae88b82c3ffd466ecedb4e Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Tue, 26 Aug 2014 19:47:45 +0300 Subject: Update MCC docs --- docs/mcc-help/es/lspcidrake.xml | 51 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 docs/mcc-help/es/lspcidrake.xml (limited to 'docs/mcc-help/es/lspcidrake.xml') diff --git a/docs/mcc-help/es/lspcidrake.xml b/docs/mcc-help/es/lspcidrake.xml new file mode 100644 index 00000000..92cb2d2e --- /dev/null +++ b/docs/mcc-help/es/lspcidrake.xml @@ -0,0 +1,51 @@ +
+ + Muesta la información de PCI, USB y PCMCIA + + lspcidrake + + + Esta herramienta + Puede iniciar esta herramienta desde la línea de comandos, escribiendo +lspcidrake. + solo se puede iniciar +desde la línea de comandos. Si la inicia como superusuario, tendrá más +información a su disposición. + + 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: + + Información sobre la tarjeta gráfica; + + lspcidrake | grep VGA + + Información de la red + + lspcidrake | grep -i network + + -i para ignorar mayúsculas/minúsculas + + En la pantalla de abajo, puede ver la accion de la opcion -v en lspcidrake y +la opcion -i para grep. + + + + + + + + Hay otra herramienta que da información sobre el hardware, llamada dmidecode (bajo root) +
\ No newline at end of file -- cgit v1.2.1