Connecting your computer to the internet via a Wi-Fi adapter is the optimal solution if your PC doesn't have a built-in wireless module or you want to improve signal quality. Unlike a wired connection, a wireless network offers freedom of movement, eliminates unnecessary cables, and allows you to quickly switch between access points. However, many users encounter difficulties, ranging from choosing the right adapter to errors when configuring drivers or connecting to the router.
In this article, we'll walk you through the entire process step by step: from purchasing the right device to diagnosing potential issues. You'll learn how to install drivers for popular adapter models (TP-Link TL-WN823N, ASUS USB-AC56, D-Link DWA-131), set up the network in Windows 10/11 And Linux, as well as what to do if the router is not visible or the connection is constantly disconnected. We will pay special attention to hidden router settings that can block new devices from joining the network — this information is often omitted even in official instructions.
1. How to choose a Wi-Fi adapter for your computer: key parameters
Before purchasing an adapter, determine what tasks you need it for. If you only need basic internet access to work with documents and watch videos in 720p, a budget model with a standard will do Wi-Fi 4 (802.11n)For online gaming, streaming in 4K or work with cloud services, choose adapters with support Wi-Fi 5 (802.11ac) or Wi-Fi 6 (802.11ax).
Please note the following characteristics:
- 📡 Wi-Fi standard: 802.11n (up to 300 Mbps), 802.11ac (up to 1.3 Gbps), 802.11ax (up to 2.4 Gbps).
- 🔌 Connection type: USB 2.0/3.0 (for external adapters) or PCI-E/M.2 (for internal).
- 📶 Frequency range:
2.4 GHz(long range, but interference) or5 GHz(high speed, less interference). - 🛡️ Security support: mandatory presence WPA3 to protect against hacking.
For desktop PCs, internal adapters are preferred (PCI-E or M.2), as they provide a more stable signal and don't take up a USB port. Compact USB adapters are suitable for laptops or all-in-one PCs, for example, TP-Link Archer T2U Plus with support 5 GHz.
⚠️ Attention: Some adapters require additional power through USB-Y cable (For example, ASUS USB-AC68). Without it, the device may not operate at full capacity or may not be detected by the system at all.
2. Preparing for connection: checking compatibility and requirements
Before installing the adapter, make sure your computer meets the minimum requirements:
- 🖥️ operating system: Windows 7/10/11, Linux (kernel 4.15+) or macOS (for some models).
- 🔌 Free port: USB 2.0/3.0 (for external adapters) or slot PCI-E x1/x4 (for internal).
- 📋 Drivers: Most adapters require installation of software from the manufacturer's official website.
Check the adapter's compatibility with your OS on the manufacturer's website. For example, adapters Realtek RTL8812BU often conflict with Linux due to the lack of native drivers, and Intel AX200 perfect for Windows 11 thanks to built-in support Wi-Fi 6.
| Adapter model | Windows support | Linux support | Max. speed |
|---|---|---|---|
| TP-Link TL-WN823N | 7/10/11 | Partially (drivers manually) | 300 Mbps |
| ASUS USB-AC56 | 10/11 | No | 867 Mbps |
| Intel AX200 | 10/11 (native support) | Yes (kernel 5.4+) | 2.4 Gbps |
⚠️ Attention: If your router only works within the range5 GHz, and the adapter only supports2.4 GHz, connection will be impossible. Check the router's specifications in its web interface (192.168.0.1or192.168.1.1).
3. Installing Drivers: Step-by-Step Instructions for Windows and Linux
Without the correct drivers, the adapter will not work or will function intermittently. Let's look at the installation process for two popular operating systems.
For Windows 10/11:
- Connect the adapter to a USB port (or install the internal card into the slot PCI-E).
- Download drivers from the manufacturer's official website (for example, for TP-Link —
https://www.tp-link.com/support/download/). - Run the installer and follow the instructions. Restart your computer.
- Check the installation in
Device Manager(Win + X → Device Manager → Network Adapters).
For Linux (using Ubuntu/Debian as an example):
sudo apt updatesudo apt install firmware-realtek # For adapters on the Realtek chip
sudo modprobe rtl8xxxu # Load kernel module
If the adapter is not detected, check its ID with the command lsusb and find the drivers manually on GitHub (for example, for RTL8812AU).
The adapter is connected to the port|Drivers downloaded from the official website|System rebooted|The adapter is displayed in Device Manager-->
4. Setting up a connection to a router in Windows
After installing the drivers, proceed with the connection:
- Click on the network icon in the tray (
Win + A → Networks). - Select your Wi-Fi network from the list and click Connect.
- Enter the password for the router (indicated on the device sticker or in its settings).
- If the connection does not occur, check your router settings (see the next section).
If the network is not displayed:
- 🔄 Reboot your router (button
Reseton the back panel). - 📡 Check if SSID broadcasting is enabled in your router settings (
192.168.0.1 → Wireless Network → Wi-Fi Settings). - 🔧 Update your adapter drivers via
device Manager.
5. Problems and errors: what to do if the adapter doesn't work
Common problems and their solutions:
| Problem | Possible cause | Solution |
|---|---|---|
| The adapter is not detected | Drivers are missing | Install the software from the official website |
| Slow connection speed | Frequency interference 2.4 GHz |
Switch to 5 GHz or change the channel in the router |
| Constant connection breaks | Weak signal or adapter overheating | Use a USB extension cable or cooling pad |
If the adapter is detected but does not connect to the network:
- Check if it is enabled on the router MAC address filter (
192.168.0.1 → Wireless Network → MAC Filter). - Make sure it is not activated in your router settings. AP Isolation mode.
- Reset network settings in Windows:
netsh winsock resetnetsh int ip reset
⚠️ Attention: Some routers (eg. Keenetic) By default, new devices are blocked for 5 minutes after being turned on. Wait or reboot the router.
How to check adapter and router compatibility?
If the adapter only supports Wi-Fi 4 (802.11n), and the router operates in mode 802.11ac, you may need to enable compatibility mode in your router settings (Wireless Network → Operating Mode → 802.11b/g/n).
6. Signal Optimization: How to Boost Wi-Fi Reception
A weak signal is a common cause of slow speeds or dropped connections. Here's how to improve reception:
- 📍 Adapter location: Place the USB adapter on an extension cord closer to a window or router. Internal card PCI-E Install it in a slot that is as far away as possible from sources of interference (power supply, video card).
- 🔄 Changing the channel: In the router settings (
192.168.0.1 → Wireless Network → Channel) select the least loaded channel (use the utility Wi-Fi Analyzer for analysis). - 🛡️ Updating the router firmwareOutdated software may be limiting speed. Download the latest firmware from the manufacturer's website.
For maximum stability when gaming or streaming:
- 🎮 Use QoS (Quality of Service) in your router settings to prioritize your PC's traffic.
- 🔗 Turn it off WMM (Wi-Fi Multimedia), if lags are observed (in some cases this helps).
7. Connecting to Wi-Fi in Linux: Features and Commands
IN Linux Wi-Fi connection may vary depending on the distribution. Let's look at a universal method via the terminal:
- Check the interface name:
iwconfig(usually
wlan0orwlp3s0). - Scanner of available networks:
sudo iwlist wlan0 scan | grep ESSID - Connect to network (replace
SSIDAndpassword):sudo nmcli dev wifi connect "SSID" password "password"
If nmcli not installed, use wpa_supplicant:
wpa_passphrase "SSID" "password" | sudo tee /etc/wpa_supplicant.confsudo wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
sudo dhclient wlan0
For a permanent connection, add the configuration to /etc/network/interfaces:
auto wlan0iface wlan0 inet dhcp
wpa-ssid "SSID"
wpa-psk "password"
⚠️ Attention: In some distributions (for example, Arch Linux) manual installation of packages may be requiredwpa_supplicantAnddialogto work with Wi-Fi.
FAQ: Frequently asked questions about connecting a Wi-Fi adapter
My adapter is detected, but the speed is very slow. What's the problem?
The reasons may be different:
- The adapter operates in the mode
802.11n, although it supports802.11ac. Check the settings inDevice Manager → Adapter Properties → Advanced. - The router is overloaded. Disconnect unnecessary devices or turn them on. QoS.
- Interference from other networks. Change the channel on your router.
5 GHz(for example, channel 36 or 48).
Can I use a Wi-Fi adapter to share the Internet from my PC?
Yes, but for this the adapter must support the mode AP (Access Point). Most USB adapters (eg. TP-Link TL-WN725N) are not suitable for distribution. For this task, it is better to use:
- Internal cards Intel or Qualcomm Atheros.
- Special utilities like Connectify (for Windows) or
hostapd(for Linux).
IN Windows 10/11 can be turned on Mobile hotspot (Settings → Network & Internet → Mobile Hotspot), but this does not work with all adapters.
How to connect to a hidden Wi-Fi network?
Hidden networks (with SSID broadcast disabled) are connected manually:
- IN Windows:
Settings → Network & Internet → Wi-Fi → Manage known networks → Add new network. Specify the network name (SSID), security type and password. - IN Linux:
sudo nmcli dev wifi connect "SSID" password "password" hidden yes
Make sure that your router settings allow connection to a hidden network (192.168.0.1 → Wireless Network → Hide SSID → Allow Connection).
The adapter gets hot and shuts off. What should I do?
Overheating is a common problem with cheap USB adapters. Solutions:
- Use USB extension cableto move the adapter away from the PC case.
- Attach a small radiator (will work from an old video card).
- Turn it off energy saving for USB ports in
Device Manager → USB Controllers → Properties → Power Management.
If the adapter turns off under high load, try reducing the transmit power in the driver settings (for example, for Realtek This can be done through Additional adapter options).
Is it possible to connect a Wi-Fi adapter to a TV or set-top box?
Most modern Smart TV and prefixes (Xiaomi Mi Box, NVIDIA Shield) have built-in Wi-Fi, but if it is not there, you can use:
- USB adapter (For example, TP-Link TL-WN725N), if the TV supports USB OTG and has drivers for the adapter (rare).
- Wi-Fi to Ethernet Bridge (For example, TP-Link TL-WR702N (in client mode). Connect the adapter to the router, and the TV to the adapter via cable.
Before purchasing, check compatibility on forums (for example, 4PDA or OpenWrt).