Translate

miércoles, 20 de octubre de 2010

WiFi TP-LINK TL-WN821N Linux Installation

Installation instructions for the TP-LINK TL-WN821N 300 Mbps (USB) WiFi card

This was successfully tested on Fedora 12 with kernel 2.6.32.21-168.fc12.i686.PAE

Note: You will need a lot of free disk space if you choose to install the toolchain. In my computer this directory occupies 1.3 GB. The compilation of the toolchain takes a lot of time (in my computer, hours), so I recommend you to have a lot of space-time patience.

(All these steps were made as root user)
  • Create a working directory, and change to it:
mkdir drivers
cd drivers
  • Download de firmware for the AR9170 chipset:
git clone http://git.sipsolutions.net/ar9170-fw.git

  • Change to the created directory:
cd ar9170-fw
  • If required, install de mpg-devel and mpfr-devel packages
yum -y install gmp-devel mpfr-devel
  • Compile the toolchain (this will download various files and will compile everything, it takes a lot of time):
make -C toolchain
  • If the previous step is OK, then compile and install:
make
make install

  • Insert the USB WiFi Card, and you should have working your WiFi Card.
Traducción para los cuates:

Instrucciones de instalación para la tarjeta WiFi TP-LINK TL-WN821N 300 Mbps (USB) :

Esto fue probado con éxito en Fedora 12 con el kernel 2.6.32.21-168.fc12.i686.PAE

Nota: Usted necesitará una gran cantidad de espacio libre en el disco si elige instalar el toolchain.

En mi computadora este directorio ocupa 1.3 GB. La compilación del toolchain toma mucho tiempo (horas en mi computadora), por lo que recomiendo tener un montón de paciencia en espacio-tiempo.

(Todos estos pasos se hicieron como usuario root)

  • Crear un directorio de trabajo, y cambiarse a él:
mkdir drivers
cd drivers
  • Descargar el firmware para el chipset AR9170:
git clone http://git.sipsolutions.net/ar9170-fw.git

  • Cambiarse al directorio creado:
cd ar9170-fw
  • Si es necesario, instalar los paquetes mpg-devel y mpfr-devel:
yum -y install gmp-devel mpfr-devel
  • Compilar el toolchain (esto descargar varios archivos y compilará todo, se necesita mucho tiempo):
make -C toolchain
  • Si el paso previo está bien, a continuación, compilar e instalar:
make
make install
  • Insertar el USB Wi-Fi Card, y debe de tener ya trabajando su tarjeta WiFi.