openedev / rtl8822bu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtl8822bu for linux

rtl8822bu linux driver for combined abgn/bluetooth device This is a driver for the wireless part only

For the USB3 issue read at the end

If one USB-ID is missing, please mail me.

build/load/function tested with v4.19

Building and install driver

for building type
make

for load the driver
sudo modprobe cfg80211
sudo insmod rtl8822bu.ko

You need to install the needed fw with
sudo make installfw

If you need to crosscompile use
ARCH= CROSS_COMPILE= KSRC=
while calling make i.e.

make ARCH="arm" CROSS_COMPILE=armv5tel-softfloat-linux-gnueabi- KSRC=/home/linux-master modules

USB3 Mode Issue

Realtek aka the chipdesigner does some stupid idea to switch into USB3 mode via special efuse read/write.
And this check is changed compare to the rtl8821au/rtl8814au devices
Will check for this and enable USB3

Please use prefix rtl8822bu if you want to mail me
But please please don't, I have enough to do.
TIA

Hans Ulli Kroll ulli.kroll@googlemail.com

About

License:GNU General Public License v2.0


Languages

Language:C 97.8%Language:C++ 1.6%Language:Objective-C 0.5%Language:Makefile 0.1%