You are currently viewing How to install TP-LINK TL-WN722N V2/V3 in Parrot & Kali
Nevuer Cybersecurity & Hacking

How to install TP-LINK TL-WN722N V2/V3 in Parrot & Kali

  • Post author:
  • Post category:Wifi
  • Post comments:0 Comments

1 – Update and upgrade your system:

Shell

2 – Install the build-essentials:

Shell

4 – Install bc and linux-headers:

The uname-r param allows you to read your system architecture to install the appropriate package.

Shell

5 – Execute rmmod command

Shell

6 – Clone the github rtl8188eus repository:

Shell

7 – Add the blacklist r8188eu to the realteck.conf file:

Shell

8 – Run make to executing the makefile content:

Shell

After executing the “make” command, the following error may occur: “Error with compiling [fatal error: drv_types.h]”

Shell

The following command fixes the above error:

FIX
Shell

Run make again

Shell

9 – Executing the make install

Shell

10 – Execute modbprobe:

Shell

11 – Reboot the system:

Shell

At this point the system should recognize the TP-Link network card, if it does not recognize it, remove and reinsert it.

With ifconfig command we can see that a new network interface has been added with the name wlx7cc2c6194633.

Checking the new interface with ifconfig command

11 – Changing the network interface name

This name is not easily remembered so we will change it to the name “wlan0” using the following command:

Shell

12 – Reboot the system

Shell
Name wlan0 set correctly

13 – Install the wireless-tools

Shell

With iwconfig command we can check the information and status of our network card wlan0:

Enable the monitor mode

Shell

If you receive the error “Error for wireless request “Set Mode” (8B06)“:

Shell
Error activating monitor mode

Run the following commands in order to fix it:

FIX
Shell

If we check the status again, we can see that the monitor mode has been activated:

Install the aircrack-ng tools

Shell

References:

Leave a Reply