TP-Link TL-WN722N: What chipset is inside the different adapter versions?

The question is which one exactly chipset The Atheros chip found in the popular TP-Link TL-WN722N USB adapter has become one of the most discussed in the network security community and Linux enthusiasts. For a long time, this model was considered the benchmark thanks to its use of Atheros components, which were ideally supported by open source operating systems such as Kali Linux and Parrot OS. However, the situation has changed dramatically with the release of new hardware revisions, often leading to confusion when purchasing.

Today, three main versions of the device can be found on store shelves: v1, v2 and v3. Visually They may look almost identical, but "under the hood" they have completely different "guts," which determines driver compatibility and the ability to work in monitor mode. That's why, before purchasing or attempting to configure, it's crucial to know how to distinguish between the versions and which one controller is located inside a specific instance.

In this article, we'll detail the technical differences between versions, explain why the manufacturer replaced components, and provide clear instructions for identifying your device. Understanding these nuances will help you avoid driver issues and save time searching for compatible software. If you plan to use the adapter for security audit or just looking for a stable solution for Windows, this information will be extremely useful for you.

Hardware Platform Evolution: From Atheros to Realtek

The history of the TL-WN722N model began with version 1, which won the love of users thanks to the use of a chipset Atheros AR9271This component had excellent compatibility with the driver. ath9k_htc, built into the Linux kernel, which allowed the adapter to start immediately after connection without the need for manual driver installation. For information security professionals, this was an ideal solution, as the chipset fully supported monitor mode and packet injection.

However, over time, TP-Link, seeking to optimize production costs, decided to switch to cheaper components. Starting with version 2 (v2), devices began using Realtek chipsets. This change resulted in a complete loss of compatibility with standard Linux drivers, which caused a wave of discontent among users who had expected the same functionality. Compilation of third-party drivers, such as rtl8188eus.

⚠️ Attention: The appearance of the packaging and the adapter itself in versions v1 and v2 can be virtually identical. The only reliable way to determine the version before purchasing is to check it.

The third version (v3) went even further in terms of cost reduction, featuring the Realtek RTL8188GU chip, which also requires specific drivers and has differences in the USB interface architecture. Thus, the evolution of this model is a classic example of how a change in component base affects functionality and support from the community.

📊 Which version of TP-Link TL-WN722N do you currently have?
Version 1 (Atheros)
Version 2 (Realtek)
Version 3 (Realtek)
I haven't bought it yet, I'm still choosing.

Detailed comparison of chipsets by version

To help you navigate the technical specifications, we've prepared a detailed table comparing the key parameters of the three main adapter versions. Pay attention to the chipset type column, as it dictates further configuration steps.

Parameter Version 1 (v1) Version 2 (v2) Version 3 (v3)
Chipset Atheros AR9271 Realtek RTL8188ETV Realtek RTL8188GU
Interface USB 2.0 USB 2.0 USB 2.0
Wi-Fi standard 802.11n 802.11n 802.11n
Linux support (out-of-the-box) Yes (Core) No (Driver required) No (Driver required)
Monitor mode Supported Requires a patch Requires a patch

As the table shows, only version 1 is natively supported by most Linux distributions. Owners of versions v2 and v3 must manually install drivers. RTL8188ETV, installed in the second version, formally supports the necessary functions, but the standard driver rtl8188eu, supplied with the kernel, often cuts off the functionality of the monitor mode.

The third version uses a chip RTL8188GU, which differs from its predecessor not only in its internal architecture but also in its software requirements. Drivers for v2 will not work with v3, and vice versa. This creates additional confusion when a user finds instructions for "Realtek," but they don't work with their specific device revision.

Identifying the device version without opening it

The easiest and safest way to find out which chipset is inside your adapter is to check the sticker on the case. TP-Link is required to indicate the version number (Ver) on the label. It's usually located on the back of the device or on the edge. You need to look for a line beginning with Ver: or Version:.

If the sticker has worn off or the device was received without packaging, you can use software identification methods. In Windows, this can be done through the Device Manager. Connect the adapter to your computer, open Device Manager, and find the "Network adapters" or "Other devices" section.

