You are not logged in.
Pages: 1
Hi. Around 2 weeks ago I installed arch for the first time. It has been working great so far except for the fact that wifi will stop working around an hour after boot. I did not experiance this issue on windows. I would appreciate any help solving this issue. I am using a tp link t4u archer plus adaptor with rtl8812au chipset.
journalctl -b: https://pastebin.com/u2ASezUm
Thank you.
Offline
The journal only runs 5:30 minutes, is it actually supposed to cover such crash?
sudo journalctl -b -1 | curl -F 'file=@-' 0x0.stfor the journal of the previous (-1) boot.
Offline
here is the log. http://0x0.st/X3C0.txt
Offline
From my very rudimentary reading, it tells me that you have both iwd and wpa_supplicant running to manage wifi.
Last edited by mithrial (2024-09-21 21:43:08)
Offline
From my very rudimentary reading, it tells me that you have both iwd and wpa_suoplicant running to manage wifi.
which one should I use and how do i disable them?
Offline
@mithrial passed the basic reading test and can advance to the next class.
It's worse, though - wpa_supplicant isn't even a NM slave.
Please post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fIf you wanted to use iwd as NM backend, https://wiki.archlinux.org/title/Networ … Fi_backend
Sep 21 11:43:06 aaaaa kernel: rtw_8822bu 3-1:1.0: failed to get tx report from firmwaremight just be a symptom of the concurrent access.
Offline
Pages: 1