You are not logged in.

#1 2024-09-17 21:29:09

wintervoid
Member
Registered: 2024-09-17
Posts: 3

Network crashes ~an hour after each boot

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

#2 2024-09-18 07:11:47

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,286

Re: Network crashes ~an hour after each boot

The journal only runs 5:30 minutes, is it actually supposed to cover such crash?

sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st

for the journal of the previous (-1) boot.

Offline

#3 2024-09-21 17:51:58

wintervoid
Member
Registered: 2024-09-17
Posts: 3

Re: Network crashes ~an hour after each boot

here is the log. http://0x0.st/X3C0.txt

Offline

#4 2024-09-21 21:25:39

mithrial
Member
Registered: 2017-03-05
Posts: 148

Re: Network crashes ~an hour after each boot

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

#5 2024-09-21 21:37:52

wintervoid
Member
Registered: 2024-09-17
Posts: 3

Re: Network crashes ~an hour after each boot

mithrial wrote:

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

#6 2024-09-21 21:38:35

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,286

Re: Network crashes ~an hour after each boot

@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 -f

If 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 firmware

might just be a symptom of the concurrent access.

Offline

Board footer

Powered by FluxBB