I bought a new TP-LINK wireless USB Nic, but the Tangle is that the Linux driver was not provided. Various Google solutions have finally been found, hoping to provide some clues for future users and avoid detours. First confirm your wireless network card model: TL-WN725N122TE1. System Environment: Ubuntu12.04.264 bit (32 bit theoretically) $ uname-aLinuxubuntu3.5.0-23-generic #35 ~ Precise1
I bought a new TP-LINK wireless USB Nic, but the Tangle is that the Linux driver was not provided. Various Google solutions have finally been found, hoping to provide some clues for future users and avoid detours.
First confirm your wireless network card model: TL-WN725N 122TE1.
System Environment: Ubuntu 12.04.2 64-bit (32-bit theoretically)
$ Uname-
Linux ubuntu 3.5.0-23-generic #35 ~ Precise1-Ubuntu SMP Fri Jan 25 17:13:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
After searching and confirming with yourself on the internet, confirm that the NIC chip is realtek 8188eu. However, the realtek official website found that the driver did not provide the chip, so we had to find another way to find an oem rtl8188eu source code. Compilation and installation steps are provided:
1. Download the source code:
**************************************** **********************
Download it to the FTP server No. 1 of the Linux community ,:
FTP address: ftp://www.linuxidc.com
Username: www.linuxidc.com
Password: www. muu. cc
In 2013 LinuxIDC.com \ April \ TP-LINK TL-WN725N V2 Linux driver
Download Method see http://www.linuxidc.net/thread-1187-1-1.html
**************************************** **********************
2. decompress the source code:
$ Tar xvzf rtl8188eu_USB_linux.tar.gz
3. Compile and install
$ Cd 8188eu_USB_linux/driver/rtl8188eu/
$ Make
$ Sudo make install
4. Load the module:
$ Insmod 8188eu. ko
5. You may need to restart:
$ Sudo reboot
Enjoy ~
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2