polaris64 / rtl8822bu

RTL8822BU Wireless Driver for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8822BU for Linux

This is a fork of https://github.com/EntropicEffect/rtl8822bu and adds support for the TP-Link Archer T3U Plus. Building and installing using the instructions below has been tested in Arch Linux with kernel 5.10.15-arch1-1.

The following README is a modified version from the upstream repository.


Driver for 802.11ac USB adapters with the RTL8822BU chipset. Only STA/Monitor modes are supported, no AP.

A few known wireless cards that use this driver include: -

NOTE: At least kernel v4.7 is needed to compile this module.

Currently tested on X86_64 the platform only.

Installing

To build, type

make

in the source directory.

To install the module files, type

sudo make install

DKMS

Install the module using DKMS: in the source directory type

sudo dkms add .
sudo dkms install -m 88x2bu -v 1.1

To uninstall the module, type

sudo dkms remove -m 88x2bu -v 1.1 --all
sudo rm -rf /usr/src/88x2bu-1.1

About

RTL8822BU Wireless Driver for Linux


Languages

Language:C 96.8%Language:C++ 2.5%Language:Objective-C 0.4%Language:Makefile 0.3%Language:Shell 0.0%