Skip to content

maccuaa/asus-ac53-rtl8822bu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASUS USB-AC53 Nano - RTL8822B

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

Instructions

  1. Clone this project:

    $ git clone https://github.com/maccuaa/asus-ac53-rtl8822bu.git
  2. 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
    ```
    
  3. Install ELF Utils:

    $ sudo dnf info elfutils-libelf-devel
  4. Run the build script:

    $ ./build.sh

Older Kernels

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:

About

Asus AC53 Nano - RTL8822BU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages