Go to file
Fomalhaut Weisszwerg d349d9fbd8 Fix: a warning "‘EVM’ may be used uninitialized". 2018-03-05 08:28:08 +01:00
core Initial Commit from CD Sources 2018-03-01 13:26:40 +01:00
hal Initial Commit from CD Sources 2018-03-01 13:26:40 +01:00
include Fix: implicit declaration of function 'allow_signal'. 2018-03-02 10:33:26 +01:00
os_dep Fix: misleading indentation warning. 2018-03-05 08:21:04 +01:00
platform Initial Commit from CD Sources 2018-03-01 13:26:40 +01:00
Kconfig Initial Commit from CD Sources 2018-03-01 13:26:40 +01:00
Makefile Updated Makefile to allow for ARM devices to compile correctly 2018-03-02 10:28:18 +01:00
README.md Update readme. 2018-03-05 08:25:18 +01:00
clean Initial Commit from CD Sources 2018-03-01 13:26:40 +01:00
ifcfg-wlan0 Initial Commit from CD Sources 2018-03-01 13:26:40 +01:00
rtl8822b.mk Initial Commit from CD Sources 2018-03-01 13:26:40 +01:00
runwpa Initial Commit from CD Sources 2018-03-01 13:26:40 +01:00
wlan0dhcp Initial Commit from CD Sources 2018-03-01 13:26:40 +01:00

README.md

8822BU for Linux

Driver for 802.11ac USB Adapter with
RTL8822BU chipset
Only STA/Monitor Mode is supported, no AP.

A few known wireless cards that use this driver include

NOTE: At least v4.7 is needed to compile this module sorry people with older kernels, the code is removed. Upon request I can work towards making it backwards compatible.

Currently tested with Linux kernel 4.13.10 on X86_64 platform only.

For compiling type
make
in source dir

To install the firmware files
sudo make install

To Unload driver you may need to disconnect the device

If the driver fails building consult your distro how to
install the kernel sources and build an external module.

NOTES
This driver allows use of wpa_supplicant by using the nl80211 driver wpa_supplicant -Dnl80211

If installing on Rasberry Pi or other "armv71" devices, edit the Makefile and set CONFIG_PLATFORM_ARM_RPI = y and CONFIG_PLATFORM_I386_PC = n

STATUS
Driver basically works. Most of the work is done is cleaning the driver and make this mess readable for conversion. Updates for wireless-ext/cfg80211 are not accepted.

BUGS