
If we have helped you with search of your drivers, you can help us, having put the link to us, from your site or to recommend our site to the friends.

Thank you.To start downloading TP-LINK TL-WN823N V1 Wireless USB Adapter Driver Ver 130702 for Windows XP/Vista/7/8 x86/圆4, please choose one of the links from the list below. If you have any issues or questions then please don’t hesitate to leave a comment. In this tutorial we set up a TP-LINK TL-WN722N V2/V3 adapter to run in monitor mode. Now when you check iwconfig you should see the adapter is in monitor mode. Run the following commands in this order: sudo ifconfig wlan0 up

The solution that has worked for me every time is the following (credit to this Github user’s comment ). For example you may get the error Error for wireless request "Set Mode" (8B06) : SET failed on device wlan0 Operation not permitted. In some cases it doesn’t work right away. Troubleshooting When Enabling Monitor Mode You can see that the adapter is set to Mode: Monitor. To enable monitor mode, run the following commands: sudo ifconfig wlan0 down sudo airmon-ng check kill sudo iwconfig wlan0 mode monitor sudo ifconfig wlan0 up sudo iwconfig cd rtl8188eus sudo -i echo "blacklist r8188eu" > "/etc/modprobe.d/nf" exit rebootĪfter the reboot run the following commands (we have to cd back into the rtl8188eus directory that we cloned earlier): cd rtl8188eus make sudo make install sudo modprobe 8188eu Enable Monitor Mode sudo apt install bc sudo rmmod r8188eu.koĬlone the Realtek driver from the aircrack-ng Github repository. Run the following commands to install the bc package and remote the r8188eu.ko module. sudo apt install linux-headers-$(uname -r) Install Linux headers for your Kali Linux. Next, we’ll run some commands to set up the adapter.įirst update and upgrade your package index. To start off, if you’re using a virtual machine, first you’ll have to connect your wireless adapter to your Kali Linux virtual machine.

Some sources may be confusing, and lead you to believe that you can only enable monitor mode on TP-LINK TL-WN722N v1 because it has one of the required chipsets for monitor mode, Atheros AR9271, and that you can’t enable it on V2/V3.

In this tutorial we’ll enable monitor mode on a TP-LINK TL-WN722N V2/V3 wireless adapter, on a Kali Linux machine running on VMware or VirtualBox.
