aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Help/index_fr.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/Help/index_fr.php')
-rw-r--r--h-source/Application/Views/Help/index_fr.php878
1 files changed, 401 insertions, 477 deletions
diff --git a/h-source/Application/Views/Help/index_fr.php b/h-source/Application/Views/Help/index_fr.php
index d4a4c22..a4b5441 100644
--- a/h-source/Application/Views/Help/index_fr.php
+++ b/h-source/Application/Views/Help/index_fr.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,481 +37,404 @@
</ul>
</div>
- <a name="wiki-syntax"><h1>Syntaxe Wiki</h1></a>
+<h2 name="wiki-syntax">Syntaxe Wiki</h2>
+
+<h3>Liste des tags Wiki sur <?php echo Website::$generalName;?>
+</h3>
+
+<table class="help_wiki_table" width="100%" border="1">
+ <thead>
+ <tr>
+ <th>name</th>
+ <th>tag</th>
+ <th>result</th>
+ <th width="40%">description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>bold</td>
+ <td>[b]text[/b]</td>
+ <td><b>text</b></td>
+ <td>text bold</td>
+ </tr>
+ <tr>
+ <td>italic</td>
+ <td>[i]text[/i]</td>
+ <td><i>text</i></td>
+ <td>text italic</td>
+ </tr>
+ <tr>
+ <td>del</td>
+ <td>[del]text[/del]</td>
+ <td><del>text</del></td>
+ <td>text deleted</td>
+ </tr>
+ <tr>
+ <td>underline</td>
+ <td>[u]text[/u]</td>
+ <td><u>text</u></td>
+ <td>text underlined</td>
+ </tr>
+ <tr>
+ <td>head 1</td>
+ <td>[h1]text[/h1]</td>
+ <td>
+ <div class="div_h1">
+ text</div>
+ </td>
+ <td>head 1</td>
+ </tr>
+ <tr>
+ <td>head 2</td>
+ <td>[h2]text[/h2]</td>
+ <td>
+ <div class="div_h2">
+ text</div>
+ </td>
+ <td>head 2</td>
+ </tr>
+ <tr>
+ <td>head 3</td>
+ <td>[h3]text[/h3]</td>
+ <td>
+ <div class="div_h3">
+ text</div>
+ </td>
+ <td>head 3</td>
+ </tr>
+ <tr>
+ <td>paragraph</td>
+ <td>[p]text[/p]</td>
+ <td><p>text</p>
+ </td>
+ <td>new paragraph</td>
+ </tr>
+ <tr>
+ <td>list item</td>
+ <td>[*]item[/*]</td>
+ <td><ul>
+ <li>item</li>
+ </ul>
+ </td>
+ <td>ad an item to a list</td>
+ </tr>
+ <tr>
+ <td>List </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>make a list of items</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>make a numbered list of items</td>
+ </tr>
+ <tr>
+ <td>code</td>
+ <td>[code]some code[/code]</td>
+ <td><pre class="code_pre">some code</pre>
+ </td>
+ <td>ad some code</td>
+ </tr>
+ <tr>
+ <td>simple link</td>
+ <td>[a]url[/a]</td>
+ <td><a href="url">url</a></td>
+ <td>simple link</td>
+ </tr>
+ <tr>
+ <td>link with text</td>
+ <td>[a]url|text[/a]</td>
+ <td><a href="url">text</a></td>
+ <td>link with text</td>
+ </tr>
+ <tr>
+ <td>notebook</td>
+ <td>[notebook]id[/notebook]</td>
+ <td> </td>
+ <td>link to the notebook with the identifier equal to id (the identifier of each device model is written in the
+ page of the device itself, next to the model name)</td>
+ </tr>
+ <tr>
+ <td>wifi</td>
+ <td>[wifi]id[/wifi]</td>
+ <td> </td>
+ <td>link to the wifi with the identifier equal to id (the identifier of each device model is written in the page
+ of the device itself, next to the model name)</td>
+ </tr>
+ <tr>
+ <td>videocard</td>
+ <td>[videocard]id[/videocard]</td>
+ <td> </td>
+ <td>link to the videocard with the identifier equal to id (the identifier of each device model is written in the
+ page of the device itself, next to the model name)</td>
+ </tr>
+ </tbody>
+</table>
+
+<p> </p>
+
+<h2><a name="compatibility">Niveau de compatibilitée</a> </h2>
+
+<h3><a name="notebook-compatibility2" id="notebook-compatibility2">Notebooks</a> </h3>
+<dl>
+ <dt>Classe A (Platinium)</dt>
+ <dd>Tout le matériel du notebook fonctionne avec du logiciel libre. </dd>
+ <dd class="example">Exemple : la 3D fonctionne, le son et la wifi également</dd>
+ <dt>Classe B (Or)</dt>
+ <dd>Tout le matériel du notebook fonctionne, mais avec des performances réduites. </dd>
+ <dd class="example">Exemple : la carte graphique est reconnues mais la 3D ne fonctionne pas</dd>
+ <dt>Classe C (Argent)</dt>
+ <dd>Un matériel principal ne fonctionne pas. </dd>
+ <dd class="example">Exemple : La carte wifi ne fonctionne pas</dd>
+ <dt>Classe D (Bronze)</dt>
+ <dd>Plus d'un matériel ne fonctionne pas avec du logiciel libre</dd>
+ <dt>Classe E (Poubelle)</dt>
+ <dd>Aucun matériel ne fonctionne avec du logiciel libre</dd>
+</dl>
+
+<h3><a name="printer-compatibility">Imprimantes</a> </h3>
+<dl>
+ <dt>Classe A (Complet)</dt>
+ <dd>Toutes les fonctionnalitées de l'imprimante fonctionne avec du logiciel libre</dd>
+ <dt>Classe B (Partielle)</dt>
+ <dd>La fonction d'impression fonctionne, mais à une vitesse ou qualitée limitée. </dd>
+ <dd class="example">Exemple : Le scan ou le fax sur certains appareils peut ne pas être supportés</dd>
+ <dt>Classe C (Aucun)</dt>
+ <dd>L'imprimante ne fonctionne pas avec du logiciel libre</dd>
+</dl>
+
+<h3><a name="scanner-compatibility">Scanners</a> </h3>
+<dl>
+ <dt>Classe A (Complet)</dt>
+ <dd>Toutes les fonctionnalitées du scanner sont supportées</dd>
+ <dt>Classe B (Partielle)</dt>
+ <dd>Le scanner fonctionne mais à une vitesse ou qualitée limitée, d'autres fonctionnalitées peuvent ne pas
+ fonctionner</dd>
+ <dt>Classe C (Aucun)</dt>
+ <dd>Le scanner ne fonctionne pas avec du logiciel libre</dd>
+</dl>
+
+<h2 name="discover-hardware">Découvrez votre matériel</h2>
+<cite>(Merci <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>) </cite>
+
+<p>Pour connaitre votre matériel en détails, vous pouviez faire les choses suivantes:</p>
+<dl>
+ <dt>Comment découvrir le modèle de votre notebook</dt>
+ <dd>See below your notebook or netbook</dd>
+ <dt><a name="model-name">How to discover the model name of your device (if it is not a notebook)</a></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>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>
+ <dd>You can also write the output of the lsusb command to a file by typing:</dd>
+ <dd><pre class="terminal">lsusb -v &gt; filename</pre>
+ </dd>
+ <dd>where "filename" is the name of the file</dd>
+ <dt>Trouver la version du noyau linux libre que vous utilisez</dt>
+ <dd>Ouvrez un terminal et tapez la commande suivant:</dd>
+ <dd><pre class="terminal">uname -r</pre>
+ </dd>
+ <dt>Comment trouver le modèle de votre carte graphique</dt>
+ <dd>Ouvrez un terminal et taper la commande suivante:</dd>
+ <dd><pre class="terminal">sudo lspci</pre>
+ </dd>
+ <dd>Chercher la ligne qui contient le mot <b>VGA</b> ou <b>Display Controller</b>. Vous pouvez aussi essayer l'une
+ des commandes suivantes:</dd>
+ <dd><pre class="terminal">lspci | grep "Display controller"</pre>
+ </dd>
+ <dd>ou</dd>
+ <dd><pre class="terminal">lspci | grep "VGA"</pre>
+ </dd>
+ <dt><a name="vendoridproductid">Comment connaitre le VendorID ou le ProductID (VendorID:ProductID code)</a></dt>
+ <dd><cite>(Merci à <a
+ href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a>
+ et <a
+ href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>)</cite>
+ </dd>
+ <dd class="opt">Si le matériel est intégré (example : une puce vidéo)</dd>
+ <dd>Ouvrez un terminal sudo et taper la commande suivante:</dd>
+ <dd><pre class="terminal">sudo lspci -nnk</pre>
+ </dd>
+ <dd>Vous devriez obtenir une liste de matériel similaire à celle-ci</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 class="note"><span class="note">Note :</span>Les lignes en <b>gras</b> et placée entre crochet (dans la liste
+ ci-dessus) sont les lignes que vous recherchez. Le premier packet de numéros (avant la virgule) sont le
+ <b>VendorID</b>, le second sont le <b>ProductID</b>. Dans l’exemple ci dessus, le code VendorID:ProductID de la
+ carte wifi ( vous pouvez la remarquez grace aux mots "Network Controller" et "WLAN" ) est <b>14e4:4311</b></dd>
+ <dd class="opt">Si le périphérique est un périphérique USB : (exemple : une clé usb wifi)</dd>
+ <dd>Ouvrez un terminal et tapez:</dd>
+ <dd><pre class="terminal">sudo lsusb</pre>
+ </dd>
+ <dd>Vous devriez obtenir une liste de matériel similaire à celle ci</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 class="note"><span class="note">Note :</span> Les lignes en <b>gras</b> (dans la liste du dessus) sont les
+ lignes que vous recherchez. Les premiers nombres (avant les deux points) sont le <b>VendorID</b>, les autres sont
+ le <b>ProductID</b>. Dans l'exemple ci-dessus : le code VendorID:ProductID de la carte usb wifi externe
+ (Remarquez la ligne Wireless) est <b>0846:4260</b></dd>
+ <dt>Comment savoir si votre carte graphique fonctionne</dt>
+ <dd>Installer <code><a href="http://rss-glx.sourceforge.net/">rss-glx</a></code> en utilisant le gestionnaire de
+ paquet de votre distribution ou en le compilant depuis les sources et essayez certains écran de veille (par
+ exemple <b>Skyrocket</b> ou <b>Solarwinds</b>). Essayer de faire fonctionner le fond d'écran, et/ou le faire
+ fonctionner fluidement.</dd>
+ <dt>Comment savoir si l'accélération 3D fonctionne</dt>
+ <dd>Essayer d’activer compiz</dd>
+ <dt>Comment decouvrir le nom de votre carte wifi</dt>
+ <dd>Ouvrez un terminal et taper la commande suivante:</dd>
+ <dd><pre class="terminal">sudo lspci</pre>
+ </dd>
+ <dd>Regardez ensuite les lignes <samp><b>Wireless</b></samp> ou <samp><b>Network controller</b></samp>. Vous pouvez
+ aussi essayer l'une de ses commandes:</dd>
+ <dd><pre class="terminal">lspci | grep "Wireless" </pre>
+ </dd>
+ <dd>ou</dd>
+ <dd><pre class="terminal">lspci | grep "Network"</pre>
+ </dd>
+ <dt>Comment connaitre le pilote d’imprimante que vous utilisez</dt>
+ <dd class="opt">Si vous utilisez cups</dd>
+ <dd>Ouvrez un terminal et taper ceci:</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">Liste de dristributions GNU/Linux entièrement libre</h2>
+<!-- p class="attention">La <strong>h-node</strong> n'est pas responsable pour le contenu des autres sites Web ou de leur
+actualité.</p -->
+
+<p>Voici les distributions <a href="http://www.gnu.org/gnu/linux-and-gnu.fr.html">GNU/Linux</a> pour lesquelles nous
+savons qu'elles ont une politique ferme de seulement inclure ou proposer des logiciels libres. Elles rejettent les
+applications non-libres, les plateformes de programmation non-libres, les pilotes non-libres ou les « blobs » de
+microcode non -libres. Si par erreur elles en incluent un, elles le retirent dès qu'elles s'en aperçoivent. Pour en
+savoir plus sur la façon de faire une <a href="http://www.gnu.org/distros/free-distros.fr.html">distribution GNU/Linux
+libre</a>, consulter GNU <a
+href="http://www.gnu.org/philosophy/free-system-distribution-guidelines.fr.html">Recommandations pour des distributions
+système libres</a>.</p>
+
+<p>Toutes les distributions qui suivent sont installables sur un disque dur d'ordinateur et la plupart peuvent être
+exécutées à partir d'un CD.</p>
+
+<p>(Dans l'ordre alphabétique)</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>
- <h3>Liste des tags Wiki sur <?php echo Website::$generalName;?></h3>
-
- <table class="help_wiki_table" width="100%" border="1px">
- <thead>
- <tr>
- <th>name</th>
- <th>tag</th>
- <th>result</th>
- <th width="40%">description</th>
- </tr>
- </thead>
- <tr>
- <td>bold</td>
- <td>[b]text[/b]</td>
- <td><b>text</b></td>
- <td>text bold</td>
- </tr>
- <tr>
- <td>italic</td>
- <td>[i]text[/i]</td>
- <td><i>text</i></td>
- <td>text italic</td>
- </tr>
- <tr>
- <td>del</td>
- <td>[del]text[/del]</td>
- <td><del>text</del></td>
- <td>text deleted</td>
- </tr>
- <tr>
- <td>underline</td>
- <td>[u]text[/u]</td>
- <td><u>text</u></td>
- <td>text underlined</td>
- </tr>
- <tr>
- <td>head 1</td>
- <td>[h1]text[/h1]</td>
- <td><div class="div_h1">text</div></td>
- <td>head 1</td>
- </tr>
- <tr>
- <td>head 2</td>
- <td>[h2]text[/h2]</td>
- <td><div class="div_h2">text</div></td>
- <td>head 2</td>
- </tr>
- <tr>
- <td>head 3</td>
- <td>[h3]text[/h3]</td>
- <td><div class="div_h3">text</div></td>
- <td>head 3</td>
- </tr>
- <tr>
- <td>paragraph</td>
- <td>[p]text[/p]</td>
- <td><p>text</p></td>
- <td>new paragraph</td>
- </tr>
- <tr>
- <td>list</td>
- <td>[list]list[/list]</td>
- <td>&lt;ul&gt;list&lt;/ul&gt;</td>
- <td>make a list of items</td>
- </tr>
- <tr>
- <td>numbered list</td>
- <td>[enum]list[/enum]</td>
- <td>&lt;ol&gt;list&lt;/ol&gt;</td>
- <td>make a numbered list of items</td>
- </tr>
- <tr>
- <td>list item</td>
- <td>[*]item[/*]</td>
- <td>&lt;li&gt;item&lt;/li&gt;</td>
- <td>ad an item to a list</td>
- </tr>
- <tr>
- <td>code</td>
- <td>[code]some code[/code]</td>
- <td><pre class="code_pre">some code</div></td>
- <td>ad some code</td>
- </tr>
- <tr>
- <td>simple link</td>
- <td>[a]url[/a]</td>
- <td>&lt;a href="url"&gt;url&lt;/a&gt;</td>
- <td>simple link</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>link with text</td>
- </tr>
- <tr>
- <td>notebook</td>
- <td>[notebook]id[/notebook]</td>
- <td>&nbsp</td>
- <td>link to the notebook with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)</td>
- </tr>
- <tr>
- <td>wifi</td>
- <td>[wifi]id[/wifi]</td>
- <td>&nbsp</td>
- <td>link to the wifi with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)</td>
- </tr>
- <tr>
- <td>videocard</td>
- <td>[videocard]id[/videocard]</td>
- <td>&nbsp</td>
- <td>link to the videocard with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)</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>Niveau de compatibilitée</h1></a>
-
- <a name="notebook-compatibility"><h2>Notebooks</h2></a>
-
- <h3>Classe A (Platinium)</h3>
-
- <p>Tout le matériel du notebook fonctionne avec du logiciel libre. Exemple : la 3D fonctionne, le son et la wifi également</p>
-
- <h3>Classe B (Or)</h3>
-
- <p>Tout le matériel du notebook fonctionne, mais avec des performances réduites. Exemple : la carte graphique est reconnues mais la 3D ne fonctionne pas</p>
-
- <h3>Classe C (Argent)</h3>
-
- <p>Un matériel principal ne fonctionne pas. Exemple : La carte wifi ne fonctionne pas</p>
-
- <h3>Classe D (Bronze)</h3>
-
- <p>Plus d'un matériel ne fonctionne pas avec du logiciel libre</p>
-
- <h3>Classe E (Poubelle)</h3>
-
- <p>Aucun matériel ne fonctionne avec du logiciel libre</p>
-
-
- <a name="printer-compatibility"><h2>Imprimantes</h2></a>
-
- <h3>Classe A (Complet)</h3>
-
- <p>Toutes les fonctionnalitées de l'imprimante fonctionne avec du logiciel libre</p>
-
- <h3>Classe B (Partielle)</h3>
-
- <p>La fonction d'impression fonctionne, mais à une vitesse ou qualitée limitée. Le scan ou le fax sur certains appareils peut ne pas être supportés</p>
-
- <h3>Classe C (Aucun)</h3>
-
- <p>L'imprimante ne fonctionne pas avec du logiciel libre</p>
-
-
- <a name="scanner-compatibility"><h2>Scanners</h2></a>
-
- <h3>Classe A (Complet)</h3>
-
- <p>Toutes les fonctionnalitées du scanner sont supportées</p>
-
- <h3>Classe B (Partielle)</h3>
-
- <p>Le scanner fonctionne mais à une vitesse ou qualitée limitée, d'autres fonctionnalitées peuvent ne pas fonctionner</p>
-
- <h3>Classe C (Aucun)</h3>
-
- <p>Le scanner ne fonctionne pas avec du logiciel libre</p>
-
- <a name="discover-hardware"><h1>Découvrez votre matériel</h1></a>
- <div>
- (Merci <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>)
- </div>
-
- <p>Pour connaitre votre matériel en détails, vous pouviez faire les choses suivantes:</p>
-
- <h3>Comment découvrir le modèle de votre notebook</h3>
-
- <p>See below your notebook or 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>Trouver la version du noyau linux libre que vous utilisez</h3>
-
- <p>Ouvrez un terminal et tapez la commande suivant:</p>
-
- <pre>
- uname -r
- </pre>
-
- <h3>Comment trouver le modèle de votre carte graphique</h3>
-
- <p>Ouvrez un terminal et taper la commande suivante:</p>
-
- <pre>
- sudo lspci
- </pre>
-
- <p>Chercher la ligne qui contient le mot <b>VGA</b> ou <b>Display Controller</b>. Vous pouvez aussi essayer l'une des commandes suivantes:</p>
-
- <pre>
- lspci | grep "Display controller"
- </pre>
-
- <p>ou</p>
-
- <pre>
- lspci | grep "VGA"
- </pre>
-
- <a name="vendoridproductid"><h3>Comment connaitre le VendorID ou le ProductID (VendorID:ProductID code)</h3>
-
- <div>
- (Merci à <a href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a> et <a href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>)
- </div>
-
- <h4>Si le matériel est intégré (example : une puce vidéo)</h4>
-
- <p>Ouvrez un terminal sudo et taper la commande suivante:</p>
-
- <pre>
- sudo lspci -nnk
- </pre>
-
- <p>Vous devriez obtenir une liste de matériel similaire à celle-ci</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>Les lignes en <b>gras</b> et placée entre crochet (dans la liste ci-dessus) sont les lignes que vous recherchez. Le premier packet de numéros (avant la virgule) sont le <b>VendorID</b>, le second sont le <b>ProductID</b>. Dans l’exemple ci dessus, le code VendorID:ProductID de la carte wifi ( vous pouvez la remarquez grace aux mots "Network Controller" et "WLAN" ) est <b>14e4:4311</b></p>
-
- <h4>Si le périphérique est un périphérique USB : (exemple : une clé usb wifi)</h4>
-
- <p>Ouvrez un terminal et tapez:</p>
-
- <pre>
- sudo lsusb
- </pre>
-
- <p>Vous devriez obtenir une liste de matériel similaire à celle ci</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>Les lignes en <b>gras</b> (dans la liste du dessus) sont les lignes que vous recherchez. Les premiers nombres (avant les deux points) sont le <b>VendorID</b>, les autres sont le <b>ProductID</b>. Dans l'exemple ci-dessus : le code VendorID:ProductID de la carte usb wifi externe (Remarquez la ligne Wireless) est <b>0846:4260</b></p>
-
- <h3>Comment savoir si votre carte graphique fonctionne</h3>
-
- <p>Installer <a href="http://rss-glx.sourceforge.net/">rss-glx</a> en utilisant le gestionnaire de paquet de votre distribution ou en le compilant depuis les sources et essayez certains écran de veille (par exemple <b>Skyrocket</b> ou <b>Solarwinds</b>). Essayer de faire fonctionner le fond d'écran, et/ou le faire fonctionner fluidement.</p>
-
- <h3>Comment savoir si l'accélération 3D fonctionne</h3>
-
- <p>Essayer d’activer compiz</p>
-
- <h3>Comment decouvrir le nom de votre carte wifi</h3>
-
- <p>Ouvrez un terminal et taper la commande suivante:</p>
-
- <pre>
- sudo lspci
- </pre>
-
- <p>Regardez ensuite les lignes <b>Wireless</b> ou <b>Network controller</b>. Vous pouvez aussi essayer l'une de ses commandes:</p>
-
- <pre>
- lspci | grep "Wireless"
- </pre>
-
- <p>ou</p>
-
- <pre>
- lspci | grep "Network"
- </pre>
-
- <h3>Comment connaitre le pilote d’imprimante que vous utilisez</h3>
-
- <h4>Si vous utilisez cups</h4>
-
- <p>Ouvrez un terminal et taper ceci:</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>Liste de dristributions GNU/Linux entièrement libre</h1></a>
-
- <p>They are listed in alphabetical order</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>
-
</div>