|
77.
|
|
|
...get my Broadcom wireless adapter to work?
|
|
|
|
... faire fonctionner mon adaptateur réseau sans fil Broadcom[nbsp] ?
|
|
Translated and reviewed by
Bruno
|
|
|
|
Located in
network/C/network.xml:473(term)
|
|
78.
|
|
|
Since kernel version 2.6.17, support for Broadcom wireless devices were included. This means that there are some Broadcom devices that work out of the box, however there are still many that don't. If your Broadcom wireless device isn't working then you have two choices; <application>bcm43xx-fwcutter</application> or <application>NdisWrapper</application>.
|
|
|
|
Depuis la version 2.6.17 du noyau, la prise en charge des périphériques Broadcom est assurée. Ce qui signifie que certains périphériques Broadcom seront immédiatement fonctionnels, mais ce ne sera pas le cas pour nombre d'entre eux. Si votre périphérique Broadcom ne fonctionne pas, vous avez deux possibilités[nbsp] ; <application>bcm43xx-fwcutter</application> ou <application>NdisWrapper</application>.
|
|
Translated and reviewed by
Bruno
|
|
|
|
Located in
network/C/network.xml:475(para)
|
|
79.
|
|
|
With the <application>bcm43xx-fwcutter</application> utility there are only a select few devices that actually work. To see the devices that are currently supported please review <ulink url="http://bcm43xx.berlios.de/?go=devices"/>. If your device is not supported then it is advised that you use the <application>NdisWrapper</application> utility. For information on configuring your device with the <application>bcm43xx-fwcutter</application> utility please see <xref linkend="network-connect-wifi-bcm43xx"/> and for configuring your device with <application>NdisWrapper</application> utility please see <xref linkend="network-connect-wifi-ndiswrapper"/>.
|
|
|
|
Il n'y a que quelques périphériques qui fonctionnent réellement avec l'utilitaire <application>bcm43xx-fwcutter</application>. Vous pouvez voir quels sont les périphériques pris en charge ici <ulink url="http://bcm43xx.berlios.de/?go=devices"/>. Si votre périphérique n'est pas pris en charge, il vous est alors conseillé d'utiliser <application>NdisWrapper</application>. Pour savoir comment configurer votre périphérique avec <application>bcm43xx-fwcutter</application> référez-vous à <xref linkend="network-connect-wifi-bcm43xx"/> et pour le faire avec <application>NdisWrapper</application> consultez <xref linkend="network-connect-wifi-ndiswrapper"/>.
|
|
Translated and reviewed by
Bruno
|
|
|
|
Located in
network/C/network.xml:483(para)
|
|
80.
|
|
|
NdisWrapper
|
|
|
|
NdisWrapper
|
|
Translated by
Vincent Legout
|
|
Reviewed by
Nicolas DERIVE
|
|
|
|
Located in
network/C/network.xml:501(title)
|
|
81.
|
|
|
Command Line Intensive
|
|
|
|
Usage intensif de la ligne de commande
|
|
Translated and reviewed by
Bruno
|
|
|
|
Located in
network/C/network.xml:504(title)
|
|
82.
|
|
|
Configuration of <application>NdisWrapper</application> is command line intensive. There are currently no graphical clients to aide in this configuration. Even though it is command line oriented, the instructions are easy to follow.
|
|
|
|
La configuration de <application>NdisWrapper</application> demande un usage intensif de la ligne de commande. Il n'y a actuellement pas de client en mode graphique pour faciliter la configuration. Bien que ce soit orienté ligne de commande, les instructions sont faciles à suivre.
|
|
Translated and reviewed by
Bruno
|
|
|
|
Located in
network/C/network.xml:505(para)
|
|
83.
|
|
|
Hardware Platforms
|
|
|
|
Plates-formes matérielles
|
|
Translated and reviewed by
Bruno
|
|
|
|
Located in
network/C/network.xml:514(title)
|
|
84.
|
|
|
This method is only supported for users of the Intel and AMD platforms. Users of older iBooks and Powerbooks cannot use this method. However, users of MacBooks (Intel based) should be able to use this method.
|
|
|
|
Cette méthode n'est prise en charge que pour les utilisateurs de plates-formes AMD et Intel. Les utilisateurs d'iBooks et de Powerbooks d'ancienne génération ne peuvent pas utiliser cette méthode. Cependant, elle devrait fonctionner pour les possesseurs de Macbooks (processeur Intel).
|
|
Translated and reviewed by
Bruno
|
|
|
|
Located in
network/C/network.xml:515(para)
|
|
85.
|
|
|
<application>NdisWrapper</application> is considered the wireless fix-all for Linux. A great percentage of wireless adapters that are not supported natively or with other utilities are supported with <application>NdisWrapper</application>. Install <application>ndiswrapper</application> by using <application>Adept</application>. If you are uncomfortable with installation practices then it is advised that you review the <ulink url="help:/kubuntu/add-applications/">Adding Applications</ulink> document.
|
|
|
|
<application>NdisWrapper</application> est considéré comme la solution ultime pour le réseau sans-fil sous Linux. Une grande partie des adaptateurs sans-fil qui ne son pas pris en charge de manière native, sont gérés par <application>NdisWrapper</application>. Installez <application>ndiswrapper</application> en utilisant <application>Adept</application>. Si vous n'êtes pas à l'aise avec les méthodes d'installation, vous devriez consulter le document <ulink url="help:/kubuntu/add-applications/">Ajouter des applications</ulink>
|
|
Translated and reviewed by
Bruno
|
|
|
|
Located in
network/C/network.xml:522(para)
|
|
86.
|
|
|
Once you have installed <application>NdisWrapper</application>, locate the Windows drivers either on a <acronym>CD</acronym> or the Internet. Drivers for Windows XP are preferred, however Windows 2000 drivers will usually work just as well. Once you have located the CD or the drivers on the Internet, copy them to a local folder on your system. In some instances, you may have your drivers in a <filename>driver.zip</filename> or a <filename>driver.exe</filename> file. If it the file is in a <filename>.zip</filename> format, unzip the file by either <mousebutton>right</mousebutton> clicking on the file and selecting <guilabel>Extract</guilabel> from the pop-up menu. If the file is in a <filename>.exe</filename> format, then install the <application>cabextract</application> utility and open up <application>Konsole</application> to navigate the correct directory. Once you have navigated to the directory storing the <filename>.exe</filename> file, type <userinput>cabextract filename.exe</userinput>. This will extract or unzip the file to the directory you are in. The driver will be in the <filename>.inf</filename> format, so what you will want to do is type <userinput>sudo ndiswrapper -i filename.inf</userinput> and press <keycap>Enter</keycap>. If successful you shouldn't receive any errors. This command has gone ahead and loaded or installed the drivers in the <application>NdisWrapper</application> module. To see if these drivers worked, simply type <userinput>sudo modprobe ndiswrapper</userinput> and press <keycap>Enter</keycap>. Test to see if you have a network and/or Internet connection.
|
|
|
|
Après avoir installé <application>NdisWrapper</application>, recherchez les pilotes Windows soit sur un <acronym>CD</acronym>, soit sur le Web. Les pilotes pour WindowsXP sont préférables, bien que les pilotes pour Windows 2000 fonctionnent aussi en général. Lorsque vous avez trouvé les pilotes sur un CD ou sur le Web, copiez les dans un répertoire de votre système. Selon les cas vous pouvez récupérer vos pilotes dans un fichier <filename>driver.zip</filename> ou <filename>driver.exe</filename>. S'il s'agit d'un fichier <filename>.zip</filename>, décompressez-le en faisant un clic <mousebutton>droit</mousebutton> sur le fichier et en choisissant <guilabel>Extraire</guilabel> dans le menu contextuel. S'il s'agit d'un fichier <filename>.exe</filename>, installez l'utilitaire <application>cabextract</application> et ouvrez <application>Konsole</application> et placez vous dans le bon répertoire. Lorsque vous êtes dans le répertoire contenant le fichier <filename>.exe</filename>, tapez <userinput>cabextract fichier.exe</userinput>. Ceci va extraire ou décompresser le fichier dans le répertoire courant. L'installation du pilote se fera grâce au fichier <filename>.inf</filename>, il ne vous restera plus qu'à taper <userinput>sudo ndiswrapper -i fichier.inf</userinput> et à appuyer sur <keycap>Entrée</keycap>. Si aucun message d'erreur ne s'affiche, alors l'installation a réussi. La commande s'est chargé de tout et les pilotes sont installés ou chargés dans le module <application>NdisWrapper</application>. Pour savoir si ces pilotes fonctionnent, tapez simplement <userinput>sudo modprobe ndiswrapper</userinput> puis<keycap>Entrée</keycap>. Testez ensuite votre connexion au réseau et/ou à Internet.
|
|
Translated and reviewed by
Bruno
|
|
|
|
Located in
network/C/network.xml:533(para)
|