haiku/docs/userguide/fr/workshop-wlan.html

141 lines
8.9 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
<head>
<!--
*
* Copyright 2012-2019, Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
* Translators:
* Humdinger
* Loïc
* Wabouz
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>Atelier : Réseaux sans-fils</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>Guide de lutilisateur</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now">Français&nbsp;<span class="dropdown-caret">&#9660;</span></li>
<li><a href="../id/workshop-wlan.html">Bahasa Indonesia</a></li>
<li><a href="../ca/workshop-wlan.html">Català</a></li>
<li><a href="../de/workshop-wlan.html">Deutsch</a></li>
<li><a href="../en/workshop-wlan.html">English</a></li>
<li><a href="../es/workshop-wlan.html">Español</a></li>
<li><a href="../fur/workshop-wlan.html">Furlan</a></li>
<li><a href="../it/workshop-wlan.html">Italiano</a></li>
<li><a href="../hu/workshop-wlan.html">Magyar</a></li>
<li><a href="../pl/workshop-wlan.html">Polski</a></li>
<li><a href="../pt_PT/workshop-wlan.html">Português</a></li>
<li><a href="../pt_BR/workshop-wlan.html">Português (Brazil)</a></li>
<li><a href="../ro/workshop-wlan.html">Română</a></li>
<li><a href="../sk/workshop-wlan.html">Slovenčina</a></li>
<li><a href="../fi/workshop-wlan.html">Suomi</a></li>
<li><a href="../sv_SE/workshop-wlan.html">Svenska</a></li>
<li><a href="../tr/workshop-wlan.html">Türkçe</a></li>
<li><a href="../zh_CN/workshop-wlan.html"> 中文 [中文]</a></li>
<li><a href="../ru/workshop-wlan.html">Русский</a></li>
<li><a href="../uk/workshop-wlan.html">Українська</a></li>
<li><a href="../jp/workshop-wlan.html">日本語</a></li>
</ul>
<span>
«  <a href="workshop-email.html">Workshop: Managing Email</a> 
::  <a href="contents.html" class="uplink">Contents</a> 
::  <a href="applications.html">Applications</a>  »
</span></div>
</div>
<div id="content">
<div>
<div class="box-info">Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.</div>
<table class="index" id="index" summary="index">
<tr class="heading"><td>Index</td></tr>
<tr class="index"><td>
<a href="#gui">Joining a wireless network</a><br />
<a href="#commandline">Joining from the command line</a><br />
<a href="#firmware">Getting supported hardware to work</a><br />
<a href="#tips">Tips</a>
</td></tr>
</table>
<h1>Atelier : Réseaux sans-fils</h1>
<p>Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a <a href="http://www.freebsd.org">FreeBSD</a> compatibility layer for its networking drivers.<br />
This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See <a href="http://www.freebsd.org/releases/12.0R/hardware.html#wlan">FreeBSD 12.0's release hardware notes</a> for a list of supported models.</p>
<div class="box-info">Pour le moment, seuls les périphériques PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express sont supportés.<br />Les périphériques PCMCIA, CardBus, ExpressCard, USB and ISA ont encore besoin de travail avant de devenir fonctionnels.</div>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="gui" name="gui">Joindre un réseaux sans-fils</a></h2>
<p>Par défaut, Haiku rejoint le premier réseau sans-fils non chiffré qu'il trouve après le démarrage. Pour rejoindre un réseau particulier, utilisez l'appliquette <a href="desktop-applets/networkstatus.html">NetworkStatus</a>.</p>
<p>Faites un clic-droit sur son icône dans la Deskbar et choisissez le nom public du réseau (qui correspond au « SSID » qu'il diffuse) à partir du menu contextuel.</p>
<img src="images/workshop-wlan-images/join-network.png" alt="join-network.png" />
<p>Une fenêtre s'ouvre où entrer le type d'authentication (probablement WPA/WPA2, ce dernier étant préférable au WEP dont le chiffrage n'est plus suffisamment sécurisé !) et le mot de passe pour ce réseau sans-fils. Cliquez <span class="button">OK</span> pour démarrer la procédure de connexion.<br />
En fonction de votre configuration matérielle et réseau, cela peut prendre un certain temps. Vous serez tenu informé de l'état d'avancement par des notifications :</p>
<img src="images/workshop-wlan-images/join-status.gif" alt="join-network.gif" />
<p>Une fois que l'icône d'état réseau affiche la mention « Prêt » et une lumière verte, la connexion est établie. Si les notifications se terminent par «Pas de lien» et un triangle jaune, alors quelque chose c'est mal passé : probablement un mot de passe incorrect.</p>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="commandline" name="commandline">Joindre un réseau à partir de la ligne de commande</a></h2>
<p>Si vous préférez utiliser la ligne de commande ou aimeriez utiliser un script ou les <span class="path">~/config/boot/UserBootscript</span> pour automatiser le ralliement à un réseau en particulier au démarrage, vous disposez de la commande <tt>ifconfig</tt>.</p>
<p>Démarrer un Terminal et entrez la première ligne pour scanner les réseaux sans fils disponibles :</p>
<pre class="terminal">ifconfig /dev/net/iprowifi3945/0 scan
name address signal auth
haiku-top 01:d0:19:a6:88:42 30 WPA
ArcorInternet123 00:20:12:a4:29:e1 15 WPA</pre>
<p>Le chemin de votre adaptateur réseau sans-fils doit évidemment être ajusté.<br />
La sortie affiche le nom public (SSID), l'adresse MAC, la force du signal et la méthode d'authentification de tous les réseaux trouvés.</p>
<p>Pour joindre un réseau, utilisez cette ligne en spécifiant le nom public (SSID) et mot de passe approprié :</p>
<pre class="terminal">ifconfig /dev/net/iprowifi3945/0 join {SSID} {mot-de-passe}</pre>
<p>Assurez-vous après le démarrage que la configuration initiale de l'adaptateur du réseau sans-fils soit achevé avant d'émettre des commandes <tt>ifconfig</tt> ou elles pourraient être ignorées. En fonction de votre matériel ou de votre configuration logicielle, cela peut prendre un certain temps.
Surveillez les notifications…</p>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="firmware" name="firmware">Faire fonctionner du matériel supporté</a></h2>
<p>All supported modern wireless hardware works out of the box.</p>
<p>A few quite old chipsets (Intel 2100/2200/2225/2915, Broadcom 43xx, Marvell 88w8335) require binary firmware modules that Haiku cannot include due to licensing issues, though. To get these wireless cards to work, a simple script is included which will retrieve and install all of the needed proprietary bits for you.</p>
<p>Ouvrir un Terminal et saisir :</p>
<pre class="terminal">install-wifi-firmwares.sh</pre>
<p>Maintenant passez les licences en revue puis acceptez-les afin d'installer tous les fichiers de firmwares disponibles.</p>
<p>If you cannot obtain the binary firmware files via the <tt>install-wifi-firmwares.sh</tt> script (for example due to lack of internet connection within Haiku), you can also download <a href="http://www.haiku-os.org/files/download-data-for-wlan-firmwares.txt">this shell script</a>, and run it from another OS that has <tt>wget</tt> and <tt>zip</tt> installed.<br />
Windows users need to have <a href="http://gnuwin32.sourceforge.net/packages/wget.htm">wget</a> and <a href="http://gnuwin32.sourceforge.net/packages/zip.htm">zip</a> for Windows installed in their default locations and use <a href="https://www.haiku-os.org/files/download-data-for-wlan-firmwares.bat">this batch script</a>.<br />
The script will download the needed files and create a zip file that is to be extracted to Haiku's <tt>/boot</tt>. Once unpacked, open a Terminal and type:</p>
<pre class="terminal">install-wifi-firmwares.sh</pre>
<p>Review the licenses and accept them to install all of the now available firmware files.</p>
</div>
</div>
<div class="nav">
<div class="inner"><span>
«  <a href="workshop-email.html">Atelier : Gérer son courrier</a> 
::  <a href="contents.html" class="uplink">Sommaire</a> 
::  <a href="applications.html">Applications</a>  »
</span></div>
</div>
</body>
</html>