See Here:HRex39/rtl8852be_bt.
For kernel > 6.0.0, You should view lwfinger/rtw8852be. https://github.com/lwfinger/rtw89
Support CI/CD based on Github-hosted runners: Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04.
This code is cloned from TinkerBoard2/kernel and it's author is Rock_Shen (rock_shen@asus.com).
The default compilation option is i386_PC For Linux, you can also change the compilation options of MAKEFILE in line149.
build-essential
linux-headers
bc
kernel-headers
kernel-devel-`uname -r`
make
automake
cmake
gcc
gcc-c++
bc
#Turn off your Security Boot in BIOS
git clone https://github.com/HRex39/rtl8852be.git
cd rtl8852be
make -j8
sudo make install
sudo modprobe 8852be
#Turn off your Security Boot in BIOS
git clone https://github.com/HRex39/rtl8852be.git -b dev
cd rtl8852be
make -j8
sudo make install
sudo modprobe 8852be
WHAT IS LINUX?
Linux is a clone of the operating system Unix, written from scratch by
Linus Torvalds with assistance from a loosely-knit team of hackers across
the Net. It aims towards POSIX and Single UNIX Specification compliance.
It has all the features you would expect in a modern fully-fledged Unix,
including true multitasking, virtual memory, shared libraries, demand
loading, shared copy-on-write executables, proper memory management,
and multistack networking including IPv4 and IPv6.
It is distributed under the GNU General Public License - see the
accompanying COPYING file for more details.