Hi, I'm looking for a working driver for tp link 722n

Hi, I’m looking for a working driver for tp link 722n. the drivers i was looking for didn’t compile

I’ve been working on getting this set up too.

When we look at the official installation guide for V3, the development environment they have shown is the old release of kali and the kernel version also 4.14.

I was using TP-Link WN722N V2/V3 on my latest Kali Linux operating system 2020.2 (kernel 5.5 amd64). Enter the below commands in the Terminal to successfully install the firmware.

Step1: sudo apt update

Step2: sudo apt install bc

Step3: sudo apt install linux-headers-$(name -r)

Step4: git clone https://github.com/aircrack-ng/rtl8188eus

Step5: cd rtl8188eus

Step6: echo “blacklist r8188eu.ko” > “/etc/modprobe.d/realtek.conf”

Step7: make

Step8: sudo make install

Step9: sudo modprobe 8188eu

Step10: sudo iwconfig

Check the driver is installed and the Mode is set to Auto.

Step11: sudo airmon-ng check kill

Step12: sudo ip link set <wlan_interface eg. wlan0> down

Step13: sudo iw dev wlan0 set type monitor

Step14: sudo iwconfig

Check the Mode is set to Monitor

Step15: sudo aireplay-ng -9 <wlan_interface eg. wlan0>

check the readme file in the repo clone as well, it has the steps needed as well as a couple useful tests to check if injection is working.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.