Hi I recently purchased a Radxa X4 with WiFi 6 / BT 5.2. Debian 12.8 and Dietpi distros don’t recognize the wifi module.I searched and the module is a AW-XM548NF and uses RTL8852BE chip. Someone could confirm it? Any possibility to install in some linux distro?
Thank you
Please show me log after run lspci -k
1 Like
ryann
November 29, 2024, 6:36am
3
The RTL8852BE need kernel version 6.6 or above, we have verified on Ubuntu 24.04
Or you can install the driver yourself follow this docs
1 Like
Thank you so much, I don’t know this, I will try with some other kernel 6.6 (i hate a llitle bit ubuntu )
To add more info:
I installed with this method:
WI-FI
The X4 uses a Realtek RTL8852BE adapter for Wi-Fi and that means we’re going to need non-free firmware. On Debian this is a two part process.
Enable non-free sources .
Crack open a terminal and install the the firmware-realtek package with apt.
sudo apt install firmware-realtek
After a reboot al
ryann
December 12, 2024, 1:24am
6
Thank you, this method is indeed more convenient
1 Like
11173
March 7, 2025, 11:02am
7
This repo is working on ubuntu 20. Kernel 5.15. https://github.com/lwfinger/rtw8852be .
1 Like
Just adding to this - debian bullseye (6.1) did not work, but debian trixie (6.12) works.