TL-WN725N-TP-Link Driver for Debian and Derivates

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://www.opencode.net/ilnanny75/tl-wn725n-tp-link-2-linux.git
-
Build and Install
cd tl-wn725n-tp-link-2-linux make all make install insmod 8188eu.ko
You can check to see if your wireless wlan cards is now listed using
ifconfig
orip
-
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'
Please login or register to add a comment