A network adapter is a key component for connecting a laptop to the Internet or local network. Without it, it is impossible to work with cloud services, streaming platforms, or even update the operating system. However, not all users know how to properly install such equipment, especially when it comes to replacing a faulty module or upgrading an old laptop.

In this article we will analyze all the stages - from choosing a suitable adapter (built-in M.2, PCIe, USB or Ethernet) before its physical installation and software configuration. We will pay special attention to typical errors that may occur during connection, as well as the nuances of working with different operating systems. If your laptop does not see the Wi-Fi network or the Ethernet port has stopped working, here you will find solutions.

Types of network adapters for laptops: which one to choose?

Before purchasing an adapter, it is important to determine its type. Not only the connection speed, but also the complexity of the installation depends on this. There are four main options on the market today:

  • 📶 Built-in Wi-Fi/Bluetooth modules (format M.2 2230/1216 or NGFF) - installed inside the case, supports standards Wi-Fi 5/6/6E And Bluetooth 4.2/5.x. Suitable for replacing the standard adapter.
  • 🖥️ USB adapters — external devices connected via the port USB 2.0/3.0. Ideal for laptops without built-in Wi-Fi or when you need to expand functionality (for example, adding Wi-Fi 6).
  • 🔌 Ethernet adapters - connect via USB-C/Thunderbolt or USB-A. Used for wired Internet if the laptop does not have a built-in RJ-45 port.
  • 🔧 PCIe adapters - rarely found in laptops, but some gaming models (for example, MSI GT76 or Asus ROG) support them through Mini PCIe.

For most users, the optimal solution will be built-in M.2-module or USB adapter. The former provide maximum speed and stability, but require disassembling the laptop. The latter are easier to install, but can occupy a USB port and have bandwidth limitations (especially on USB 2.0).

📊 What type of adapter are you planning to install?
  • Built-in M.2 Wi-Fi
  • USB Wi-Fi adapter
  • Ethernet over USB-C
  • Another option

When choosing, pay attention to operating system compatibility. For example, some Wi-Fi 6E adapters required Windows 11 or kernels Linux 5.15+. Also check support safety standards (WPA3, 802.11ax) and the availability of drivers for your OS.

How to check adapter compatibility with laptop

Not every network adapter will fit your laptop. To avoid purchasing mistakes, follow these steps:

  1. Determine the connector type for the built-in module. In 90% of cases this is M.2 2230 (key A+E or A). Less common M.2 1216 or proprietary connectors (for example, in laptops Dell Latitude or HP EliteBook).
  2. Check the list of supported adapters on the laptop manufacturer's website. For example, Lenovo ThinkPad officially certifies only certain models Intel AX200/AX210.
  3. Make sure slots are available. Some ultrabooks (eg. MacBook Air or Dell XPS 13) have sealed Wi-Fi modules, and they can only be replaced at a service center.

To check the current adapter in Windows open Device Manager (Win + X → Device Manager → Network Adapters). B Linux run the command:

lspci -v | grep -i network
How to find out the exact laptop model?

Click Win + R, enter msinfo32 and find the line "System Model". On Linux use the command sudo dmidecode -s system-product-name.

Important: adapters with a key M.2 B+M (for example, for SSD) are incompatible with Wi-Fi modules! They have a different connector and will not work in the network card slot.

Step-by-step installation of the built-in Wi-Fi/Bluetooth adapter

If you selected the built-in format module M.2, follow these instructions. Before starting work unplug the laptop and remove the battery (if it is removable). Also prepare:

  • ✅ Screwdriver Phillips #00 or T5 (depending on the laptop model).
  • ✅ Plastic spatula for disassembling the case.
  • ✅ Antistatic bracelet (optional, but recommended).
  • ✅ Thermal paste (if the adapter is attached under a metal cover).

Turn off power and remove battery|

Prepare the workplace (flat surface, good lighting) |

Take photos of cable locations before disassembling|

Check for drivers for the new adapter -->

