Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2013-11-03 22:40:41
Size: 1606
Comment: initial french translation
Revision 6 as of 2017-01-09 10:33:38
Size: 1940
Editor: ?JonasBechtel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
~-[[fr/DebianWiki/EditorGuide#translation|Traduction(s)]]: [[ath9k_htc/openfirmware|English]] - Français-~ ~-[[fr/DebianWiki/EditorGuide#translation|Traduction(s)]]: [[ath9k_htc/open_firmware|English]] - Français-~
Line 6: Line 6:

Un paquet binaire est en préparation mais n'est encore accepté. (cf. liens en bas)
Line 14: Line 16:
# apt-get install build-essential cmake git m4 && exit # apt-get install build-essential cmake git m4 texinfo && exit
Line 16: Line 18:
 1. Clonez la branche 1.3 : {{{
$ git clone -b 1.3 https://github.com/qca/open-ath9k-htc-firmware.git
 1. Clonez le dépôt : {{{
$ git clone https://github.com/qca/open-ath9k-htc-firmware.git
Line 20: Line 22:
 1. Corrigez [[https://github.com/qca/open-ath9k-htc-firmware/issues/6|le problème 6]] qui empêche la compilation : {{{
$ mkdir target_firmware/magpie_fw_dev/build/utility/bin
 1. Récupérez la dernière version sortie : {{{
$ git tag
1.3.1
1.3.2
$ git checkout 1.3.2
Line 26: Line 31:
Si la chaîne de compilation ne fonctionne pas, essayez de récupérer ''master'': {{{
$ git checkout master
$ make toolchain
}}}
Line 27: Line 36:
$ ./build $ make firmware
Line 31: Line 40:
# mkdir /usr/local/lib/firmware && cp *.fw /usr/local/lib/firmware/ # cp target_firmware/*.fw /lib/firmware/ && exit
Line 43: Line 52:
 * Annoncement du paquet binaire: https://ftp-master.debian.org/new/open-ath9k-htc-firmware_1.4.0-81-gf206e56+dfsg-1.html (A travers la [[https://ftp-master.debian.org/new.html|liste des paquets nouveaux]])

Traduction(s): English - Français


Microcode (firmware) libre pour ath9k_htc

Cette page décrit comment compiler et installer, sur les systèmes Debian, un microcode libre pour le pilote ath9k_htc.

Un paquet binaire est en préparation mais n'est encore accepté. (cf. liens en bas)

Installation

  1. Installez les paquets nécessaires :

    $ su
    # apt-get install build-essential cmake git m4 texinfo && exit
  2. Clonez le dépôt :

    $ git clone https://github.com/qca/open-ath9k-htc-firmware.git
    $ cd open-ath9k-htc-firmware
  3. Récupérez la dernière version sortie :

    $ git tag
    1.3.1
    1.3.2
    $ git checkout 1.3.2
  4. Construisez la chaîne de compilation :

    $ make toolchain

Si la chaîne de compilation ne fonctionne pas, essayez de récupérer master:

$ git checkout master
$ make toolchain
  1. Compilez le microcode :

    $ make firmware
  2. Installer le microcode :

    $ su
    # cp target_firmware/*.fw /lib/firmware/ && exit
  3. Connectez votre périphérique. Le module du noyau ath9k_htc est automatiquement chargé pour les périphériques pris en charge.

  4. Configurez l'interface de votre réseau sans fil.

Voir aussi

Liens externes


CategoryHardware | CategoryWireless