You are not logged in.
Pages: 1
When the computer sits idle for a while the pcie wifi card will just drop the connection. I can open up nmtui and connect again but it's starting to get annoying. Please let me know if there is more information needed.
[machinehum@whitebox ~]$ cat /etc/*-release
LSB_VERSION=1.4
DISTRIB_ID=Arch
DISTRIB_RELEASE=rolling
DISTRIB_DESCRIPTION="Arch Linux"
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://www.archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"
LOGO=archlinux
[machinehum@whitebox ~]$ uname -r
5.11.16-arch1-1[93014.520338] wlp2s0: disconnect from AP 5c:76:95:20:0f:bb for new auth to 02:20:da:51:53:92
[93014.521542] wlp2s0: authenticate with 02:20:da:51:53:92
[93014.522231] wlp2s0: send auth to 02:20:da:51:53:92 (try 1/3)
[93014.529133] wlp2s0: authenticated
[93014.532466] wlp2s0: associate with 02:20:da:51:53:92 (try 1/3)
[93014.537175] wlp2s0: RX ReassocResp from 02:20:da:51:53:92 (capab=0x1511 status=0 aid=1)
[93014.537383] wlp2s0: associated
[93018.594265] wlp2s0: deauthenticated from 02:20:da:51:53:92 (Reason: 2=PREV_AUTH_NOT_VALID)[machinehum@whitebox ~]$ lspci | grep -i wireless
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless Network Adapter (rev 01)Last edited by machinehum (2021-06-29 19:17:23)
Offline
Why are you using a that old kernel?
https://bbs.archlinux.org/viewtopic.php?id=130309 - second fat line.
I assume you're using the rtl8821ae kernel module?
Try
rtl8821ae.ips=0 rtl8821ae.aspm=0Offline
Pages: 1