Next, follow the algorithm:

  1. Remove the back cover of the laptop. In most models, it is secured with screws (sometimes hidden under rubber feet). Be careful with the latches - they may break if opened carelessly.
  2. Find the network module. It is usually located next to the battery or under a metal protection. On some laptops (HP Pavilion, Acer Aspire) the module can be glued to the body.
  3. Disconnect the antennas. They are connected to the module via connectors U.FL or IPEX. Gently pull the black caps (not the wires!). Remember the location of the antennas (usually MAIN And AUX).
  4. Remove the old adapter. It is secured with one screw. After removing it, compare it with the new one - they should match in size and location of the connectors.
  5. Install a new module, secure with a screw and connect the antennas. Make sure the wires are not twisted or touching any metal parts of the case.
⚠️ Attention: On some laptops (Lenovo Yoga, Asus ZenBook) antennas can be soldered to the module. In this case, replacement requires soldering or purchasing a new set of antennas.

Installing drivers and setting up the adapter

After physically installing the adapter, you need to configure the software. The process differs depending on the operating system.

For Windows 10/11

  1. Automatic installation: Connect your laptop to the Internet via Ethernet or USB modem. Windows should automatically find and install drivers via Update Center.
  2. Manual installation: If the adapter is not detected, download the driver from the manufacturer’s website (for example, for Intel AX210 — with intel.ru). Install it via Device Manager (right click on unknown device → Update driver).

For Linux (Ubuntu/Debian/Fedora)

Most distributions provide drivers for popular adapters (Intel, Realtek, Broadcom) are already included in the kernel. If Wi-Fi doesn't work:

  1. Check the adapter name with the command:
    lspci -knn | grep -iA3 network
  2. Install proprietary drivers (if required). For example, for Broadcom:
    sudo apt install firmware-b43-installer
  3. Reboot the system:
    sudo reboot

For adapters Wi-Fi 6E (Intel AX210, Mediatek MT7921) may require kernel version 5.10+. Update it with the command:

sudo apt upgrade linux-image-generic
⚠️ Attention: On laptops with Secure Boot (For example, Dell XPS with Ubuntu) you may need to disable this option in the BIOS or sign the driver manually.

Installing external USB and Ethernet adapters

External adapters are easier to install - just connect them to a USB port. However, there are nuances here too:

  • 🔌 USB Wi-Fi adapters:
    • For maximum speed, use the port USB 3.0 (blue connector).
    • Avoid cheap on-chip adapters Realtek RTL8188 - They often overheat and lose connection.
    • For Wi-Fi 6 (802.11ax) choose models with support 160 MHz (For example, ASUS USB-AX56).
  • 🌐 Ethernet adapters (USB-C/USB-A):
    • For laptops without RJ-45 adapter on chip will do Realtek RTL8153 or ASIX AX88179.
    • On MacBook use adapters with chip Broadcom BCM57762 (they are better supported macOS).
    • For gaming laptops, choose models that support 2.5Gbps (For example, Cable Matters 201014).

After connecting the external adapter:

  1. Wait for the drivers to install automatically (in Windows check Device Manager).
  2. B Linux make sure the adapter is detected by the command lsusb.
  3. Set the priority of networks in Control Panel → Network and Sharing Center (Windows) or nmcli (Linux).
💡

If your USB adapter keeps turning off intermittently, try disabling power saver for USB ports in Device Manager (USB controller properties → Power management).

Typical errors and their elimination

Even if the adapter is installed correctly, problems may occur. Let's look at the most common ones:

Problem Possible reason Solution
The adapter is not detected in the system Lack of drivers, incompatibility with OS Install the driver manually or update the kernel (Linux)
Wi-Fi connects, but the Internet does not work Incorrect IP/DNS settings Reset network settings with the command netsh int ip reset (Windows) or sudo dhclient -r (Linux)
Low Wi-Fi speed Outdated standard (802.11n), interference Switch your router to 5 GHz or update the adapter to Wi-Fi 6
Ethernet port is not working Damaged cable or adapter Check the cable on another device, update the chip driver Realtek/Intel
Bluetooth doesn't detect devices Driver conflict, service disabled Restart the service bthserv (Windows) or bluetooth.service (Linux)

