On 12/13/22 18:47, Ping-Ke Shih wrote:
-----Original Message-----
From: Charles Piekarski <contact@xxxxxxxxxxxxxxxxxxxx>
Sent: Monday, December 12, 2022 7:11 PM
To: linux-wireless@xxxxxxxxxxxxxxx
Subject: Realtek 8852BE support
Dear Sir or Madam,
I would like to kindly ask for information if Realtek 8852BE Wi-Fi 6
module is supported or will be supported by the Linux kernel.
Regrettably, the module does not work under Ubuntu 22.04.1 and 22.10, at
least out of the box, and I was unable to find any useful information to
get it working in a safe way (with Secure Boot enabled).
8852BE got merged into kernel 6.2 that will release about 3 months later.
Charles,
You can get that driver by doing a 'git clone
https://github.com/lwfinger/rtw89.git' and building it following the
instructions in file README.md from that repo. If you are using Ubuntu, pay
particular attention to the last paragraph as the distro has not included the
firmware for RTW8852BE, even though that firmware has been in the official
linux-firmware repo since October.
Larry