rapsberry pi wifi dongle tplink setup

Pour faire fonctionner le wifi sur le pi avec le dongle tplink 875n :

Installer « wpa-supplicant »

apt-get install wpasupplicant

Télécharger le driver du dongle

https://github.com/lwfinger/rtl8188eu/raw/c83976d1dfb4793893158461430261562b3a5bf0/rtl8188eufw.bin -O /lib/firmware/rtlwifi/rtl8188eufw.bin

Editer le fichier de conf /etc/wpa_supplicant/wpa_supplican.conf

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev

update_config=1

ap_scan=1

network={

 ssid= »YourSSID »

proto=RSN

key_mgmt=WPA-PSK

pairwise=CCMP

group=CCMP

 psk= »YourPSK »

}

Dans le fichier /etc/network/interfaces

allow-hotplug wlan0

iface wlan0 inet dhcp

wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

iface default inet dhcp

Puis reboot si ca ne fonctionne pas