Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.
/ rtl88x2bu-driver Public archive

Linux Kernel 4.15 and above compatible realtek driver for RTL8812BU/RTL8822BU chipset (Inamax/Edimax USB Wifi Adapters)

Notifications You must be signed in to change notification settings

its-izhar/rtl88x2bu-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtl88x2bu-driver

Linux kernel >=4.15 compatible realtek driver for RTL8812BU/RTL8822BU chipset for wifi adapters

Last Tested:

  • Linux Kernel 4.19.* Longterm releases
  • Linux Kernel 4.15.* Longterm releases

About

This repository contains drivers for the RTL8812BU/RTL8822BU chipset, updated to work with Linux 4.15 and above, the current kernel version for Ubuntu 18.04.1 at the time of writing.

It is based off of the Edimax EW-7822ULC driver, version 1.0.1.6, which in turn seems to be based on Realtek's 88x2BU driver version 5.1.7. The Edimax driver was downloaded from https://www.edimax.com/edimax/mw/cufiles/files/download/Driver_Utility/EW-7822ULC_Linux_Driver_1.0.1.6.zip and is also a part of the repo under zip/.

Compatible/Tested Devices

Tested on:

  • platform: x86_64
  • Distro: Ubuntu 18.04.1 LTS
  • Linux kernel: 4.15.0-33-generic
  • Port: USB 2.0 and USB 3.0

Build/Install Instructions

To build:
make clean
make -j8

To install:
sudo modprobe cfg80211
sudo insmod 88x2bu.ko

Note: Make sure the device is unplugged before installing the driver.

About

Linux Kernel 4.15 and above compatible realtek driver for RTL8812BU/RTL8822BU chipset (Inamax/Edimax USB Wifi Adapters)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages