Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

szybnev/tl-wn722n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Commands to install correct drivers for TP-Link TL-WN722N

NOW NOT WORKING!!

Install pkgs

sudo apt update
sudo apt upgrade
sudo apt install bc
sudo apt-get install build-essential
sudo apt-get install libelf-dev
sudo apt-get install linux-headers-`uname -r`

Change drivers

sudo apt install dkms
sudo rmmod r8188eu.ko
git clone https://github.com/aircrack-ng/rtl8188eus
cd rtl8188eus
sudo -i
echo "blacklist r8188eu" > "/etc/modprobe.d/realtek.conf"
exit
sudo reboot

After reboot

sudo apt update
cd rtl8188eus
sudo make
sudo make install
sudo modprobe 8188eu

To enable Monitor mode and test packet injection:

ip link set wlan1 down
sudo airmon-ng check kill
sudo airmon-ng start wlan1
ip link set wlan1 up
iwconfig
sudo aireplay-ng --test wlan0

About

Drivers for TL-WN722N TP-Link adapter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages