TP Link TL-WN722N (Nexus 7 - Nethunter 3.0) I have successfully installed Nethunter 2.0 on my Nexus 7 in the past with the stock Android 5.0.1 OS. I had no luck getting the device to power my TP Link wireless adapter, which I came to find out was a common issue and had to drop down to Android 4.4.4 in order to get it to work. TP-Link Tether provides the easiest way to access and manage your TP-Link Router/ xDSL Router/ Range Extender with your mobile devices. From quick setup to parental controls, Tether provides a simple, intuitive user interface to see your device status, online client devices and their privileges. Boosting WiFi Discussion in 'Acer Iconia Tab A500 Forum' started by Rathstar, Aug 23, 2011. Page 1 of 2 1 2 Next > Aug 23, 2011 #1. Tp-link tl-wn722n android tp-link tl-wn722n android, android dan tl wn 722n, driver tp-link tl-wn722n android, tl wn722n android driver, tl-wn722n android.
I can not install the TP-LINK WN722N V2, which includes a 8188 EUS chip.Then I tried to install the backports v4.4.2,but do not want to recognize either.
The TP-Link driver installation errors thrown out:
A method to know him, I do not know about.Thanks
Model:TL-WN722N(EU)_V2_161112_Linux.zipChipset:rtl8188EUS_linux_v4.3.0.8_13
pa40803 Answers
for version 2 the driver provided on official website don't work it has chip-set of RTL8188 so install 'lwfinger' drivers
step:1 make a temporary directory
step:2 move to temporary directory
step:3 clone driver repository
$ git clone https://github.com/lwfinger/rtl8188eu.git
step:4 change directory of cloned repo !
$ cd rtl8188eu
step:5 make the driver for your system (Note: you should have kernal headers to make, google it !)
step:6 after successful make
step:7 reboot your system
after rebooting you will see the notification light turning on. have a nice day :)
edit: 10/03/2018
As @BradHein suggested step 7 isn't required , just plug out and plug in the adapter again!
Your folder name has spaces in it that make it impossible to compile with make. Remove the spaces and it should compile.Your folder is named /home/kman/Documents/Tplink 722 N V2/rtl8188EUS_linux_v4.3.0.8_13968.20150417
and that is why you see the error ** No rule to make target '722'.
as make expects the first thing after the space to be something defined in the Makefile such as modules or install
Regarding to lwfinger driver I had a problem to use it as access point. So I have ported original TP-Link driver to work with kernel 4.9.
I have tested it on kali but I assume you will have no problems to use it with ubuntu:https://github.com/mfruba/kernel/tree/master/drivers/TL-WN722N_v2.0-Ralink