Note: Use su
in terminal emulator
-
Install dependencies
apt-get update apt-get install linux-headers-$(uname -r) apt-get install build-essential
-
Clone repository
git clone https://github.com/ilnanny/TL-WN725N-TP-Link-Debian.git
-
Build and Install
cd TL-WN725N-TP-Link-Debian make all make install insmod 8188eu.ko
You can check to see if your wireless wlan cards is now listed using
ifconfig
orip a
-
Reboot
** Before opening an issue topic, make sure you have active drivers in your kernel, you can check with:
zcat /proc/config.gz | grep CONFIG_ATH
make sure you put the 'm' or 'yes' in the categories concerning all 'CONFIG_ATH9K'
For rtl8812au visit : https://github.com/ilnanny/rtl8812au-Linux