mardi 12 février 2013

Raspberry Pi : Clé WIFI USB tl-wn725n de tp-link

 La solution est décrite ici : http://wiki.debian.org/rtl819x
Bien entendu, à la mise en place de la clé sur un PC sous Debian, il ne se passe rien.

-- Détermination du chipset de la clé

taper :
/home/toto/# lsusb
...
on découvre quelque chose comme ceci:
Bus 001 Device 004: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN
Dans ce cas, il s'agit du chipset RTL8188CUS  de Realtek
sous Google avec comme mots clés : debian rtl8188cus, on trouve le site :http://wiki.debian.org/fr/rtl819x
On trouve ainsi que le module rtl8192cu 
 - gère les périphériques USB basés sur les chipsets RTL8188CUS et RTL8192CU.
 - Introduit dans Linux 2.6.39, activé dans linux-2.6

Wheezy

The testing distribution currently supports Realtek RTL8188CE, RTL8188CUS, RTL8188DE, RTL8188SU, RTL8191SE, RTL8191SU, RTL8192CE, RTL8192CU, RTL8192DE, RTL8192E, RTL8192SE, RTL8192SU and RTL8192U-based devices.
  1. Add a "non-free" component to /etc/apt/sources.list, for example:
    # Debian Wheezy (testing)
    deb http://ftp.us.debian.org/debian wheezy main contrib non-free
  2. Update the list of available packages and install the firmware-realtek and wireless-tools packages:
    # aptitude update
    # aptitude install firmware-realtek wireless-tools
  3. If not already performed, connect the device to your system.
  4. The necessary kernel module is automatically loaded for supported devices. Verify your device has an available interface:
    # iwconfig
  5. Configure your wireless interface as appropriate.