Driver Tp-link Tl-wn722n For Linux

Hi I am new to Ubuntu and Linux. As I am developing a WiFi product, I want to capture the WiFi traffic wirelessly with Wireshark. Having some searching in the web, I know that I can do that with a USB WiFi adapter and Ubuntu. Then I can run the Wireshark in real monitor/promiscuous mode.Ok so I bought a TP-Link TP-WN722NC (I want to buy the TP-WN722N at first, but the store only has this model). Also I found a laptop and installed the Ubuntu 14.04.1. Then I noticed that I need a driver for this adaptor. So I try to follow the blog post to install the driver ath9khtc but seems it was not successful.Then I downloaded the backports 3.16-1 by running these two commands: wget xvf compat-wireless-2.6.38.2-2.tar.bz2However, after that point do not know what should I do.

Free

Could you help guide me to install the correct driver? Part OneOpen a terminal and run the following commands:First, you will need to install a few applications to build and compile from source: sudo apt-get updatesudo apt-get dist-upgradeapt-get install gcc build-essential linux-headers-generic linux-headers-`uname -r`Save any unsaved work and reboot. When you sign back in, open a terminal.Part TwoDownload the needed file: wget unzip the tar.gz file: tar xvfz backports-4.4.2-1.tar.gzThen, c hange your d irectory to the uncompressed file: cd backports-4.4.2-1Because there is a Makefile, we will be using the make command. First, clean the build area by typing this command: sudo make cleanThen, use this command to build and compile: sudo makeYou should receive an error and some instructions. Following these instructions to specify the driver you want to build and install by running the following command: sudo make defconfig-ath9kNow, run make again: sudo makeThis time you should receive no errors.

This may take some time to finish. When it is done, install the driver with the following command: sudo make installYou will see some messages saying something about a key. These errors can safely be ignored and should not impact the overall outcome.Part ThreeNow, run these two commands in an open terminal to load the driver modules at boot time. Echo 'ath9k' sudo tee -a /etc/modulesecho 'ath9khtc' sudo tee -a /etc/modulesFor the next command, I will use gedit as the text editor but you can use nano, leafpad, kate, mousepad or any text editor. Sudo gedit /etc/rc.localNow, 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 ath9khtc moduleecho '148F 7601' tee /sys/bus/usb/drivers/ath9khtc/newidexit 0Click on save before exiting out of gedit.Part FourFinally, the script mentions something about updating your initramfs.

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 -uand don't forget to update grub when you are done: sudo update-grubSave any unsaved work, leave the device plugged in and reboot for these changes to take effect.

Allows you to connect a desktop or notebook computer to a wireless network and access high-speed Internet connection. Complies with IEEE 802.11n, they provide wireless speed up to 150Mbps, which is beneficial for the online gaming or even video streaming. Also, wireless security encryption could be established simply at a push of QSS (Quick Setup Security) button, preventing the network from outside threats.Making “TP Link TL-WN722N monitor mode” work inTested on kali rolling 4.13. Download kernelgit clone Go to /kernel/drivers/TL-WN722Nv2.0-Ralink/ directory. Unpack the archive rtl8188eu.tar.gz and install it.tar -xvzf archive.tar.gzcd lwfinger-rtl8188eu-00b5f0dmake allmake installMake sure that the driver is installed in /lib/firmware/rtlwifi/makemake install.

Posted :