Realtek Wireless Lan 802 11 Bgn Driver For Mac



  1. Realtek Wireless Lan 802.11n Driver
  2. Realtek Wireless Lan 802 11 Bgn Driver For Mac Os
  3. Realtek 8821ae Wireless Lan 802.11ac Driver
  4. 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.

If you’re using your USB device in a virtual machine, see also Pitfalls Using USB Devices in Virtual Machines.

Target Devices

Adapters with chipset: RTL8811AU, RTL8812AU (RTL8814AU have a separate driver now.)

ChipsetVendorModel
RTL8811AUALFA NetworkAWUS036ACS
RTL8812AUALFA NetworkAWUS036AC
ALFA NetworkAWUS036ACH
ALFA NetworkAWUS036EAC

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

Check Secure Boot Status

Output will be one of the following:

  • SecureBoot enabled — using UEFI, Secure Boot enabled
  • SecureBoot disabled — using UEFI, Secure Boot disabled
  • EFI 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.

Install 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

Install Build Dependencies

Note that because the kernel module is built with DKMS you should ensure you have installed and rebooted to latest kernel update before installing.

Install aircrack-ng/rtl8812au
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

Install Build Dependencies (LTS Kernel)