lwfinger / rtw89

Driver for Realtek 8852AE, an 802.11ax device
GNU General Public License v2.0
1.24k stars 157 forks source link

Incompatibility with Thinkpad E16 RTL8852BE PCIe 802.11ax Wireless Network Controller #353

Open PickleGaming32 opened 1 month ago

PickleGaming32 commented 1 month ago

Facing issue on multiple linux distros (Fedora, openSUSE, debian, archlinux) where Wireless Network Controller shuts down completely after unsepcified amount of time. It shows up in lspci, but after it shuts down, neither lspci or any other form of hardware monitoring manages to show it. Even after having installed these drivers correctly, with the help of other archlinux users, I am facing the same issue, such that I have been advised to submit a ticket.

debuggerboy commented 1 month ago

I believe may be I am suffering from the same problem, with my Lenovo Thinkpad E16.

In my case I am using Debian GNU/Linux 12, as the official Debian kernels do not support my wireless NIC, I was using lwfinger/rtw89 . It was working fine for me.

The drivers were working fine on Linux kernel images:

but from the below releases on-wards the driver builds are successful, but the the new driver is not working.

So I have went back to Linux kernel image linux-image-6.1.0-18-amd64 from Debian repo. That is how I continue to work from my E16.

Thanks

PickleGaming32 commented 1 month ago

Thanks for your input.

While I am thankful that there are some linux (especially debian) images that work with this NIC, do you have any idea if some of the older archlinux images may solve this issue? Debian's awesome, but I'd love to stick to arch if at all possible.

Thanks.