Installing the Realtek RTL8852AE WiFi 6 802.11ax PCIe Adapter
driver is often a journey of troubleshooting, as this specific card is known for both its high-speed potential and its tendency to drop connections
. Depending on your operating system, the path to a stable connection varies significantly. 1. The Windows Routine: Official Sources First
For Windows 10 and 11, the most reliable installation method is using manufacturer-specific drivers rather than generic Realtek ones, as these are often optimized for your specific laptop or desktop model.
To install the Realtek RTL8852AE WiFi 6 802.11ax PCIe Adapter Go to product viewer dialog for this item. realtek rtl8852ae wifi 6 80211ax pcie adapter driver install
driver, you should primarily use the support page provided by your PC manufacturer (e.g., Lenovo, HP, or Dell) to ensure compatibility with your specific hardware model. For Windows 10 and 11
The most reliable way to obtain the correct driver is through your computer manufacturer's official download portal: Lenovo Users: Download the Realtek RTL8852AE WLAN Driver directly from Lenovo Support.
HP Users: Visit the HP Support site to find the latest version, such as sp168341.exe, which includes the RTL8852AE driver.
Windows Update: You can also try updating through the Device Manager. Right-click the Start button, select Device Manager, expand Network adapters, right-click the Realtek adapter, and choose Update driver. Installing the Realtek RTL8852AE WiFi 6 802
Microsoft Catalog: Search the Microsoft Update Catalog for specific driver versions if you need a legacy or manual update file. Realtek RTL8852AE
is officially supported in Linux Kernel 5.16 and newer. If your distribution uses an older kernel, you can install the driver manually:
| Issue | Workaround |
|--------------------------------------------|----------------------------------------------------------------------------|
| Wi-Fi connects but drops frequently | Disable power saving: iwconfig wlan0 power off (add to rc.local) |
| Bluetooth not working after suspend | Unload/reload btusb: rmmod btusb && modprobe btusb |
| Driver fails to compile on kernel 6.8+ | Use lwfinger/rtw89 repo’s next branch |
| Windows “No compatible driver found” | Manually point Device Manager to .inf file in extracted OEM folder |
We will cover three reliable methods. Start with Method 1; if that fails, proceed down the list. Connect to the internet via Ethernet or alternate adapter
ip a # Look for wlan0 or similar
sudo dmesg | grep rtw89
Some users report IPv6 conflicts.
Ubuntu/Debian (Kernel ≥ 5.15)
sudo apt update && sudo apt install firmware-realtek
sudo modprobe rtw89pci
Fedora (Kernel ≥ 5.15)
sudo dnf install kernel-devel realtek-firmware
sudo modprobe rtw89pci
Arch Linux
sudo pacman -S linux-firmware
# Driver is built-in; load with:
sudo modprobe rtw89pci
sudo apt update
sudo apt install git dkms build-essential bc linux-headers-$(uname -r)
git clone https://github.com/lwfinger/rtw89.git
cd rtw89
make
sudo make install
sudo modprobe rtw89pci