
WPA / WPA2 Encryptions - Advanced SecurityĪs for the security of WI-FI connection, WEP encryption has been no longer the strongest and safest guards for outside intrusions. Not only is this faster than normal security setups but more convenient in that you don't need to remember a password! TL-WN721N features WI-FI Protected Setup (WPS), which allows users to almost instantly setup their security simply by pressing the "WPS" button automatically establishing a WPA2 secure connection, which is more secure compared with WEP encryptions. Above all, you could easily pick up the wireless network during long-distance connection where legacy 11g products may not!Ĭlear Channel Assessment (CCA) automatically avoids channel conflicts using its clear channel selection feature and fully realizes the advantages of channel binding, greatly enhanced the wireless performance. Save any unsaved work, leave the device plugged in and reboot for these changes to take effect.150Mbps Wireless N Speed - Stable Wireless Signalsīase on the IEEE 802.11n technology, TL-WN721N shows more excellent abilities of mitigating data loss over long distances and through obstacles in a small office or a large apartment, even in a steel-and-concrete building.
DRIVER TP LINK TL WN721N UPDATE
It might not be needed but these are kernel modules so that's what we will do by running the following command: sudo update-initramfs -k all -uĪnd don't forget to update grub when you are done: sudo update-grub

Now, we need to insert the following two lines before "exit 0" so the last four lines of the file should look exactly like this: # Declare TP-WN727N USB ID to ath9k_htc moduleĮcho "148F 7601" | tee /sys/bus/usb/drivers/ath9k_htc/new_idĬlick on save before exiting out of gedit.įinally, the script mentions something about updating your initramfs. echo "ath9k" | sudo tee -a /etc/modulesĮcho "ath9k_htc" | sudo tee -a /etc/modulesįor the next command, I will use gedit as the text editor but you can use nano, leafpad, kate, mousepad or any text editor.
DRIVER TP LINK TL WN721N DRIVER
Now, run these two commands in an open terminal to load the driver modules at boot time. These errors can safely be ignored and should not impact the overall outcome. You will see some messages saying something about a key.
DRIVER TP LINK TL WN721N INSTALL
When it is done, install the driver with the following command: sudo make install Following these instructions to specify the driver you want to build and install by running the following command: sudo make defconfig-ath9k You should receive an error and some instructions. Then, use this command to build and compile: sudo make First, clean the build area by typing this command: sudo make clean

Then, c hange your d irectory to the uncompressed file: cd backports-4.4.2-1īecause there is a Makefile, we will be using the make command. Now, unzip the tar.gz file: tar xvfz backports-4.4. Open a terminal and run the following commands:įirst, you will need to install a few applications to build and compile from source: sudo apt-get updateĪpt-get install gcc build-essential linux-headers-generic linux-headers-`uname -r`
