How to Find Out Your Wi-Fi Adapter's Chipset: A Complete Guide

In the world of networking, situations often arise where standard operating system drivers fail to function correctly, or the installation of specific software is required to activate additional features. In such cases, it is vital for the user to know not just the device model indicated on the box, but the specific hardware platform on which it is built. chipset determines compatibility with operating systems, the ability to work in access point mode and the stability of the connection at high speeds.

Adapter manufacturers often use the same brand names for devices with different components, which can be confusing when searching for solutions. For example, two USB dongles labeled AC1200 from the same brand may be based on completely different Realtek or MediaTek controllers. Understanding How to find out the chipset of a Wi-Fi adapter, is becoming a key skill for the system administrator or advanced user seeking maximum network performance.

There are several proven methods for identifying a controller, ranging from specialized software to analyzing system logs. In this article, we'll examine the most effective methods for various operating environments. Accurately identifying the chip model is the only guaranteed way to avoid driver conflicts when installing alternative firmware or setting up traffic monitoring.

Using specialized snails for Windows

The fastest and most reliable way to obtain detailed hardware information in a Windows environment is to use third-party diagnostic software. Standard operating system tools often hide details, showing only the general device name, which may not match the chip's markings. Programs like AIDA64, HWiNFO or a specialized utility USBDeview are capable of reading data directly from equipment registers.

The utility deserves special attention WirelessMon or a free program WiFiInfoView from NirSoft. They not only display the current speed and signal strength, but also often indicate the chipset vendor in the adapter's properties. Running such programs as an administrator grants access to deeper layers of information, where you can view the device's revision.

πŸ“Š Which operating system do you use most often?
Windows 10
Windows 11
Linux (Ubuntu/Debian)
macOS
Other OS

It's important to understand that some antivirus programs may block diagnostic utilities from accessing low-level network functions. If the program returns an access error, try temporarily pausing protection or running the tool in safe mode. It's also worth keeping in mind that the databases of these programs aren't updated immediately, and very new adapter models may not be detected correctly.

⚠️ Warning: Download diagnostic software only from the official developer websites. Using modified versions "to unlock features" may introduce malicious code capable of intercepting network traffic.

For most users, installing one of the popular utilities is enough to get a comprehensive picture. However, if you need to install a driver manually, chipset information alone may not be enoughβ€”sometimes you need the exact revision, which only professional tools can provide.

Analysis via Device Manager and VID/PID codes

If installing additional software is impossible or undesirable, you can use built-in Windows tools. Device Manager provides access to unique hardware identifiers, which are the key to solving the problem. Every USB or PCIe device has codes. Vendor ID (VID) And Product ID (PID), assigned by the manufacturer.

To obtain this data, open Device Manager, find your network adapter in the list, go to Properties, and select the Details tab. Select Hardware IDs from the drop-down list. You'll see lines like USB\VID_0BDA&PID_8812These numbers are what allow us to uniquely identify the chip.

β˜‘οΈ Checking equipment codes

Completed: 0 / 4

The resulting codes must be entered into a search engine or specialized databases, such as Device Hunt or PCI-IDs. The combination of VID and PID can be used to determine which controller is installed inside. For example, the code 0BDA almost always belongs to the company Realtek, and 148F β€” Ralink/MediaTek.

This method is especially useful when the device is detected by the system as an "Unknown Device" due to a lack of drivers. Even without a driver installed, the network controller reports its basic identifiers, allowing you to find the necessary software even for very old or exotic models.

Determining the chipset in the Linux operating system

For Linux users, hardware identification is often even more pressing, as support for many Wi-Fi modules in the kernel depends on a specific driver. Fortunately, terminal utilities provide perhaps the most transparent hardware information without the need to install cumbersome GUI applications.

The main tool here is the team lsusb for USB adapters or lspci for internal cards. Command execution lsusb -v will display a detailed description of all connected devices. In the line iProduct or the device descriptor details often contain a direct reference to the chipset, for example, 802.11ac NIC from Realtek.

An even more powerful tool is the utility lshw (list hardware). Team sudo lshw -class network will show the configuration of network interfaces. In the field product or vendor The chip manufacturer is often indicated. If the driver is already installed, the field configuration will indicate the kernel module (driver) being used, which also narrows down the search.

What to do if lspci does not see the adapter?

If the internal card doesn't appear in the list of PCIe devices, it may not be physically connected, faulty, or disabled in the BIOS/UEFI. It's also worth checking whether Secure Boot mode is blocking access.

To obtain the most detailed information, you can use the command dmesg | grep -i firmware or dmesg | grep -i wifiWhen connecting a device or booting the system, the Linux kernel logs the initialization process, which often includes the name of the firmware being loaded, which is tied to a specific chipset.

In Debian and Ubuntu-based distributions, the command is also useful inxi -N, which will briefly display network information. If the system sees the adapter but can't work with it, analyze the logs via journalctl will help you understand which driver is trying to load and why the error occurs.

Table of popular vendors and their codes

When analyzing VID/PID codes, it's helpful to have reference information at hand. Although there are numerous manufacturers, the Wi-Fi chip market for consumer adapters is effectively divided between a few major players. Knowing the basic codes allows for quick navigation.

Below is a table to help decipher the raw data. Please note that the same manufacturer may produce chips under different brands (for example, MediaTek's acquisition of Ralink).

VID Code (Hex) Manufacturer Popular chip series Driver Features
0BDA Realtek RTL8812BU, RTL8821CU Often require manual compilation on Linux
148F MediaTek (Ralink) MT7610U, RT5370 Good support in open source drivers
8086 Intel AX200, AC7260 Stable drivers in the Linux kernel
10EC Realtek (PCI) RTL8822BE Found in internal laptop modules

Using this table significantly speeds up the search process. If you see the code 0BDA, you immediately understand that you are dealing with Realtek products, which are known for their popularity in the budget segment, but are sometimes capricious in setting up for non-standard tasks.

Physical identification and marking of components

When software methods failβ€”for example, the device isn't detected by the system at all or is burned outβ€”the only reliable option is a physical inspection. This method requires care and, in the case of USB adapters, opening the case, which may void the warranty.

Inside the Wi-Fi dongle's housing or under the metal shield of a PCIe card is the main chip. It's marked. Look for the logos. Realtek, MediaTek, Qualcomm Atheros or BroadcomThe chip model usually consists of letters and numbers, for example, RTL8812AU or QCA9377.

⚠️ Caution: Opening the USB adapter's casing almost always damages the seals or plastic latches. Only attempt this if the device is no longer under warranty or you are confident in your abilities.

There are often several chips on a board. We're interested in the largest one, usually square, which is connected to the antenna wires (or is located near the antenna connector). Smaller chips may be signal amplifiers (FEMs) or memory modules; they don't determine the adapter type.

For internal laptop cards (M.2 or Mini PCIe form factors), the markings are often covered by a sticker with the MAC address. Carefully peeling it off reveals the chip model. This is especially important when replacing the wireless module in a laptop, as the BIOS of some manufacturers (such as HP or Lenovo) may block unauthorized cards.

Compatibility issues and driver selection

Knowing the exact chipset model is critical when selecting drivers, especially for operating systems that aren't widely supported, such as FreeBSD, older versions of Windows, or specific Linux distributions. Selecting the wrong driver can lead not only to system failure but also to system instability (blue screens of death).

Many adapter manufacturers (TP-Link, D-Link, Asus) don't write their own drivers, but use ready-made solutions from chip developers. Therefore, the adapter manufacturer's website may have version 1.0 of the driver, while the chip manufacturer's website (for example, Realtek) may have version 5.0, which contains bug fixes and support for new encryption standards.

Adapters with Realtek 88xx series chips present a particular challenge. For these, drivers from GitHub repositories (such as aircrack-ng or rtlwifi-new) are often required, as official drivers may not support monitor mode or packet injection, which are necessary for network security testing.

When upgrading your operating system (for example, upgrading from Windows 10 to 11 or updating the Linux kernel), old drivers may stop working. In this case, knowing your chipset allows you to quickly find the latest software version without having to guess which of the ten adapters on the compatibility list is right for you.

Why is my adapter slow after reinstalling Windows?

Most likely, the system installed a generic Microsoft driver that doesn't utilize the full potential of your chipset. Find your chip model and download the specific driver from the manufacturer's website.

Can I use a driver from one brand for an adapter from another?

Yes, if they use the same chipset. For example, a driver for a TP-Link adapter with a Realtek chip will often work for an Asus adapter with the same chip. However, it's best to search for the driver by hardware ID.

Does the chipset affect Wi-Fi speed?

Yes, directly. Different chipsets have different signal processing efficiency, MIMO technology support, and channel width. Older chips may not physically support the high speeds specified by the standard.

How to update the firmware of a Wi-Fi adapter?

Firmware is usually built into the driver or loaded by the system at startup. It's rarely updated separately; it's usually done through the manufacturer's utilities to fix critical bugs.