rtl8852be
rtl8852be copied to clipboard
Realtek Linux WLAN Driver for RTL8852BE
RTL8852BE
See Here:HRex39/rtl8852be_bt.
For kernel > 6.0.0, You should view ~~lwfinger/rtw8852be.~~ https://github.com/lwfinger/rtw89
LTS
Support CI/CD based on Github-hosted runners: Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04.
Unstable
Introduction
This code is cloned from TinkerBoard2/kernel and it's author is Rock_Shen ([email protected]).
The default compilation option is i386_PC For Linux, you can also change the compilation options of MAKEFILE in line149.
Prerequisites (for Ubuntu/Debian)
build-essential
linux-headers
bc
Prerequisites (for Fedora)
kernel-headers
kernel-devel-`uname -r`
make
automake
cmake
gcc
gcc-c++
bc
Build(for kernel < 5.18)
#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
Build(for kernel >= 5.18)
#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?
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.