Hello, My WiFi has intermittent connection issues on Arch. My motherboard is a Gigabyte X870 AORUS ELITE WIFI7. Even when installing Arch my connection was unstable, dmesg -T is littered with entries like this: rtw89_8922ae 0000:07:00.0: failed to update 162 RXBD info: -11 rtw89_8922ae 0000:07:00.0: failed to update 163 RXBD info: -11 rtw89_8922ae 0000:07:00.0: failed to update 32 RXBD info: -11 rtw89_8922ae 0000:07:00.0: failed to release TX skbs I have not found any information online for this. I've added this as a file to my /etc/modprobe.d/ folder but it hasn't helped: options rtw89_pci disable_aspm_l1=y disable_aspm_l1ss=y options rtw89_core disable_ps_mode=y Here's my lspci -nnk entry: Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8922AE 802.11be PCIe Wireless Network Adapter [10ec:8922] (rev 01) Subsystem: Realtek Semiconductor Co., Ltd. RTL8922AE 802.11be PCIe Wireless Network Adapter [10ec:8922] Kernel driver in use: rtw89_8922ae Kernel modules: rtw89_8922ae lsmod | grep rtw: smod |grep rtw rtw89_8922ae 12288 0 rtw89_8922a 73728 1 rtw89_8922ae rtw89_pci 118784 1 rtw89_8922ae rtw89_core 1130496 2 rtw89_8922a,rtw89_pci mac80211 1757184 2 rtw89_core,rtw89_pci cfg80211 1441792 3 rtw89_core,rtw89_8922a,mac80211 rfkill 40960 8 rtw89_core,bluetooth,cfg80211 My connection can remain active for a long time but will occasionally disconnect. Toggling Airplane Mode fixes the issue. Prolonged downloads, such as a large video game, causes the connection to drop several times. Toggling Airplane Mode lets the game begin download each time. I'm happy to provide as much info as necessary. Thank you!