- Realtek Wireless Lan 802.11n Driver
- Realtek Wireless Lan 802 11 Bgn Driver For Mac Os
- Realtek 8821ae Wireless Lan 802.11ac Driver
- Realtek 8821ce Wireless Lan 802.11ac Pci E
I upgraded to Windows 10 a month ago. A couple weeks after it forced me to install this update 'Realtek Semiconductor Corp. Driver update for Realtek RTL8188EE 802.11 bgn Wi-Fi Adapter', but it showed. The package provides the installation files for Realtek RTL8188EE 802.11 bgn Wi-Fi Adapter Wireless Driver version 20.2015. Realtek drivers for 802.11n and 802.11ac USB-adapters. Therefore, if you 802.11n Network Adapter to apply this package, click the download button, and setup the wireless card on your system. 802 11n usb wireless lan card.
Target Devices
Adapters with chipset: RTL8811AU, RTL8812AU (RTL8814AU have a separate driver now.)
Chipset | Vendor | Model |
---|---|---|
RTL8811AU | ALFA Network | AWUS036ACS |
RTL8812AU | ALFA Network | AWUS036AC |
ALFA Network | AWUS036ACH | |
ALFA Network | AWUS036EAC |
Driver Information
Developed internally by Realtek, and then patched by open community members.
This drivers is not mainlined (might never will be, from the look of it), so you’ll be loading a self-compiled out-of-tree kernel module. If you are running on a system using UEFISecure Boot, you may need to either disable Secure Boot or sign the kernel module before you can load it. (We won’t cover that here.)
To check the status of Secure Boot, run
Output will be one of the following:
SecureBoot enabled
— using UEFI, Secure Boot enabledSecureBoot disabled
— using UEFI, Secure Boot disabledEFI variables are not supported on this system
— not using UEFI, Secure Boot disabled
Driver Installation
Kali Linux
For those who are running Kali Linux ARM Image on Raspberry Pi, the driver should be installed already.
For x86 users, install package realtek-rtl88xxau-dkms
.
2 | wget https://http.kali.org/kali/pool/contrib/r/realtek-rtl88xxau-dkms/realtek-rtl88xxau-dkms_5.6.4.2~git20200916-0kali1_all.deb sudo apt install./realtek-rtl88xxau-dkms_5.6.4.2~git20200916-0kali1_all.deb |
Although not tested, some distros should be able to perform the whole process in GUI — download deb package through browser and double-click to install.
Fedora
Note that because the kernel module is built with DKMS you should ensure you have installed and rebooted to latest kernel update before installing.
sudo pacman-Syu--needed base-devel git dkms linux-headers |
If you’re not using the default kernel, package linux-headers
should be changed respectively. Say you’re using LTS kernel, the command would then be