Because the kernel compared to the new relationship, Tenda official website above the U1 wireless card provided to the driver is not able to compile the use of normal, compile time to report a similar error
/usr/src/linux-headers-4.3.0-kali1-common/Makefile:1395: recipe for target ‘_module_/root/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux‘ failed
make[3]: *** [_module_/root/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux] Error 2
Makefile:146: recipe for target ‘sub-make‘ failed
make[2]: *** [sub-make] Error 2
Makefile:8: recipe for target ‘all‘ failed
make[1]: *** [all] Error 2
make[1]: Leaving directory ‘/usr/src/linux-headers-4.3.0-kali1-amd64‘
Makefile:394: recipe for target ‘LINUX‘ failed
make: *** [LINUX] Error 2
For a person who rarely uses GCC, except for installation, and does not use C very often, this error is basically an non-exclusive type of error.
Search on Google for a long time did not find a particularly good way, the only thing to be sure is that the driver and the system kernel version is not. So it goes wrong.
Ultimately the almighty GitHub comes in handy, with the official driver of Tenda confirmed the chip (chipset) model for Realtek 8192eu so on GitHub on the search related relatively new still in maintenance drive found
HTTPS://github.com/mange/rtl8192eu-linux-driver
Realtek Realtek RTL8192EU this chipset drive. Look at it. The last update time is 2016.1 months and the target version is 4.30. I knew there was a chance when I saw it.
So git clone make and make install
That's when it happens.
Install 644 8192eu.ko/lib/modules/4.3. 0 4.3. 0-kali1-amd64
Install it, in fact I do not know what the role-A is. Looked at the install help also did not find the-a parameter does not understand here.
I direct operation FRONT but hint no CV sbin/depmod directory
Take the parameter or manually set it up and execute the command. Then click Enter, no error. The Linux philosophy without error is success.
Again plug in the Tenda U1 Nic found Kali found wlan0. Done. So record it.
Prefrence:
Https://sites.google.com/site/easylinuxtipsproject/reserve-7
Http://www.tendacn.com/en/product/specification/U1.html
Https://github.com/Mange/rtl8192eu-linux-driver (Thanks a lot)
Tenda U1 USB Wireless device install driver for Kali Linux kernal Debian 4.3.3-7kali2 (2016-01-27) x86_64 gnu/linux