babiicakiis / asus-ac53-rtl8822bu

Asus AC53 Nano - RTL8822BU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 28

Kernel: 4.20.4-100.fc28.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:

    # Find your current kernel version
    $ uname -r
    
    $ sudo dnf install kernel-devel-4.17.9-200.fc28.x86_64
  3. Install ELF Utils:

    $ sudo dnf info elfutils-libelf-devel-0.173-1.fc28.x86_64
  4. Compile the source code:

    make
  5. Install the kernel module:

    sudo make install
  6. Load the kernel module

    sudo modprobe -v 88x2bu

Sources:

About

Asus AC53 Nano - RTL8822BU


Languages

Language:C 96.9%Language:C++ 2.4%Language:Objective-C 0.4%Language:Makefile 0.3%Language:Shell 0.0%