aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Help/index_es.php
diff options
context:
space:
mode:
authorJoerg Kohne <joeko>2011-05-30 22:04:57 +0000
committerJoerg Kohne <joeko>2011-05-30 22:04:57 +0000
commitdaa1ae3c87bba7ada0f832fac0defd2ae34d23c7 (patch)
treee4aa8cb271dbb53f5bedd411f6ffc53078d48868 /h-source/Application/Views/Help/index_es.php
parent10d85ba54884cd8c2c5a16e8b329103a7858acf1 (diff)
h-source: Update help pages
Diffstat (limited to 'h-source/Application/Views/Help/index_es.php')
-rw-r--r--h-source/Application/Views/Help/index_es.php900
1 files changed, 412 insertions, 488 deletions
diff --git a/h-source/Application/Views/Help/index_es.php b/h-source/Application/Views/Help/index_es.php
index 85ba0c6..ba7b23b 100644
--- a/h-source/Application/Views/Help/index_es.php
+++ b/h-source/Application/Views/Help/index_es.php
@@ -2,7 +2,8 @@
<?php
// h-source, a web software to build a community of people that want to share their hardware information.
-// Copyright (C) 2010 Antonio Gallo (h-source-copyright.txt)
+// Copyright (C) 2010, 2011 Antonio Gallo (h-source-copyright.txt)
+// Copyright (C) 2011 Joerg Kohne
//
// This file is part of h-source
//
@@ -36,491 +37,414 @@
</ul>
</div>
- <a name="wiki-syntax"><h1>Sintaxis del Wiki</h1></a>
-
- <h3>Lista de las etiquetas wiki de <?php echo Website::$generalName;?></h3>
-
- <table class="help_wiki_table" width="100%" border="1px">
- <thead>
- <tr>
- <th>nombre</th>
- <th>etiqueta</th>
- <th>resultado</th>
- <th width="40%">descripción</th>
- </tr>
- </thead>
- <tr>
- <td>bold</td>
- <td>[b]texto[/b]</td>
- <td><b>texto</b></td>
- <td>texto en negrita</td>
- </tr>
- <tr>
- <td>italic</td>
- <td>[i]texto[/i]</td>
- <td><i>texto</i></td>
- <td>texto en cursiva</td>
- </tr>
- <tr>
- <td>del</td>
- <td>[del]texto[/del]</td>
- <td><del>texto</del></td>
- <td>texto eliminado</td>
- </tr>
- <tr>
- <td>underline</td>
- <td>[u]texto[/u]</td>
- <td><u>texto</u></td>
- <td>texto subrayado</td>
- </tr>
- <tr>
- <td>head 1</td>
- <td>[h1]texto[/h1]</td>
- <td><div class="div_h1">texto</div></td>
- <td>encabezado 1</td>
- </tr>
- <tr>
- <td>head 2</td>
- <td>[h2]texto[/h2]</td>
- <td><div class="div_h2">texto</div></td>
- <td>encabezado 2</td>
- </tr>
- <tr>
- <td>head 3</td>
- <td>[h3]texto[/h3]</td>
- <td><div class="div_h3">texto</div></td>
- <td>encabezado 3</td>
- </tr>
- <tr>
- <td>paragraph</td>
- <td>[p]texto[/p]</td>
- <td><p>texto</p></td>
- <td>nuevo párrafo</td>
- </tr>
- <tr>
- <td>lista</td>
- <td>[list]lista[/list]</td>
- <td>&lt;ul&gt;lista&lt;/ul&gt;</td>
- <td>hace una lista de objetos</td>
- </tr>
- <tr>
- <td>numbered list</td>
- <td>[enum]lista[/enum]</td>
- <td>&lt;ol&gt;lista&lt;/ol&gt;</td>
- <td>hace una lista numerada de objetos</td>
- </tr>
- <tr>
- <td>list item</td>
- <td>[*]objeto[/*]</td>
- <td>&lt;li&gt;objeto&lt;/li&gt;</td>
- <td>agrega un objeto a la lista</td>
- </tr>
- <tr>
- <td>code</td>
- <td>[code]código[/code]</td>
- <td><pre class="code_pre">código</div></td>
- <td>agrega código</td>
- </tr>
- <tr>
- <td>simple link</td>
- <td>[a]url[/a]</td>
- <td>&lt;a href="url"&gt;url&lt;/a&gt;</td>
- <td>enlace simple</td>
- </tr>
- <tr>
- <td>link with text</td>
- <td>[a]url|text[/a]</td>
- <td>&lt;a href="url"&gt;text&lt;/a&gt;</td>
- <td>enlace con texto</td>
- </tr>
- <tr>
- <td>notebook</td>
- <td>[notebook]id[/notebook]</td>
- <td>&nbsp</td>
- <td>enlace a la laptop con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la página del dispositivo mismo, seguido del nombre del modelo)</td>
- </tr>
- <tr>
- <td>wifi</td>
- <td>[wifi]id[/wifi]</td>
- <td>&nbsp</td>
- <td>enlace al wifi con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la página del dispositivo mismo, seguido del nombre del modelo)</td>
- </tr>
- <tr>
- <td>videocard</td>
- <td>[videocard]id[/videocard]</td>
- <td>&nbsp</td>
- <td>enlace a la tarjeta de video con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la página del dispositivo mismo, seguido del nombre del modelo)</td>
- </tr>
- </table>
-
- <h3>Some more examples:</h3>
-
- <table width="100%" border="1px">
- <tr>
- <td>
- <b>List</b>
- </td>
- <td>
- <ul>
- <li>first item</li>
- <li>second item</li>
- </ul>
- </td>
- <td>
- <ul style="list-style-type:none;">
- <li>[list]</li>
- <li>
- <ul style="list-style-type:none;">
- <li>[*]first item[/*]</li>
- <li>[*]second item[/*]</li>
- </ul>
- </li>
- <li>[/list]</li>
- </ul>
- </td>
- </tr>
- <tr>
- <td>
- <b>Numbered list</b>
- </td>
- <td>
- <ol>
- <li>first item</li>
- <li>second item</li>
- </ol>
- </td>
- <td>
- <ul style="list-style-type:none;">
- <li>[enum]</li>
- <li>
- <ul style="list-style-type:none;">
- <li>[*]first item[/*]</li>
- <li>[*]second item[/*]</li>
- </ul>
- </li>
- <li>[/enum]</li>
- </ul>
- </td>
- </tr>
- </table>
-
-
- <a name="compatibility"><h1>Clases de Compatibilidad</h1></a>
-
- <a name="notebook-compatibility"><h2>Laptops</h2></a>
-
- <h3>Clase A (Platino)</h3>
-
- <p>Todos los dispositivos funcionan con un buen desempeño. Ejemplo: todos los dispositivos funcionan, la aceleración 3D esta soportada</p>
-
- <h3>Clase B (Oro)</h3>
-
- <p>Todos los dispositivos funcionan pero no a su rendimiento completo. Un ejemplo típico es: todos los dispositivos funcionan, pero la aceleración 3D no esta soportada</p>
-
- <h3>Clase C (Plata)</h3>
-
- <p>Un dispositivo principal no esta soportado. Ejemplo: la tarjeta inalámbrica interna no funciona. Necesita una tarjeta USB externa</p>
-
- <h3>Clase D (Bronce)</h3>
-
- <p>Más de un dispositivo no esta soportado</p>
-
- <h3>Clase E (Basura)</h3>
-
- <p>El equipo no funciona con software libre</p>
-
-
- <a name="printer-compatibility"><h2>Impresoras</h2></a>
-
- <h3>Clase A (Completo)</h3>
-
- <p>Todos los dispositivos funcionan y las características soportadas</p>
-
- <h3>Clase B (Parcial)</h3>
-
- <p>La impresión esta soportada pero a velocidad o calidad limitada; escaneo y/o envío por fax en algunos dispositivos multifuncionales pueden no estar soportados</p>
-
- <h3>Clase C (Ninguno)</h3>
-
- <p>La impresora no funciona con software libre</p>
-
-
- <a name="scanner-compatibility"><h2>Scanners</h2></a>
-
- <h3>Class A (Full)</h3>
-
- <p>All device functions and features are supported</p>
-
- <h3>Class B (Partial)</h3>
-
- <p>Scanning supported but possibly at limited speed or quality; some other features may not be supported</p>
-
- <h3>Class C (None)</h3>
-
- <p>The scanner does not work with free software</p>
-
- <a name="discover-hardware"><h1>Descubra su hardware</h1></a>
- <div>
- (Gracias <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>)
- </div>
-
- <p>En orden de conocer los detalles de su hardware puede seguir las siguientes acciones:</p>
-
- <h3>Como descubrir el modelo de su laptop</h3>
-
- <p>Vea debajo de su laptop o netbook</p>
-
- <a name="model-name"><h3>How to discover the model name of your device (if it is not a notebook)</h3></a>
-
- <h4>If the device is integrated (example: a video card)</h4>
-
- <p>Open a terminal and type the following command:</p>
-
- <pre>
- lspci -vmm
- </pre>
-
- <p>You will obtain the list of your PCI devices, similar to the one written below</p>
-
- <pre>
- Slot: 03:00.0
- Class: Network controller
- Vendor: Broadcom Corporation
- Device: <b>BCM4311 802.11b/g WLAN</b>
- SVendor: Hewlett-Packard Company
- SDevice: Device 1375
- Rev: 02
-
- Slot: 07:05.0
- Class: FireWire (IEEE 1394)
- Vendor: Ricoh Co Ltd
- Device: <b>R5C832 IEEE 1394 Controller</b>
- SVendor: Hewlett-Packard Company
- SDevice: Device 30cf
- Rev: 05
- ProgIf: 10
- </pre>
-
- <p>The name of each device is written at the "Device" row, after the colon (see the text in bold in the above list)</p>
-
- <p>You can also write the output of the lspci command to a file by typing:</p>
-
- <pre>
- lspci -vmm > filename
- </pre>
-
- <p>where "filename" is the name of the file</p>
-
-
- <h4>If the device is an USB device (example: an external USB wifi card)</h4>
-
- <p>Open a terminal and type the following command:</p>
-
- <pre>
- lsusb -v
- </pre>
-
- <p>You will obtain the list of your USB devices, similar to the one written below</p>
-
- <pre>
- Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
- Device Descriptor:
- bLength 18
- bDescriptorType 1
- bcdUSB 2.00
- bDeviceClass 0 (Defined at Interface level)
- bDeviceSubClass 0
- bDeviceProtocol 0
- bMaxPacketSize0 64
- idVendor 0x0846 NetGear, Inc.
- idProduct 0x4260 <b>WG111v3 54 Mbps Wireless [realtek RTL8187B]</b>
- bcdDevice 2.00
- iManufacturer 1
- iProduct 2
- iSerial 3
- ...
- ...
-
- Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
- Device Descriptor:
- bLength 18
- bDescriptorType 1
- bcdUSB 1.10
- bDeviceClass 255 Vendor Specific Class
- bDeviceSubClass 255 Vendor Specific Subclass
- bDeviceProtocol 255 Vendor Specific Protocol
- bMaxPacketSize0 8
- idVendor 0x08ff AuthenTec, Inc.
- idProduct 0x2580 <b>AES2501 Fingerprint Sensor</b>
- bcdDevice 6.23
- iManufacturer 0
- iProduct 1 Fingerprint Sensor
- iSerial 0
- bNumConfigurations 1
- ...
- ...
- </pre>
-
- <p>The name of each device is written at the row starting with "idProduct" (see the text in bold in the above list)</p>
-
- <p>You can also write the output of the lsusb command to a file by typing:</p>
-
- <pre>
- lsusb -v > filename
- </pre>
-
- <p>where "filename" is the name of the file</p>
-
- <!--<h3>How to discover the year of commercialization of your notebook</h3>
-
- <p>Open a terminal and type the following command:</p>
-
- <pre>
- sudo dmidecode| grep "Release Date"
- </pre>-->
-
- <h3>Como descubrir la versión de kernel que esta usando</h3>
-
- <p>Abra una terminal y escriba la siguiente orden:</p>
-
- <pre>
- uname -r
- </pre>
-
- <h3>Como descubrir el nombre de su tarjeta de video</h3>
-
- <p>Abra una terminal y escriba la siguiente orden:</p>
-
- <pre>
- sudo lspci
- </pre>
-
- <p>Después busque por la linea que contenga la cadena VGA o Display controller. También puede usar uno de las siguientes ordenes:</p>
-
- <pre>
- lspci | grep "Display controller"
- </pre>
-
- <p>o</p>
-
- <pre>
- lspci | grep "VGA"
- </pre>
-
- <a name="vendoridproductid"><h3>Como descubrir el ID del vendedor y el ID del producto de su dispositivo (código VendorID:ProductID)</h3>
-
- <div>
- (Gracias <a href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a> y <a href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>)
- </div>
-
- <h4>Si el dispositivo es integrado (ejemplo: una tarjeta de video)</h4>
-
- <p>Abra una terminal y escriba la siguiente orden:</p>
-
- <pre>
- sudo lspci -nnk
- </pre>
-
- <p>Debe de obtener una lista de hardware similar a la escriba debajo</p>
-
- <pre>
- 03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [<b>14e4:4311</b>] (rev 02)
- Kernel driver in use: b43-pci-bridge
- Kernel modules: ssb
- 05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [<b>10de:0427</b>] (rev a1)
- Kernel modules: nouveau, nvidiafb
- </pre>
-
- <p>Las cadenas en <b>negritas</b> y colocadas en los corchetes (en la lista superior) son los códigos que esta buscando. El primer grupo de dígitos (antes de los dos puntos) son el <b>VendorID</b>, el segundo grupo de dígitos son el <b>ProductID</b>. En el ejemplo superior: el código VendorID:ProductID de la tarjeta inalámbrica (note las cadenas "Network controller" y "WLAN") es <b>14e4:4311</b> mientras el código VendorID:ProductID de la tarjeta de video (note la cadena "VGA") es <b>10de:0427</b></p>
-
- <h4>Si el dispositivo es un dispositivo USB (ejemplo: una tarjeta USB externa)</h4>
-
- <p>Abra una terminal y escriba la siguiente orden:</p>
-
- <pre>
- sudo lsusb
- </pre>
-
- <p>Debe de obtener una lista de hardware similar a la descrita a continuación</p>
-
- <pre>
- Bus 001 Device 002: ID <b>0846:4260</b> NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
- Bus 001 Device 001: ID <b>1d6b:0002</b> Linux Foundation 2.0 root hub
- Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sensor
- </pre>
-
- <p>Las cadenas en <b>negritas</b> (en la lista superior) son el código que busca. El primer grupo de dígitos (antes de los dos puntos) son el <b>VendorID</b>, el segundo grupo de dígitos son el <b>ProductID</b>. En el ejemplo superior: el código VendorID:ProductID de la tarjeta inalámbrica USB externa (note la cadena "Wireless") es <b>0846:4260</b></p>
-
-
- <h3>Como descubrir si la tarjeta de video funciona</h3>
-
- <p>Instale <a href="http://rss-glx.sourceforge.net/">rss-glx</a> por lo medios del administrador de paquetes de su distribución o por medio de compilar el código fuente y pruebe algunos protectores de pantalla (por ejemplo <b>Skyrocket</b> o <b>Solarwinds</b>). Revise si puede ejecutar el protector de pantalla (y/o si puede mostrarlo suavemente)</p>
-
- <h3>Como descubrir si la aceleración 3D funciona</h3>
-
- <p>Intente activar compiz</p>
-
- <h3>Como descubrir el nombre de su tarjeta de inalámbrica</h3>
-
- <p>Abra una terminal y escriba la siguiente orden:</p>
-
- <pre>
- sudo lspci
- </pre>
-
- <p>Después busque por la linea que contenga la cadena <b>Wireless</b> o <b>Network controller</b>. También puede intentar una de las siguientes ordenes</p>
-
- <pre>
- lspci | grep "Wireless"
- </pre>
-
- <p>o</p>
-
- <pre>
- lspci | grep "Network"
- </pre>
-
- <h3>Como descubrir el driver de la impresora que esta usando</h3>
-
- <h4>If you are using cups</h4>
-
- <p>Abra una terminal y escriba la orden siguiente:</p>
-
- <pre>
- dpkg-query -W -f '${Version}\n' cups
- </pre>
-
- <h3>How to discover the architecture of your notebook</h3>
-
- <p>Open a terminal and type the following command:</p>
-
- <pre>
- dpkg --print-architecture
- </pre>
-
-
- <a name="fully-free"><h1>Lista de las distribuciones GNU/Linux completamente libres</h1></a>
-
- <p>Están enlistadas en orden alfabético</p>
-
- <ul>
- <li><a href="http://www.blagblagblag.org/">BLAG</a></li>
-
- <li><a href="http://dragora.usla.org.ar/wiki/doku.php">Dragora</a></li>
-
- <li><a href="http://dynebolic.org/">Dynebolic</a></li>
-
- <li><a href="http://www.gnewsense.org/">gNewSense</a></li>
-
- <li><a href="http://www.musix.org.ar/">Musix GNU+Linux</a></li>
-
- <li><a href="https://parabolagnulinux.org/">Parabola GNU/Linux</a></li>
-
- <li><a href="http://trisquel.info/en/">Trisquel</a></li>
-
- <li><a href="http://www.ututo.org/www/">Ututo</a></li>
-
- <li><a href="http://venenux.org/">Venenux</a></li>
- </ul>
-
+<h2 name="wiki-syntax">Sintaxis del Wiki</h2>
+
+<h3>Lista de las etiquetas wiki de <?php echo Website::$generalName;?>
+</h3>
+
+<table class="wiki">
+ <thead>
+ <tr>
+ <th>nombre</th>
+ <th>etiqueta</th>
+ <th>resultado</th>
+ <th>descripción</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>bold</td>
+ <td>[b]texto[/b]</td>
+ <td><b>texto</b></td>
+ <td>texto en negrita</td>
+ </tr>
+ <tr>
+ <td>italic</td>
+ <td>[i]texto[/i]</td>
+ <td><i>texto</i></td>
+ <td>texto en cursiva</td>
+ </tr>
+ <tr>
+ <td>del</td>
+ <td>[del]texto[/del]</td>
+ <td><del>texto</del></td>
+ <td>texto eliminado</td>
+ </tr>
+ <tr>
+ <td>underline</td>
+ <td>[u]texto[/u]</td>
+ <td><u>texto</u></td>
+ <td>texto subrayado</td>
+ </tr>
+ <tr>
+ <td>head 1</td>
+ <td>[h1]texto[/h1]</td>
+ <td>
+ <div class="div_h1">
+ texto</div>
+ </td>
+ <td>encabezado 1</td>
+ </tr>
+ <tr>
+ <td>head 2</td>
+ <td>[h2]texto[/h2]</td>
+ <td>
+ <div class="div_h2">
+ texto</div>
+ </td>
+ <td>encabezado 2</td>
+ </tr>
+ <tr>
+ <td>head 3</td>
+ <td>[h3]texto[/h3]</td>
+ <td>
+ <div class="div_h3">
+ texto</div>
+ </td>
+ <td>encabezado 3</td>
+ </tr>
+ <tr>
+ <td>paragraph</td>
+ <td>[p]texto[/p]</td>
+ <td><p>texto</p>
+ </td>
+ <td>nuevo párrafo</td>
+ </tr>
+ <tr>
+ <td>list item</td>
+ <td>[*]objeto[/*]</td>
+ <td><ul>
+ <li>objeto</li>
+ </ul>
+ </td>
+ <td>agrega un objeto a la lista</td>
+ </tr>
+ <tr>
+ <td>lista </td>
+ <td><ul style="list-style-type:none;">
+ <li>[list]</li>
+ <li><ul style="list-style-type:none;">
+ <li>[*]first item[/*]</li>
+ <li>[*]second item[/*]</li>
+ </ul>
+ </li>
+ <li>[/list]</li>
+ </ul>
+ </td>
+ <td><ul>
+ <li>first item</li>
+ <li>second item</li>
+ </ul>
+ </td>
+ <td>hace una lista de objetos</td>
+ </tr>
+ <tr>
+ <td>numbered list</td>
+ <td><ul style="list-style-type:none;">
+ <li>[enum]</li>
+ <li><ul style="list-style-type:none;">
+ <li>[*]first item[/*]</li>
+ <li>[*]second item[/*]</li>
+ </ul>
+ </li>
+ <li>[/enum]</li>
+ </ul>
+ </td>
+ <td><ol>
+ <li>first item</li>
+ <li>second item</li>
+ </ol>
+ </td>
+ <td>hace una lista numerada de objetos</td>
+ </tr>
+ <tr>
+ <td>code</td>
+ <td>[code]código[/code]</td>
+ <td><pre class="code_pre">código</pre>
+ </td>
+ <td>agrega código</td>
+ </tr>
+ <!--
+ <tr>
+ <td>simple link</td>
+ <td>[a]url[/a]</td>
+ <td>&lt;a href="url"&gt;url&lt;/a&gt;</td>
+ <td>enlace simple</td>
+ </tr>
+ -->
+ <tr>
+ <td>link with text</td>
+ <td>[a]url|text[/a]</td>
+ <td><a href="url">text</a></td>
+ <td>enlace con texto</td>
+ </tr>
+ <tr>
+ <td>notebook</td>
+ <td>[notebook]1234:5678[/notebook]</td>
+ <td>1234:5678</td>
+ <td>enlace a la laptop con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la
+ página del dispositivo mismo, seguido del nombre del modelo)</td>
+ </tr>
+ <tr>
+ <td>wifi</td>
+ <td>[wifi]1234:5678[/wifi]</td>
+ <td>1234:5678</td>
+ <td>enlace al wifi con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la
+ página del dispositivo mismo, seguido del nombre del modelo)</td>
+ </tr>
+ <tr>
+ <td>videocard</td>
+ <td>[videocard]1234:5678/videocard]</td>
+ <td>1234:5678</td>
+ <td>enlace a la tarjeta de video con el identificador id (el identificador de cada modelo de dispositivo esta
+ escrito en la página del dispositivo mismo, seguido del nombre del modelo)</td>
+ </tr>
+ </tbody>
+</table>
+
+<p></p>
+
+<h2 name="compatibility">Clases de Compatibilidad</h2>
+
+<h3 name="notebook-compatibility">Laptops</h3>
+<dl>
+ <dt>Clase A (Platino)</dt>
+ <dd>Todos los dispositivos funcionan con un buen desempeño. </dd>
+ <dd class="example">Ejemplo: todos los dispositivos funcionan, la aceleración 3D esta soportada</dd>
+ <dt>Clase B (Oro)</dt>
+ <dd>Todos los dispositivos funcionan pero no a su rendimiento completo. </dd>
+ <dd class="example">Un ejemplo típico es: todos los dispositivos funcionan, pero la aceleración 3D no esta
+ soportada</dd>
+ <dt>Clase C (Plata)</dt>
+ <dd>Un dispositivo principal no esta soportado. </dd>
+ <dd class="example">Ejemplo: la tarjeta inalámbrica interna no funciona. Necesita una tarjeta USB externa</dd>
+ <dt>Clase D (Bronce)</dt>
+ <dd>Más de un dispositivo no esta soportado</dd>
+ <dt>Clase E (Basura)</dt>
+ <dd>El equipo no funciona con software libre</dd>
+</dl>
+
+<h3 name="printer-compatibility">Impresoras</h3>
+<dl>
+ <dt>Clase A (Completo)</dt>
+ <dd>Todos los dispositivos funcionan y las características soportadas</dd>
+ <dt>Clase B (Parcial)</dt>
+ <dd>La impresión esta soportada pero a velocidad o calidad limitada; escaneo y/o envío por fax en algunos
+ dispositivos multifuncionales pueden no estar soportados</dd>
+ <dt>Clase C (Ninguno)</dt>
+ <dd>La impresora no funciona con software libre</dd>
+</dl>
+
+<h3 name="scanner-compatibility">Scanners</h3>
+<dl>
+ <dt>Class A (Full)</dt>
+ <dd>All device functions and features are supported</dd>
+ <dt>Class B (Partial)</dt>
+ <dd>Scanning supported but possibly at limited speed or quality; some other features may not be supported</dd>
+ <dt>Class C (None)</dt>
+ <dd>The scanner does not work with free software</dd>
+</dl>
+
+<p> </p>
+
+<h2 name="discover-hardware">Descubra su hardware</h2>
+<cite>(Gracias <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>)</cite>
+
+<p>En orden de conocer los detalles de su hardware puede seguir las siguientes acciones:</p>
+<dl>
+ <dt>Como descubrir el modelo de su laptop</dt>
+ <dd>Vea debajo de su laptop o netbook</dd>
+ <dt name="model-name" id="model-name">How to discover the model name of your device (if it is not a notebook)</dt>
+ <dd class="opt">If the device is integrated (example: a video card)</dd>
+ <dd>Open a terminal and type the following command:</dd>
+ <dd><pre class="terminal">lspci -vmm</pre>
+ </dd>
+ <dd>You will obtain the list of your PCI devices, similar to the one written below</dd>
+ <dd><pre class="terminal">Slot:03:00.0
+Class:Network controller
+Vendor:Broadcom Corporation
+Device:<b>BCM4311 802.11b/g WLAN</b>
+
+SVendor:Hewlett-Packard Company
+SDevice:Device 1375
+Rev:02
+
+Slot:07:05.0
+Class:FireWire (IEEE 1394)
+Vendor:Ricoh Co Ltd
+Device:<b>R5C832 IEEE 1394 Controller</b>
+SVendor:Hewlett-Packard Company
+SDevice:Device 30cf
+Rev:05
+ProgIf:10</pre>
+ </dd>
+ <dd>The name of each device is written at the "Device" row, after the colon (see the text in bold in the above
+ list)</dd>
+ <dd>You can also write the output of the lspci command to a file by typing:</dd>
+ <dd><pre class="terminal">lspci -vmm &gt; filename</pre>
+ </dd>
+ <dd>where "filename" is the name of the file</dd>
+ <dd class="opt">If the device is an USB device (example: an external USB wifi card)</dd>
+ <dd>Open a terminal and type the following command:</dd>
+ <dd><pre class="terminal">lsusb -v</pre>
+ </dd>
+ <dd>or</dd>
+ <dd><pre class="terminal">lsusb -v &gt; filename # write the output to a file</pre>
+ </dd>
+ <!-- dd>where "filename" is the name of the file</dd -->
+ <dd>You will obtain the list of your USB devices, similar to the one written below</dd>
+ <dd><pre class="terminal">Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
+Device Descriptor:
+bLength 18
+bDescriptorType 1
+bcdUSB 2.00
+bDeviceClass 0 (Defined at Interface level)
+bDeviceSubClass 0
+bDeviceProtocol 0
+bMaxPacketSize0 64
+idVendor 0x0846 NetGear, Inc.
+idProduct 0x4260 <b>WG111v3 54 Mbps Wireless [realtek RTL8187B]</b>
+bcdDevice 2.00
+iManufacturer 1
+iProduct 2
+iSerial 3
+ ...
+ ...
+
+Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
+Device Descriptor:
+bLength 18
+bDescriptorType 1
+bcdUSB 1.10
+bDeviceClass 255 Vendor Specific Class
+bDeviceSubClass 255 Vendor Specific Subclass
+bDeviceProtocol 255 Vendor Specific Protocol
+bMaxPacketSize0 8
+idVendor 0x08ff AuthenTec, Inc.
+idProduct 0x2580 <b>AES2501 Fingerprint Sensor</b>
+bcdDevice 6.23
+iManufacturer 0
+iProduct 1 Fingerprint Sensor
+iSerial 0
+bNumConfigurations 1
+ ...
+ ...</pre>
+ </dd>
+ <dd>The name of each device is written at the row starting with "idProduct" (see the text in bold in the above
+ list)</dd>
+ <dt>How to discover the year of commercialization of your notebook</dt>
+ <dd>Open a terminal and type the following command:</dd>
+ <dd><pre class="terminal">sudo dmidecode| grep "Release Date"</pre>
+ </dd>
+ <dt>Como descubrir la versión de kernel que esta usando</dt>
+ <dd>Abra una terminal y escriba la siguiente orden:</dd>
+ <dd><pre class="terminal">uname -r</pre>
+ </dd>
+ <dt>Como descubrir el nombre de su tarjeta de video</dt>
+ <dd>Abra una terminal y escriba la siguiente orden:</dd>
+ </dd>
+ <dd><pre class="terminal">sudo lspci</pre>
+ </dd>
+ <dd>Después busque por la linea que contenga la cadena VGA o Display controller. También puede usar uno de las
+ siguientes ordenes:</dd>
+ <dd><pre class="terminal">lspci | grep "Display controller"</pre>
+ </dd>
+ <dd>o</dd>
+ <dd><pre class="terminal">lspci | grep "VGA"</pre>
+ </dd>
+ <dt name="vendoridproductid">Como descubrir el ID del vendedor y el ID del producto de su dispositivo (código
+ VendorID:ProductID)</dt>
+ <dd><cite>(Gracias <a
+ href="http://trisquel.info/es/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a>
+ y <a
+ href="http://trisquel.info/es/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>)</cite>
+ </dd>
+ <dd class="opt">Si el dispositivo es integrado (ejemplo: una tarjeta de video)</dd>
+ <dd>Abra una terminal y escriba la siguiente orden:</dd>
+ <dd><pre class="terminal">sudo lspci -nnk</pre>
+ </dd>
+ <dd>Debe de obtener una lista de hardware similar a la escriba debajo</dd>
+ <dd><pre class="terminal">03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [<b>14e4:4311</b>] (rev 02)
+Kernel driver in use: b43-pci-bridge
+Kernel modules: ssb
+05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [<b>10de:0427</b>] (rev a1)
+Kernel modules: nouveau, nvidiafb</pre>
+ </dd>
+ <dd>Las cadenas en <b>negritas</b> y colocadas en los corchetes (en la lista superior) son los códigos que esta
+ buscando. El primer grupo de dígitos (antes de los dos puntos) son el <b>VendorID</b>, el segundo grupo de
+ dígitos son el <b>ProductID</b>. En el ejemplo superior: el código VendorID:ProductID de la tarjeta
+ inalámbrica (note las cadenas "Network controller" y "WLAN") es <b>14e4:4311</b> mientras el código
+ VendorID:ProductID de la tarjeta de video (note la cadena "VGA") es <b>10de:0427</b></dd>
+ <dd class="opt">Si el dispositivo es un dispositivo USB (ejemplo: una tarjeta USB externa)</dd>
+ <dd>Abra una terminal y escriba la siguiente orden:</dd>
+ <dd><pre class="terminal">sudo lsusb</pre>
+ </dd>
+ <dd>Debe de obtener una lista de hardware similar a la descrita a continuación</dd>
+ <dd><pre class="terminal">Bus 001 Device 002: ID <b>0846:4260</b> NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
+Bus 001 Device 001: ID <b>1d6b:0002</b> Linux Foundation 2.0 root hub
+Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sensor</pre>
+ </dd>
+ <dd>Las cadenas en <b>negritas</b> (en la lista superior) son el código que busca. El primer grupo de dígitos
+ (antes de los dos puntos) son el <b>VendorID</b>, el segundo grupo de dígitos son el <b>ProductID</b>. En el
+ ejemplo superior: el código VendorID:ProductID de la tarjeta inalámbrica USB externa (note la cadena
+ "Wireless") es <b>0846:4260</b></dd>
+ <dt>Como descubrir si la tarjeta de video funciona</dt>
+ <dd>Instale <code><a href="http://rss-glx.sourceforge.net/">rss-glx</a></code> por lo medios del administrador
+ de paquetes de su distribución o por medio de compilar el código fuente y pruebe algunos protectores de
+ pantalla (por ejemplo <b>Skyrocket</b> o <b>Solarwinds</b>). Revise si puede ejecutar el protector de pantalla
+ (y/o si puede mostrarlo suavemente)
+ </dd>
+ <dt>Como descubrir si la aceleración 3D funciona</dt>
+ <dd>Intente activar compiz</dd>
+ <dt>Como descubrir el nombre de su tarjeta de inalámbrica</dt>
+ <dd>Abra una terminal y escriba la siguiente orden:</dd>
+ <dd><pre class="terminal">sudo lspci</pre>
+ </dd>
+ <dd>Después busque por la linea que contenga la cadena <samp><b>Wireless</b></samp> o <samp><b>Network
+ controller</b></samp>. También puede intentar una de las siguientes ordenes</dd>
+ <dd><pre class="terminal">lspci | grep "Wireless"</pre>
+ </dd>
+ <dd>o</dd>
+ <dd><pre class="terminal">lspci | grep "Network"</pre>
+ </dd>
+ <dt>Como descubrir el driver de la impresora que esta usando</dt>
+ <dd class="opt">If you are using cups</dd>
+ <dd>Abra una terminal y escriba la orden siguiente:</dd>
+ <dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre>
+ </dd>
+ <dt>How to discover the architecture of your notebook</dt>
+ <dd>Open a terminal and type the following command:</dd>
+ <dd><pre class="terminal">dpkg --print-architecture</pre>
+ </dd>
+</dl>
+
+<p> </p>
+
+<h2 name="fully-free">Lista de las distribuciones GNU/Linux completamente libres</h2>
+<!-- p class="attention">La h-node no se responsabiliza del contenido deotros sitios web, ni de que sus contenidos
+estén actualizados.</p -->
+
+<p>Estas son las distribuciones <a href="http://www.gnu.org/gnu/linux-and-gnu.es,html">GNU/Linux</a> de las que sabemos
+que tienen una política en la que se comprometen a incluir y ofrecer sólo software libre. Estas distribuciones
+rechazan las aplicaciones, las plataformas de programación, los controladores y el firmware que no son libres. Si por
+error incluyen alguno, lo eliminan. Si desea conocer más acerca qué hace a una <a
+href="http://www.gnu.org/distros/free-distros.es.html">distribución de GNU/Linux libre</a>, por favor vea GNU <a
+href="http://www.gnu.org/distros/free-system-distribution-guidelines.es.html">guía para distribuciones libres</a>.</p>
+
+<p><strong>Todas las distribuciones que aparecen a continuación se pueden instalar en el disco duro y muchas funcionan
+sin instalación.</strong></p>
+
+<p>(En orden alfabético)</p>
+
+<ul>
+ <li><a href="http://www.blagblagblag.org/">BLAG GNU/Linux</a></li>
+ <li><a href="http://dragora.usla.org.ar/wiki/doku.php">Dragora GNU/Linux</a></li>
+ <li><a href="http://dynebolic.org/">Dynebolic GNU/Linux</a></li>
+ <li><a href="http://www.gnewsense.org/">gNewSense GNU/Linux</a></li>
+ <li><a href="http://www.musix.org.ar/">Musix GNU+Linux</a></li>
+ <li><a href="https://parabolagnulinux.org/">Parabola GNU/Linux</a></li>
+ <li><a href="http://trisquel.info/">Trisquel GNU/Linux</a></li>
+ <li><a href="http://www.ututo.org/www/">Ututo GNU/Linux</a></li>
+ <li><a href="http://venenux.org/">Venenux GNU/Linux</a></li>
+</ul>
</div>