Easy guide: How to esay install TP-LINK TL-WN725N wireless adapter drivers
-
Hi i was reading this issue: https://github.com/digitalLumberjack/recalbox-os/issues/255 i don't know if it is currently a trouble for someone but i have found and easy solution on raspberrypi forum and i want to share it here. 1 - Verify your kernel version: uname -a 2 - Download the right driver for your pi1 or pi2 system and kernel version here: exemple: i had rp2 with kernel 3.18.16-v7+ #795 so i had to download 8188eu-v7-20150617.tar.gz 3 - wget https://dl.dropboxusercontent.com/u/80256631/8188eu-v7-20150617.tar.gz 4 - tar xzf 8188eu-v7-20150617.tar.gz 5 - sudo ./install.sh 6 - sudo reboot If you have dhcp server enabled on your wireless network edit /etc/network/interfaces on your pi and paste this:
auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 auto wlan0 iface wlan0 inet dhcp wpa-ssid "my-ssid" wpa-psk "my-wifi-pwd"