Linux driver for tplink-wn725n nano wireless adapter.
- get linux source code from github
git clone --depth 1 git://github.com/raspberrypi/linux.git rpi-linux
- get fireware from github
git clone --depth 1 git://github.com/raspberrypi/firmware.git rpi-firmware
- cd rpi-linux
make mrproper
zcat /proc/config.gz > .config
make modules_prepare
cp /path/to/rpi-firmware/extra/Module.symvers .
cd /path/to/rtl-8188eu
CONFIG_RTL8188EU=m make -C /path/to/rpi-linux M=`pwd`
- copy 8188eu.ko to
/lib/modules/`uname -r`/kernel/driver/net/wireless
- depmod -a
- modprobe 8188eu
- ifconfig and you can see the wlan interface :-)