Find your device in the list (often it may appear as 802.11n WLAN Adapter (or have a hardware ID). Right-click, select "Properties", go to the "Details" tab and select "Hardware ID" from the drop-down list.

  • 🔍 If you see VID_0CF3 And PID_9271, then the Atheros AR9271 chip (Version 1) is installed inside.
  • 🔍 If it is displayed VID_0BDA And PID_8179 (or similar), then it is Realtek RTL8188ETV (Version 2).
  • 🔍 Combination VID_0BDA And PID_B711 will indicate the presence of the Realtek RTL8188GU chip (Version 3).

In Linux, you can determine the chipset even faster using the terminal. Enter the command lsusb and analyze the output. Lines with Atheros Communications or ID 0cf3:9271 confirm the presence of the first version. Lines with Realtek Semiconductor Corp will point to newer revisions.

⚠️ Attention: Some Chinese clones or refurbished devices may have altered hardware identifiers. If the hardware ID doesn't match the expected ID for the advertised version, this may indicate a reflashed controller or a counterfeit.

Setting up drivers for Realtek-based versions

If you happen to own a version 2 or 3 adapter, you'll have to manually install the drivers, especially if you're running Linux. For version 2 (RTL8188ETV chip), the standard kernel driver often prevents you from enabling monitor mode. You'll need to clone the repository with the patched driver. rtl8188eu from GitHub.

The installation process usually looks like this: first you need to install the kernel header files and the compiler (packages build-essential, linux-headers). Then the repository is cloned, after which the module is compiled with the command make and its installation through make installAfter rebooting, the system should see the adapter correctly.

☑️ Driver Installation Preparation Checklist

Completed: 0 / 4

For version 3 (RTL8188GU chip) the situation is similar, but a driver is required rtl8188guIt's important not to mix up the packages, as attempting to install a v2 driver on a v3 device will result in compilation errors or device inoperability. In Windows 10 and 11, drivers are usually installed automatically through Windows Update, but they still won't work for monitor mode.

It's worth noting that even with the drivers installed, Realtek chips may be less stable than Atheros chips. Occasional connection drops or device overheating under prolonged load are possible. Therefore, if you need a tool for professional work, not just internet access, this factor is worth considering.

What should I do if driver compilation fails?

Most often, this error occurs due to a mismatch between kernel and header file versions. Make sure the linux-headers package is installed for your current kernel version. Also, check that the dkms and bc packages are installed, as they are often required for building modules.

Compatibility with Kali Linux and monitor mode

Kali Linux is the de facto standard for penetration testing, and hardware support is paramount. As mentioned earlier, TL-WN722N v1 It works out of the box with the Atheros chip. You just plug it in and use the command airmon-ng start wlan0 You can switch the interface to monitor mode. This makes it an indispensable tool for both beginners and professionals alike.

The v2 and v3 versions of Kali Linux are more complex. While there are scripts and repositories that allow you to activate monitor mode on Realtek, stability is not guaranteed. Packet injection may work with delays or not at all. Many security experts recommend avoiding these versions for critical pentesting tasks.

  • 🛡️ Version 1: Full support, stable injection, work without dancing with a tambourine.
  • 🛡️ Version 2: Requires manual installation of drivers, instability is possible, injection does not always work.
  • 🛡️ Version 3: Least compatible, requires specific drivers, high risk of stability issues.

If you're just building your cybersecurity arsenal, finding an original first-generation TL-WN722N can be a quest. Few are left on the used market, and their prices are often unreasonably high. As an alternative, many professionals are switching to adapters based on MediaTek (Ralink) chips or newer TP-Link models that support AC standards and have open-source drivers.

Is TL-WN722N worth buying in 2026?

In the current climate, buying a TP-Link TL-WN722N has become a gamble unless you buy a used device with the proven version 1. Finding a new, sealed box with version 1 is virtually impossible, as production of these models ceased many years ago. All that's currently sold in stores are versions 2 or 3.

For the average user who simply needs a USB Wi-Fi adapter to connect an older computer to their home network, the difference in chipsets isn't a big deal. Windows 10 and 11 will both successfully find the drivers, and the internet will work. However, the speed is limited by the N standard (up to 150 Mbps), which is quite modest in 2026.

⚠️ Attention: Specifications and warranty terms are subject to change. Before purchasing, be sure to check the version number (Ver) on the box against your requirements, as the manufacturer reserves the right to change components without prior notice.

If your goal is to learn Kali Linux and networking, it's better to consider more modern alternatives such as chip-based adapters. MediaTek MT7612U or Ralink RT5572, which support dual-band Wi-Fi (5 GHz) and enjoy good community support. The TL-WN722N remains legendary, but its time as a universal solution for everyone is gradually fading.

Frequently Asked Questions (FAQ)

Is it possible to flash TP-Link TL-WN722N v2/v3 so that it works like v1?

No, flashing the firmware will not change the physical chipset inside the device. The Realtek chip is physically different from the Atheros chip, and it's impossible to force it to work with Atheros drivers at the hardware level. You can only try to find higher-quality drivers for the existing chip.

Will TL-WN722N v3 work on Windows 11?

Yes, Windows 11 typically automatically finds and installs basic drivers for Realtek chips via Windows Update. The adapter will work for internet access, but the monitor mode and packet injection features are only available on Linux with special drivers.

Why is my TL-WN722N adapter getting hot?

Heating of the casing is normal for USB adapters with an external antenna, as the metal shield inside the casing acts as a heat sink. However, if the device is hotter than usual, make sure the drivers are up-to-date, as incorrect software may place increased strain on the chip.

What is the maximum speed that can be achieved on TL-WN722N?

The theoretical maximum speed for the 802.11n standard, which this adapter supports, is 150 Mbps. In real-world conditions, taking into account interference and distance from the router, the actual throughput speed is typically 60-80 Mbps.