Wifi Adapter not compatible with Fedora

Hi, I’m having an issue with my laptop with Fedora. My laptop sometimes disconnects from my Wifi (sometimes it even asks me for the password again). It doesn’t happen always, however when it happens once it keeps happening every 15-30 seconds. I asked on a forum some time ago and I remember someone told me my Wifi adapter was not compatible with Fedora, however I can’t find that post anymore. This is my Wifi chipset information:

$ lspci -vv -s 04:00.0

04:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8852BE PCIe 802.11ax Wireless Network Controller
	DeviceName: WLAN
	Subsystem: Hewlett-Packard Company Device 88e3
	Physical Slot: 8
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 156
	Region 0: I/O ports at 3000 [size=256]
	Region 2: Memory at 81000000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: <access denied>
	Kernel driver in use: rtw89_8852be
	Kernel modules: rtw89_8852be

Search on this forum for the adapter ‘RTL8852BE’ and you will find lots of posts about it.

I’ve read a couple of posts where they installed this driver, however it seems it should already be integrated in linux kernel.

$ lsmod | grep rtw89

rtw89_8852be           12288  0
rtw89_8852b           368640  1 rtw89_8852be
rtw89_8852b_common     77824  1 rtw89_8852b
rtw89_pci             131072  1 rtw89_8852be
rtw89_core           1249280  3 rtw89_8852b,rtw89_pci,rtw89_8852b_common
mac80211             1949696  2 rtw89_core,rtw89_pci
cfg80211             1527808  3 rtw89_core,mac80211,rtw89_8852b_common
rfkill                 45056  9 hp_wmi,rtw89_core,bluetooth,cfg80211

I’ve also found this answer in another post. The file /etc/NetworkManager/conf.d/00-wifi-powersave.conf didn’t exist, so I created it and edited as recommended by the user. I don’t know if the issue is fixed yet because it happens pretty much randomly but I’ll let you know.

1 Like