Rtl8852be Save Abandoned

Realtek Linux WLAN Driver for RTL8852BE

Project 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 ([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. 
Open Source Agenda is not affiliated with "Rtl8852be" Project. README Source: HRex39/rtl8852be
Stars
164
Open Issues
2
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating