Skip to content

Yet another rtl8822bs sdio driver that have tested on Armbian Tanix TX6 board 4/32GB.

Notifications You must be signed in to change notification settings

twntysvnz/rtl8822bs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtl8822bs

Known Issues

  • High CPU load (idle 99%).
  • Not fully support iw ioctl command (iw dev del).
  • Unstable AP mode when Bluetooth is ON (client always reconnected).
  • Trunk version armbian won't work, need to create custom build with stable version then change kernel name to prevent kernel upgrade or hold the pkgs, dont use "main" branch.
  • AP mode stuck at 12dbm.

NOTE: Other issue are not fully tested, Not for daily use.

How to use

Clone this repository.

git clone https://github.com/twntysvnz/rtl8822bs
cd rtl8822bs

Compiling kernel module and install.

make -j$(nproc)
sudo make install

load kernel module.

sudo modprobe 88x2bs

About

Yet another rtl8822bs sdio driver that have tested on Armbian Tanix TX6 board 4/32GB.

Topics

Resources

Stars

Watchers

Forks

Languages

  • C 99.6%
  • Other 0.4%