You bought an inexpensive one USB Wi-Fi adapter on AliExpress or bought a used device, but it refuses to work with your router in standby mode 802.11ac or does not support WPA3? The reason most often lies in the chipset - the "heart" of the adapter, which determines its capabilities, driver compatibility, and even maximum speed. Manufacturers of budget devices (like TP-Link TL-WN725N or Realtek RTL8188EU) often release different revisions of the same model with different chipsets without indicating this on the packaging. As a result, the user gets a "pig in a poke": the adapter may be outdated. RTL8188CUS instead of what was promised RTL8188EU.
In this article we will look at 5 reliable ways determine the chipset of the Wi-Fi adapter - from simple (through device Manager) to extreme ones (disassembling the case and visually inspecting the board). You'll learn how to bypass chipset substitution in Chinese adapters, where to download the latest drivers for a specific chip, and why even seemingly identical devices can behave differently. Finally, a FAQ with answers to the most frequently asked questions about chipset compatibility with Windows 11, Linux And OpenWRT.
Method 1: Windows Device Manager (fast, but not always accurate)
The most accessible method is to check the chipset information using built-in tools. WindowsIt's compatible with 90% of adapters, but may fail if the manufacturer has replaced the chipset or the driver is a faulty version.
Instructions:
- 🖱️ Connect the Wi-Fi adapter to the USB port.
- 🔍 Open
device Manager(Win + X → Device Manager). - 📋 Expand the branch
Network adapters. - 🔎 Find your device (e.g. Realtek 802.11n WLAN Adapter) and double-click on it.
- 📝 Go to the tab
Intelligence→ select a propertyEquipment ID.
In the field Meaning you will see lines like this:
USB\VID_0BDA&PID_8179&REV_0200
USB\VID_0BDA&PID_8179
Where:
VID_0BDA— Vendor ID (manufacturer, here Realtek).PID_8179— Product ID (chipset model, here RTL8188EU).
Now all that remains is to decipher these codes. To do this:
- 🌐 Go to the website USB ID Repository (or use PCIDatabase).
- 🔍 Enter
VIDAndPIDin search.
⚠️ Attention: Some Chinese adapters (for example, TL-WN722N) may pretend to be Atheros AR9271, although in fact inside RTL8188EUIn this case, the method with Equipment ID useless - you need to use specialized utilities (see the next section).
2. Method: Utilities for determining the chipset (more precisely than the Manager)
If standard Windows tools fail, try third-party programs. They analyze low-level adapter data and often detect even counterfeit chipsets.
Top 3 utilities for chipset identification:
| Utility | Supported OS | Peculiarities | Link |
|---|---|---|---|
| USBDeview | Windows (x32/x64) | Shows VID/PID, serial number, USB version. Works without installation. |
NirSoft official website |
| HWiNFO | Windows, DOS | Detailed information about the chipset, including temperature and supported standards (802.11a/b/g/n/ac). | hwinfo.com |
| lsusb (Linux) | Linux, macOS (with Homebrew) | Terminal command to show all USB devices VID/PID. |
Built into the system |
Example of use USBDeview:
- Download and run the utility (no installation required).
- Find your Wi-Fi adapter in the list (sort by column
Device Type→Network). - Pay attention to the columns
VendorID,ProductIDAndDevice Name.
If in Device Name something like this is indicated Realtek RTL8192CU, but you suspect a substitution, check VID/PID with a database. For example, VID_2357&PID_010C often corresponds MediaTek MT7601, although it can disguise itself as Ralink RT5370.
⚠️ Attention: IN Linux To determine the chipset, use the command:
lsusb -v | grep -A 10 "Wireless"
If the adapter is not detected, try:
dmesg | grep -i wifi
In the output, look for lines mentioning rt2800usb, rtl8xxxu or mt76 - These are hints about the chipset family.
3. Method: Visual inspection of the board (100% accuracy, but risky)
If software methods fail, the last resort is to disassemble the adapter and examine the chipset markings on the board. This is the only method guaranteed to reveal the real chip, but it requires caution: you could damage the antenna or USB port.
What you will need:
- 🔧 A small Phillips screwdriver (or a knife for prying the case).
- 🔍 Magnifying glass or smartphone macro lens (markings may be small).
- 📸 Flashlight (to illuminate the board).
Step-by-step instructions:
- Carefully disassemble the adapter housing. It's usually glued or snapped together (look for screwdriver slots along the seam).
- Inspect the board. The Wi-Fi chipset is the largest chip (usually square, 8x8 mm or 10x10 mm) with markings like this:
- RTL8188EUS (Realtek),
- MT7601UN (MediaTek),
- AR9271 (Atheros/QCA).
Take a photo of the case before disassembling (for reassembly)|
Disconnect the adapter from USB|
Prepare an anti-static mat (or work on a wooden surface)|
Check for seals (damage to these seals on some adapters voids the warranty) -->
Examples of chipset markings on popular adapter boards:
| Adapter model | Real chipset (on the board) | What do they write on the packaging? |
|---|---|---|
| TP-Link TL-WN725N v1 | RTL8188CUS | RTL8188EU (lie!) |
| EDUP EP-N8508GS | RTL8188FTV | RTL8188EU (deception) |
| Alfa AWUS036ACH | RTL8812AU | Matches |
⚠️ Attention: On some adapters (eg. TP-Link TL-WN823N) The chipset may be hidden under a metal shield. Removing it is not recommended, as this will disrupt heat dissipation and may lead to overheating. In this case, it's better to use the utilities from Method 2.
4. Method: Checking the appearance and packaging (for new adapters)
If the adapter is new and not yet unpacked, you can try to identify the chipset by indirect signs:
- 📦 Package: Look for mentions on the box Chipset or ControllerFor example, on ASUS USB-AC56 indicated Broadcom BCM43526.
- 🔍 Appearance: Adapters with chipsets Realtek RTL8812AU often have two external antennas, and RTL8188EU - one or built-in.
- 💰 Price: Cheap adapters (up to 500 ₽) are almost always equipped with RTL8188CUS/EU or MT7601Models from 1500 ₽ and above usually have RTL8814AU or QCA9377.
Example of decoding by packaging:
- 📌 Inscription "Dual Band 2.4G/5G" → chipset supports 802.11ac (For example, RTL8812AU or MT7612U).
- 📌 Mention "MU-MIMO" → most likely Qualcomm Atheros QCA6174 or newer.
- 📌 Inscription "300 Mbps" → old RTL8188SU or AR9271 (does not support 5GHz).
⚠️ Attention: Manufacturers of budget adapters (for example, Tenda or Mercusys) often indicate inflated characteristics on the packaging. For example, it may say "867 Mbps", although the real chipset RTL8188FTV It delivers a maximum of 150 Mbps. Check reviews on marketplaces (look for photos of the boards from buyers).
Method 5: Driver Analysis (for advanced users)
If the adapter is already connected to the PC and is more or less working, you can extract chipset information from the installed drivers. This method requires knowledge of the command line, but it produces accurate results.
Instructions for Windows:
- Open
Command lineon behalf of the administrator. - Run the command:
pnputil /enum-drivers | find "Net"It will show all network drivers.
- Find the line with the name of your adapter in the output (for example, netrtwlane.inf for Realtek).
- View the full path to
.inf-file and open it inNotepad. - Look for lines like this:
%RTL8192CU.DeviceDesc% = RTL8192Cu, USB\VID_0BDA&PID_8176Here RTL8192CU — the desired chipset.
For Linux use:
modinfo rtl8xxxu | grep "firmware"
The output will be something like:
firmware: rtlwifi/rtl8188eufw.bin
Where rtl8188eu — chipset model.
⚠️ Attention: If in .inf-the driver file specifies RTL8192CU, and the adapter behaves like RTL8188EUThis is a sign of a reflashed chipset. In this case, it's best to download the driver from the official website. Realtek For RTL8188EU and install it manually.
Chipset Compatibility: Which Adapter to Choose for Your Needs?
Knowing the chipset helps you predict the adapter's capabilities and compatibility with your system. Below is a table of popular chipsets and their features:
| Chipset | Max. speed | 5 GHz support | Linux compatibility | Problems |
|---|---|---|---|---|
| RTL8188CUS/EU | 150 Mbps | ❌ No | ✅ Yes (driver rtl8188eu) |
Frequent connection breaks, weak signal. |
| RTL8812AU | 867 Mbps | ✅ Yes (802.11ac) | ⚠️ Partially (driver needed) rtl8812au-dkms) |
Overheats, requires cooling. |
| MT7601/MT7610U | 300 Mbps | ❌ No | ✅ Yes (driver mt76) |
Poor compatibility with Windows 11. |
| AR9271 | 150 Mbps | ❌ No | ✅ Yes (driver ath9k_htc) |
Outdated but stable for Kali Linux. |
| QCA9377 | 867 Mbps | ✅ Yes (802.11ac) | ✅ Yes (driver ath10k) |
Expensive, but reliable. |
Recommendations for selection:
- 💻 For Windows 10/11: optimal RTL8812AU or QCA9377 (good driver support).
- 🐧 For Linux/Kali: AR9271 (for hacking Wi-Fi) or MT7612U (for stable operation).
- 📡 For signal amplification: RTL8814AU (two antennas, MU-MIMO).
- 💰 For budget: RTL8188EU, but be prepared for connection problems.
Common problems and solutions
Even after identifying the chipset, difficulties may arise. Here are the most common ones:
- 🔌 The adapter is not detected:
- Check it out
VID/PIDand download the driver from the official website (not from Windows Update!). - For MT7601 V Windows 10 may be required driver from here (unofficial, but working).
- Check it out
- 📉 Low speed or breaks:
- Disable power saving for USB in
Device Manager → Adapter Properties → Power Management. - For RTL8812AU try an alternative driver from cilyan (solves the problem with "freezing").
- Disable power saving for USB in
- 🐧 Doesn't work on Linux:
- Install the driver manually:
sudo apt install firmware-realtek - For RTL88x2BU (for example, in TP-Link Archer T4U) need a driver from GitHub.
- Install the driver manually:
⚠️ Attention: If you purchased an adapter with AliExpress and it is defined as RTL8188EU, but the speed does not exceed 72 Mbps, most likely you were slipped RTL8188CUSIt's impossible to return such a device under warranty—sellers simply ignore complaints. In this case, the only option is to buy a different adapter (we recommend Alfa AWUS036ACS with chipset RTL8811AU).
How do they scam you with chipsets on AliExpress?
Many Chinese sellers purchase batches of adapters with outdated chipsets (for example, RTL8188CUS for $1 each), they are reflashed RTL8188EU, and sell them as "new" for $10. You can recognize the scam by:
- Lack of support WPA3 (although the packaging states otherwise).
- Speeds are no higher than 150 Mbps instead of the promised 300 Mbps.
- Heating of the case (old chipsets get hotter).
FAQ: Answers to Frequently Asked Questions
My adapter is detected as "Unknown Device." What should I do?
This means there is no driver for the chipset in the system. First, determine VID/PID through device Manager, then:
- Try installing the driver manually, choosing from the list of compatible ones (for example, for MediaTek The driver from is often suitable Ralink RT5370).
- If that doesn't help, download the driver from the website. Station-Drivers (there are packages of drivers for rare chipsets).
- For Linux Check chipset support in the kernel:
lsusb -tLook for lines with
Driver=. If there(none), the driver is missing.
Which chipset is best for Kali Linux and Wi-Fi hacking?
To work with aircrack-ng, reaver and other tools are suitable:
- Atheros AR9271 - supports monitoring mode, stable, but slow (150 Mbps).
- Ralink RT5572 - good for WPS attacks, but it is rarely encountered.
- Realtek RTL8812AU — fast (867 Mbps), but requires patched drivers for monitoring mode.
Avoid MT7601 And RTL8188EU - They don't work well with batch injection.
Is it possible to flash the chipset to another one?
Technically NoThe chipset is hardware and cannot be changed through software. However, it is possible:
- Refresh firmware chipset (for example, for RTL8812AU There are alternative firmwares with support 802.11ac).
- Install alternative driver (for example, for MT7610U There is a driver with support AP-mode).
⚠️ Flashing a chipset is a risky operation. A mistake can brick the adapter. Only attempt this if you're confident in your skills!
Why adapter with RTL8812AU overheats and slows down?
This chipset is known for overheating issues. Solutions:
- Use a USB extender to move the adapter away from the PC case (heat builds up in the ports).
- Install an alternative driver (for example, from lwfinger on GitHub).
- Limit your transmit power:
iwconfig wlan0 txpower 15(meaning
15— this is 15 dBm, the standard value).
Where can I buy an adapter with a specific chipset?
Reliable options:
- 🌍 Official stores: TP-Link, ASUS, Alfa Network (guarantee that the chipset matches the description).
- 🛒 Marketplaces: On AliExpress Look for sellers with a rating above 98% and reviews with photos of the boards. The description should indicate
Chipset: RTL8812AU(and not just "802.11ac"). - 🔧 Used market: On Avito or eBay You can find adapters with AR9271 (For example, Alfa AWUS036NHA) at a low price.
⚠️ Avoid "no-name" adapters without markings - there is a 90% chance of a chipset being replaced.