If the adapter Intel AX200/AX210 doesn't work in Linux, add it to the module blacklist iwlwifi:

sudo nano /etc/modprobe.d/blacklist.conf

# Добавьте строку:

blacklist iwlwifi

# Сохраните и перезагрузитесь

💡

Before purchasing an adapter, check its support in your OS on the manufacturer's website. For example, Mediatek MT7921 requires kernel Linux 5.12+, and in Windows 10 need drivers from the site ASUS or TP-Link.

How to check adapter functionality

After installing and configuring the adapter, you need to make sure it is working correctly. Here are the key tests:

  • 📡 Wi-Fi check:
    • Connect to the network 5 GHz and measure the speed at speedtest.net. For Wi-Fi 6 the speed must be no lower 500 Mbit/s at a close distance from the router.
    • Check the connection stability with the command ping 8.8.8.8 -t (Windows) or ping -c 100 google.com (Linux). Packet losses should not exceed 1%.
  • 🔗 Ethernet test:
    • Connect the cable Cat 6 and check the speed. For 1Gbps-port it should be close to 940 Mbit/s.
    • Make sure that in Device Manager there is no exclamation mark next to the adapter.
  • 🔵 Bluetooth test:
    • Connect headphones or keyboard. B Windows check the codec in Control Panel → Devices and Printers (must be A2DP for sound).
    • B Linux use bluetoothctl to scan devices.

If your Wi-Fi speed is slower than expected, try:

  1. Change the channel on the router (for example, from 36 on 48 in the range 5 GHz).
  2. Disable 802.11r (Fast Roaming) in the router settings - it may conflict with some adapters.
  3. Update the router firmware (especially if you are using TP-Link or ASUS).

FAQ: Frequently asked questions about installing network adapters

Is it possible to install a Wi-Fi 6 adapter in an old laptop?

Yes, if the laptop has a slot M.2 2230 with key A+E or A. However, keep in mind:

  • Old laptops (2015 and earlier) may not have antennas for Wi-Fi 6, which will limit the speed.
  • B Windows 7/8 drivers will be required manually (official support Wi-Fi 6 only in Windows 10 20H1+).
  • B Linux may need kernel version 5.4+.
Why doesn't Bluetooth work after replacing the adapter?

This is a typical problem when replacing combined modules (Wi-Fi + Bluetooth). Reasons:

  • The new adapter does not support Bluetooth (for example, Intel AX200 has Bluetooth 5.2, and the old one - 4.0).
  • There are no drivers for the Bluetooth part (in Windows check Device Manager → Other Devices).
  • Bluetooth antennas are not connected (they may be separate from Wi-Fi).

Solution: install the driver from the manufacturer's website or check the antenna connections.

Which adapter to choose for a gaming laptop?

For gaming laptops (ASUS ROG, MSI GE76, Lenovo Legion) recommended:

  • Intel AX210 - supports Wi-Fi 6E (6 GHz), Bluetooth 5.2, low consumption.
  • Killer AX1650 - optimized for games (traffic prioritization), but requires drivers from Rivet Networks.
  • Broadcom BCM4360 - good compatibility with macOS (relevant for Hackintosh).

Avoid on-chip adapters Realtek RTL8852AE - they often conflict with gaming routers (ASUS RT-AX88U).

Can the USB adapter be used permanently?

Yes, but keep in mind:

  • USB port 2.0 will limit the speed to 300 Mbit/s even for Wi-Fi 5 adapter.
  • Prolonged operation may cause the port to overheat (especially on laptops with a plastic case).
  • External adapters are easier to lose or damage during transportation.

For stationary use, it is better to choose a built-in one M.2-module

How to return the old adapter if the new one does not work?

If the new adapter does not work, follow these steps:

  1. Make sure the antennas are connected correctly (MAIN to MAIN, AUX to AUX).
  2. Check if the pins on the connector are bent M.2.
  3. Return the old adapter and check if it works. If yes, the problem is in the new device (defective or incompatible).
  4. Update your laptop's BIOS - sometimes new adapters require the latest firmware.

If all else fails, contact a service center - the slot may be faulty M.2.