Driver for Realtek RTL8723BS wifi chip, which is backported from linux mainline
-
Install gcc, make, linux-headers and other packages required to build this module
-
Build and install the module
-
In a traditional way
make clean modules && sudo make install
-
In a DKMS way
sudo dkms install $PWD
-
-
Load the module
sudo modprobe r8723bs_git
Supported linux kernel version: 5.4.x ~ 6.5.x
Tested on the following linux distros and it works.
-
Debian 11.7 (kernel version: 5.10.0-25-amd64)
-
Ubuntu 20.04 (kernel version: 5.4.0-156-generic)
Thanks to all the maintainers of this kernel module!
-
Disconnect randomly when using 40MHz channel width
-
Not working with NetworkManager
No warranty, use at your own risk.