SkillAgentSearch skills...

Rtl8852be

Realtek Linux WLAN Driver for RTL8852BE

Install / Use

/learn @HRex39/Rtl8852be
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RTL8852BE

github
githubSee Here:HRex39/rtl8852be_bt.

github
For kernel > 6.0.0, You should view ~~lwfinger/rtw8852be.~~ https://github.com/lwfinger/rtw89

LTS

github
Support CI/CD based on Github-hosted runners: Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04.

Unstable

github github github github

Introduction

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.

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. 
View on GitHub
GitHub Stars313
CategoryDevelopment
Updated6d ago
Forks75

Languages

C

Security Score

100/100

Audited on Mar 18, 2026

No findings