# rtl8852be **Repository Path**: qqlyg/rtl8852be ## Basic Information - **Project Name**: rtl8852be - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-21 - **Last Updated**: 2025-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RTL8852BE ![github](https://img.shields.io/badge/-Ubuntu_18.04_LTS-555555.svg?style=for-the-badge&logo=ubuntu)![github](https://img.shields.io/badge/main-success-brightgreen.svg?style=for-the-badge) ![github](https://img.shields.io/badge/-Ubuntu_20.04_LTS-555555.svg?style=for-the-badge&logo=ubuntu)![github](https://img.shields.io/badge/main-success-brightgreen.svg?style=for-the-badge) ![github](https://img.shields.io/badge/-Ubuntu_22.04_LTS-555555.svg?style=for-the-badge&logo=ubuntu)![github](https://img.shields.io/badge/dev--linux5.17-success-brightgreen.svg?style=for-the-badge) ![github](https://img.shields.io/badge/-Arch_Linux-555555.svg?style=for-the-badge&logo=archlinux)![github](https://img.shields.io/badge/dev--linux5.17-success-brightgreen.svg?style=for-the-badge) ![github](https://img.shields.io/badge/-Others-555555.svg?style=for-the-badge&logo=linux&logoColor=ffffff)![github](https://img.shields.io/badge/dev--linux5.17-test--pending-lightgrey.svg?style=for-the-badge) ![github](https://img.shields.io/badge/-bluetooth_unsupported🤔-red.svg?style=for-the-badge&logo=bluetooth&logoColor=ffffff) ![github](https://img.shields.io/badge/Kernel>=5.18-test--pending-red.svg?style=for-the-badge&logo=linux&logoColor=ffffff) ## Introduction This code is cloned from [TinkerBoard2/kernel](https://github.com/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 ``` build-essential linux-headers bc ``` ## Build(for kernel < 5.15) ``` Turn off your Security Boot in BIOS git clone https://github.com/HRex39/rtl8852be.git make -j8 sudo make install ``` ## Build(for kernel >= 5.15)[not stable] ``` Turn off your Security Boot in BIOS git clone https://github.com/HRex39/rtl8852be.git -b dev-linux5.17 make -j8 sudo make install ``` according to this [issue](https://github.com/HRex39/rtl8852be/issues/1#issuecomment-1113270944), the new branch seems not really stable, but hardware seems to work just fine. Expect more tests or feedback. ## 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. ```