Buying budget networking equipment from popular Chinese retailers is often a rational solution for upgrading an older laptop or desktop PC. However, once you receive the long-awaited USB Wi-Fi adapterMany users encounter the lack of an installation disc and are confused about how to get the device working. This is a common occurrence, as manufacturers strive to minimize production costs by relying on built-in operating system repositories or online downloads.
The difficulty is that without the right drivers The computer sees the device only as unknown hardware, incapable of transmitting data. Unlike brand-name models, where the software is often embedded in the chip itself or comes on a disk, "Chinese" models require manual chipset identification. In most cases, the plastic case conceals time-tested solutions from Realtek, Mediatek or Ralink, which, when properly configured, provide excellent speed.
In this guide, we'll walk you through a process that will allow you to activate your device even without internet access through other channels. You'll learn how to identify Vendor ID And Product ID, find current software versions, and avoid hardware conflicts. Proper configuration will transform a cheap "wireless device" into a reliable networking tool.
Device chipset identification
The first and most important step is to determine the model of the controller installed inside the adapter. Since Chinese manufacturers often use identical housings for different components, the external labels may not match the actual model. You need to connect the device to the port. USB 2.0 or 3.0 and go to the Device Manager through the Windows Control Panel.
Find the "Other devices" or "Network adapters" section in the list, which will have an exclamation point icon. Double-click it, go to the "Details" tab, and select "Hardware IDs" from the drop-down list. You're looking for the first line, which contains the codes. VEN_ (manufacturer) and DEV_ (device). These numbers are the key to finding the right driver.
⚠️ Warning: Do not attempt to install drivers randomly from random folders. Installing incompatible software may cause a conflict with system libraries, causing the correct driver to fail to install over the incorrect one.
To make it easier to decipher the codes, you can use the following table of popular vendors:
| VEN Code (Manufacturer) | Company name | Popular chip series |
|---|---|---|
| 0BDA | Realtek Semiconductor | RTL8188, RTL8812, RTL8821 |
| 148F | Ralink / Mediatek | RT5370, RT3070, MT7601 |
| 0E66 | Panda Wireless | Realtek is often used |
| 2001 | D-Link Systems | They use different chipsets |
Remember or write down the values obtained, as they will be needed for the next step. If the code begins with 0BDA, then you're in luck—this is the most common and well-supported architecture. In other cases, the search may take a little longer, but the principle remains the same.
Finding and installing drivers
Once you've determined the exact chipset model, you need to find the installation file. If you can connect your computer to the network via an Ethernet cable or share your smartphone's internet connection via a USB modem, the process is significantly simplified. In modern versions of Windows 10 and 11, the system often automatically downloads basic drivers via Update Center.
If automatic installation does not occur, use your smartphone or another PC to download the software. Enter a search query consisting of the chip code (e.g., RTL8812BU) and the word "driver." Download files only from official chip manufacturer websites or trusted repositories, avoiding dubious driver builders.
The installation process is usually standard: run the file setup.exe or install.sh (for Linux) and follow the wizard's instructions. Be sure to restart your computer after completing the procedure. If the system asks you to confirm the installation of an unsigned driver, accept the risk, as low-end Chinese devices often lack a digital signature.
In some cases, especially with the latest Wi-Fi 6 chips, manual installation may be required through Device Manager. To do this, select "Update Driver" → "Browse my computer for driver software" → "Let me pick from a list of available drivers" and specify the path to the downloaded driver. .inf file.
Configuring adapter settings in Windows
After successfully installing the software, your device should appear in the list of available networks. However, to achieve maximum stability and speed, you'll need to manually adjust some settings in the adapter properties. Open Control Panel → Network and Sharing Center → Change adapter settings.
Find your wireless adapter, right-click it, and select "Properties." In the window that opens, click "Configure" and go to the "Advanced" tab. Important settings that affect performance are hidden here. antennas and energy saving.
- 📶 Roaming Aggressiveness - Set to "Lowest" or "Medium" if you are far from the router, so that the adapter does not constantly try to search for a better access point.
- 🔋 Power Saving Mode - Make sure to select "Disabled" or "Maximum Performance" to prevent the adapter from turning off to save power, which often causes connection drops.
- 📡 Wireless Mode - select the mode that matches your router (for example, 802.11ac or 802.11n), to force operation at maximum speed.
Pay special attention to the channel and bandwidth settings if your adapter supports the 5 GHz band. Wide channel (80 MHz) gives higher speed, but less stability in noisy air, whereas 40 MHz or 20 MHz will provide a more confident signal through walls.
Troubleshooting connection and stability issues
Chinese adapters, especially models with an external antenna, can be sensitive to the quality of the USB port. If you experience constant disconnections or low speeds, try reconnecting the device to the port located directly on the motherboard at the rear of the system unit. Using USB extension cables or front panel ports often results in voltage drops and data packet loss.
Another common problem is overheating. Compact cases Nano These chips lack effective heat dissipation. When running at high speeds for long periods, the chip can reach critical temperatures, causing throttling (decreased performance) or a complete shutdown.
⚠️ Caution: If the adapter gets very hot in your hand, provide it with air flow or use a USB hub with active power to reduce the load on the motherboard controller.
It's also worth checking your power settings in Windows. Go to Control Panel → Power Options → Change Plan → Change Advanced Power Settings. Under Wireless Adapter Settings, make sure Power Saving Mode is set to Maximum Performance.
If all else fails, try a system restore or uninstalling the device from the Device Manager by checking "Delete driver software," then repeating the installation process. Sometimes updating the motherboard BIOS to improve compatibility with USB devices can help.
Setting up the Linux operating system
For Linux users, the situation with Chinese adapters can be twofold: either they work out of the box, or they require manual driver compilation. Most distributions, such as Ubuntu, Mint or Debian, have built-in support for popular Realtek and Mediatek chips.
If the adapter isn't detected automatically, you'll need internet access (via cable or phone) to install the build tools. Open a terminal and enter the following command to update packages and install the compiler:
sudo apt-get update
sudo apt-get install build-essential git dkms linux-headers-$(uname -r)
Next, you need to find a driver repository on GitHub that matches your chipset. For example, for a popular chip RTL8812AU The aircrack-ng repository is often used. Clone the repository, navigate to the folder, and run the installation script:
git clone https://github.com/aircrack-ng/rtl8812au.gitcd rtl8812au
sudo ./dkms-install.sh
What should I do if compilation fails?
If you encounter compilation errors, check your Linux kernel version. Drivers for older chips may not be supported on newer kernels (6.x and higher), and vice versa. Try finding a fork of the driver that supports your kernel version or use DKMS to automatically rebuild it when updating your system.
After successful installation, reboot your computer. In Linux, it's also important to disable USB power management, which can aggressively shut down external devices. This can be done by adding a parameter usbcore.autosuspend=-1 to the Grub configuration file.
Using the adapter in access point mode
Many users buy a second adapter to create an access point or boost the signal, but not everyone knows that Chinese-made adapters often support Soft AP mode. This allows you to share the internet connection received via a cable with other devices, turning your PC into a router.
In Windows 10 and 11, this feature is built into the system. Go to "Settings" → "Network & Internet" → "Mobile Hotspot." Under "Sharing," select your primary internet connection, and under "Connection Sharing," select the virtual adapter you created based on your USB device.
For more advanced settings, such as changing the frequency or hiding the SSID, you can use the command line. Run cmd as administrator and use the command:
netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=Password123
Then start the network with the command netsh wlan start hostednetworkThis will create a virtual adapter that will broadcast the signal through your USB adapter. This method is often more stable than built-in Windows tools, especially on older chipsets.
☑️ Checking readiness for access point mode
Frequently Asked Questions (FAQ)
Why is the adapter working slowly even though the router supports high speed?
Most likely, the adapter is operating in the 2.4 GHz band instead of 5 GHz, or the channel width is limited by the settings. Check the chip specifications: if it's a single-channel adapter (1T1R), its physical speed limit is approximately 150-433 Mbps under ideal conditions. Also, make sure you're connected to a USB 3.0 port (blue), as USB 2.0 can be a bottleneck.
Can I use a Chinese Wi-Fi adapter for Kali Linux and pentesting?
Yes, but not all models support monitoring and packet injection modes. Chip-based adapters are best suited for these purposes. Atheros AR9271, Ralink RT3070 or Realtek RTL8812AUPlease check support before purchasing. monitor mode And packet injection in the specification of a specific model.
The adapter keeps disconnecting after a few minutes of use. What's wrong?
The most likely cause is overheating of the chip or insufficient power. Try connecting the device via a USB hub with external power. If this doesn't help, disable the power saving feature in Device Manager and check if the adapter is running an automatic driver updater that could be interfering with the system.
Where can I get a driver if it's not included on the disc and my PC doesn't have internet access?
Use your smartphone. Connect your phone to your PC via USB and enable "USB tethering" in your phone's settings. The phone will use its Wi-Fi to connect to the internet and share the internet connection with your computer. Windows will then automatically find the driver, or you can download it manually from the chip manufacturer's website.