Use the following instructions to install the Edimax EW-7822ULC Linux Wifi driver.
This driver adds Linux support for the ASUS USB AC53 Nano wireless network adapter.
The following was tested using:
OS: Fedora 33
Kernel: 5.9.16-200.fc33.x86_64
Driver: EW-7822ULC_Linux_Wi-Fi_Driver_1.0.1.6
-
Clone this project:
$ git clone https://github.com/maccuaa/asus-ac53-rtl8822bu.git
-
Install the kernel-devel package for the kernel you are currently running:
```bash # Find your current kernel version $ uname -r $ sudo dnf install kernel-devel ```
-
Install ELF Utils:
$ sudo dnf info elfutils-libelf-devel
-
Run the build script:
$ ./build.sh
The master
branch will only support the latest version of the Linux Kernel.
When a breaking change is introduced, a new branch is created with name of the old kernel version.
To compile the driver for an older kernel, check out the branch that matches your kernel version.
Sources: