Install Wifi Driver Linux
How install Alfa-AWUS036H wireless driver in kali linux - rt3070 chipset If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. But still there are some nasty WiFi modules and Graphics Cards that won’t work in GNU/Linux out-of-the-box. Today we are going to work on such a WiFi module. Let’s take a look at how to install WiFi driver for RTL8723DE aka RealTek d723. I am new using Kali Linux, even I am not a good linux user. I have a laptop and I installed kali linux, This laptop has a problem with the wifi adapter, so I bought a new one. I bought a nexxt Lynx300. It comes with a linux driver, but I do not know how to install it. I hope you can help me and tell me how I can install that driver.
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 | sudo apt install realtek-rtl88xxau-dkms |
Parrot OS
Security edition has package realtek-rtl88xxau-dkms
installed by default. If this is not the case, follow the same instructions above for Kali Linux.
Debian and Its Derivatives (on x86, x86_64 Platforms)
Debian, Ubuntu, Linux Mint, Pop!_OS, elementary OS, etc.
APT is able to install local deb file since version 1.1 — we can use that to install realtek-rtl88xxau-dkms
from Kali.
First, find the latest realtek-rtl88xxau-dkms
deb package from Kali’s repository.
At the time of writing/updating, the latest one is realtek-rtl88xxau-dkms_5.6.4.2~git20200916-0kali1_all.deb.