You are not logged in.

#1 2023-07-04 17:32:56

Stefan_xyz
Member
Registered: 2019-09-01
Posts: 104

[Solved] Unstable Wifi connection

When using Arch my WiFi connection drops randomly and reacquires sometimes faster sometimes slower.

Journalctl shows the following Notice:

Jul 04 19:09:28 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Jul 04 19:09:28 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Jul 04 19:09:28 arch kernel: rtw_8821ce 0000:02:00.0:   device [10ec:c821] error status/mask=00000001/0000e000
Jul 04 19:09:28 arch kernel: rtw_8821ce 0000:02:00.0:    [ 0] RxErr                  (First)

At first I thought this is just due to an long-range WiFi connection some packets get corrupted (Rx = Receive) but since they get corrected its fine.
But this shouldn't be an issue since my windows installation on the same laptop at the same place runs quite smootly without any big issues.


Looking closer i found 2 independent errors:

Jul 04 19:24:51 arch wpa_supplicant[375]: wlp2s0: CTRL-EVENT-BEACON-LOSS
[...]
Jul 04 19:05:21 arch kernel: wlp2s0: deauthenticated from 2c:3a:fd:f6:98:f0 (Reason: 34=DISASSOC_LOW_ACK)
Jul 04 19:05:21 arch wpa_supplicant[375]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=2c:3a:fd:f6:98:f0 reason=34

Digging into the "DISASSOC_LOW_ACK" error I only found error regarding OpenWrt.
From this I thought maybe it's just a weak WiFi signal but since Windows doesn't have any problems, it shouldn't be an issue on my arch installation either.

Digging a bit deeper about the "CTRL-EVENT-BEACON-LOSS" error I found this thread and it appears that this has something to do with router settings.
Also a possibility is that my current driver isn't fully supported in the kernel source

I tried the solutions offered on the github page of my driver this didn't work.
Though I put the following in /etc/NetworkManager/NetworkManager.conf:

[connectivity]
enabled=false

Because the default /var/lib/NetworkManager/NetworkManager-intern.conf file stated that changes will be overwritten and they where overwritten.

So am I correct with my assumptions that this error is a linux side bug and not a wrong configuration on my part?


SYSTEM INFORMATIONS:

$ lspci -v
[...]
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
	Subsystem: AzureWave RTL8821CE 802.11ac PCIe Wireless Network Adapter
	Flags: bus master, fast devsel, latency 0, IRQ 129
	I/O ports at e000 [size=256]
	Memory at ef000000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: rtw_8821ce
	Kernel modules: rtw88_8821ce
$ systemctl list-unit-files --state=enabled
UNIT FILE                          STATE   PRESET  
getty@.service                     enabled enabled 
lightdm.service                    enabled disabled
NetworkManager-dispatcher.service  enabled disabled
NetworkManager-wait-online.service enabled disabled
NetworkManager.service             enabled disabled
startup.service                    enabled disabled
systemd-resolved.service           enabled enabled 
systemd-timesyncd.service          enabled enabled 
remote-fs.target                   enabled enabled 

9 unit files listed.

Do you need more Information?

Last edited by Stefan_xyz (2023-08-06 15:20:44)

Offline

#2 2023-07-04 19:53:49

seth
Member
Registered: 2012-09-03
Posts: 52,649

Re: [Solved] Unstable Wifi connection

Do you need more Information?

Full system journal that shows the beacon losses in context, not random lines here and there.

Offline

#3 2023-07-05 17:07:14

Stefan_xyz
Member
Registered: 2019-09-01
Posts: 104

Re: [Solved] Unstable Wifi connection

seth wrote:

Do you need more Information?

Full system journal that shows the beacon losses in context, not random lines here and there.


Sure.

Jul 05 17:01:45 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:02:04 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:02:05 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:02:25 arch kernel: wlp2s0: deauthenticated from 2c:3a:fd:f6:98:f0 (Reason: 34=DISASSOC_LOW_ACK)
Jul 05 17:02:25 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=2c:3a:fd:f6:98:f0 reason=34
Jul 05 17:02:25 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Jul 05 17:02:25 arch NetworkManager[315]: <info>  [1688569345.1205] device (wlp2s0): supplicant interface state: completed -> disconnected
Jul 05 17:02:25 arch kernel: rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
Jul 05 17:02:25 arch NetworkManager[315]: <info>  [1688569345.6874] device (wlp2s0): supplicant interface state: disconnected -> scanning
Jul 05 17:02:29 arch wpa_supplicant[415]: wlp2s0: SME: Trying to authenticate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 17:02:29 arch kernel: wlp2s0: authenticate with 2c:3a:fd:f6:98:f0
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.2628] device (wlp2s0): supplicant interface state: scanning -> authenticating
Jul 05 17:02:30 arch kernel: wlp2s0: send auth to 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 17:02:30 arch wpa_supplicant[415]: wlp2s0: Trying to associate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.2668] device (wlp2s0): supplicant interface state: authenticating -> associating
Jul 05 17:02:30 arch kernel: wlp2s0: authenticated
Jul 05 17:02:30 arch kernel: wlp2s0: associate with 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 17:02:30 arch kernel: wlp2s0: RX AssocResp from 2c:3a:fd:f6:98:f0 (capab=0x1431 status=0 aid=4)
Jul 05 17:02:30 arch kernel: wlp2s0: associated
Jul 05 17:02:30 arch wpa_supplicant[415]: wlp2s0: Associated with 2c:3a:fd:f6:98:f0
Jul 05 17:02:30 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.2823] device (wlp2s0): supplicant interface state: associating -> associated
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.2904] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Jul 05 17:02:30 arch kernel: wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 2c:3a:fd:f6:98:f0
Jul 05 17:02:30 arch wpa_supplicant[415]: wlp2s0: WPA: Key negotiation completed with 2c:3a:fd:f6:98:f0 [PTK=CCMP GTK=CCMP]
Jul 05 17:02:30 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to 2c:3a:fd:f6:98:f0 completed [id=0 id_str=]
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.3302] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.3308] device (wlp2s0): ip:dhcp4: restarting
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.3544] dhcp4 (wlp2s0): canceled DHCP transaction
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.3545] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.3545] dhcp4 (wlp2s0): state changed no lease
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.3547] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.3549] device (wlp2s0): ip:dhcp6: restarting
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.3550] dhcp6 (wlp2s0): canceled DHCP transaction
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.3550] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.3551] dhcp6 (wlp2s0): state changed no lease
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.3551] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.3622] dhcp6 (wlp2s0): state changed new lease
Jul 05 17:02:30 arch NetworkManager[315]: <info>  [1688569350.3651] dhcp4 (wlp2s0): state changed new lease, address=192.168.178.89
Jul 05 17:02:30 arch dbus-daemon[304]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=315 comm="/usr/bin/NetworkManager --no-daemon")
Jul 05 17:02:30 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 05 17:02:30 arch dbus-daemon[304]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 05 17:02:30 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 05 17:02:30 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-96 noise=9999 txrate=65000
Jul 05 17:02:40 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 05 17:02:58 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:04:37 arch wpa_supplicant[415]: wlp2s0: WPA: Group rekeying completed with 2c:3a:fd:f6:98:f0 [GTK=CCMP]
Jul 05 17:05:13 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 05 17:07:30 arch kernel: wlp2s0: deauthenticated from 2c:3a:fd:f6:98:f0 (Reason: 34=DISASSOC_LOW_ACK)
Jul 05 17:07:30 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=2c:3a:fd:f6:98:f0 reason=34
Jul 05 17:07:30 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Jul 05 17:07:30 arch NetworkManager[315]: <info>  [1688569650.6245] device (wlp2s0): supplicant interface state: completed -> disconnected
Jul 05 17:07:31 arch kernel: rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
Jul 05 17:07:31 arch NetworkManager[315]: <info>  [1688569651.1676] device (wlp2s0): supplicant interface state: disconnected -> scanning
Jul 05 17:07:32 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 05 17:07:35 arch wpa_supplicant[415]: wlp2s0: SME: Trying to authenticate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 17:07:35 arch kernel: wlp2s0: authenticate with 2c:3a:fd:f6:98:f0
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.7749] device (wlp2s0): supplicant interface state: scanning -> authenticating
Jul 05 17:07:35 arch wpa_supplicant[415]: wlp2s0: Trying to associate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 17:07:35 arch kernel: wlp2s0: send auth to 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 17:07:35 arch kernel: wlp2s0: authenticated
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.7779] device (wlp2s0): supplicant interface state: authenticating -> associating
Jul 05 17:07:35 arch kernel: wlp2s0: associate with 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 17:07:35 arch wpa_supplicant[415]: wlp2s0: Associated with 2c:3a:fd:f6:98:f0
Jul 05 17:07:35 arch kernel: wlp2s0: RX AssocResp from 2c:3a:fd:f6:98:f0 (capab=0x1431 status=0 aid=4)
Jul 05 17:07:35 arch kernel: wlp2s0: associated
Jul 05 17:07:35 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.7930] device (wlp2s0): supplicant interface state: associating -> associated
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.8029] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Jul 05 17:07:35 arch wpa_supplicant[415]: wlp2s0: WPA: Key negotiation completed with 2c:3a:fd:f6:98:f0 [PTK=CCMP GTK=CCMP]
Jul 05 17:07:35 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to 2c:3a:fd:f6:98:f0 completed [id=0 id_str=]
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.8565] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.8570] device (wlp2s0): ip:dhcp4: restarting
Jul 05 17:07:35 arch kernel: wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 2c:3a:fd:f6:98:f0
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.8710] dhcp4 (wlp2s0): canceled DHCP transaction
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.8711] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.8711] dhcp4 (wlp2s0): state changed no lease
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.8713] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.8715] device (wlp2s0): ip:dhcp6: restarting
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.8716] dhcp6 (wlp2s0): canceled DHCP transaction
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.8716] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.8717] dhcp6 (wlp2s0): state changed no lease
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.8717] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.8946] dhcp4 (wlp2s0): state changed new lease, address=192.168.178.89
Jul 05 17:07:35 arch NetworkManager[315]: <info>  [1688569655.9027] dhcp6 (wlp2s0): state changed new lease
Jul 05 17:07:35 arch dbus-daemon[304]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=315 comm="/usr/bin/NetworkManager --no-daemon")
Jul 05 17:07:35 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 05 17:07:35 arch dbus-daemon[304]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 05 17:07:35 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 05 17:07:36 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-95 noise=9999 txrate=65000
Jul 05 17:07:45 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 05 17:09:44 arch kernel: wlp2s0: deauthenticated from 2c:3a:fd:f6:98:f0 (Reason: 34=DISASSOC_LOW_ACK)
Jul 05 17:09:44 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=2c:3a:fd:f6:98:f0 reason=34
Jul 05 17:09:44 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Jul 05 17:09:44 arch NetworkManager[315]: <info>  [1688569784.6882] device (wlp2s0): supplicant interface state: completed -> disconnected
Jul 05 17:09:45 arch kernel: rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
Jul 05 17:09:45 arch NetworkManager[315]: <info>  [1688569785.2478] device (wlp2s0): supplicant interface state: disconnected -> scanning
Jul 05 17:09:49 arch wpa_supplicant[415]: wlp2s0: SME: Trying to authenticate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 17:09:49 arch kernel: wlp2s0: authenticate with 2c:3a:fd:f6:98:f0
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.8088] device (wlp2s0): supplicant interface state: scanning -> authenticating
Jul 05 17:09:49 arch kernel: wlp2s0: send auth to 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 17:09:49 arch wpa_supplicant[415]: wlp2s0: Trying to associate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.8530] device (wlp2s0): supplicant interface state: authenticating -> associating
Jul 05 17:09:49 arch kernel: wlp2s0: authenticated
Jul 05 17:09:49 arch kernel: wlp2s0: associate with 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 17:09:49 arch kernel: wlp2s0: RX AssocResp from 2c:3a:fd:f6:98:f0 (capab=0x1431 status=0 aid=4)
Jul 05 17:09:49 arch kernel: wlp2s0: associated
Jul 05 17:09:49 arch wpa_supplicant[415]: wlp2s0: Associated with 2c:3a:fd:f6:98:f0
Jul 05 17:09:49 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.8673] device (wlp2s0): supplicant interface state: associating -> associated
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.8769] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Jul 05 17:09:49 arch wpa_supplicant[415]: wlp2s0: WPA: Key negotiation completed with 2c:3a:fd:f6:98:f0 [PTK=CCMP GTK=CCMP]
Jul 05 17:09:49 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to 2c:3a:fd:f6:98:f0 completed [id=0 id_str=]
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.9195] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.9199] device (wlp2s0): ip:dhcp4: restarting
Jul 05 17:09:49 arch kernel: wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 2c:3a:fd:f6:98:f0
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.9309] dhcp4 (wlp2s0): canceled DHCP transaction
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.9310] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.9310] dhcp4 (wlp2s0): state changed no lease
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.9311] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.9312] device (wlp2s0): ip:dhcp6: restarting
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.9313] dhcp6 (wlp2s0): canceled DHCP transaction
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.9313] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.9313] dhcp6 (wlp2s0): state changed no lease
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.9313] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.9546] dhcp4 (wlp2s0): state changed new lease, address=192.168.178.89
Jul 05 17:09:49 arch dbus-daemon[304]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=315 comm="/usr/bin/NetworkManager --no-daemon")
Jul 05 17:09:49 arch NetworkManager[315]: <info>  [1688569789.9643] dhcp6 (wlp2s0): state changed new lease
Jul 05 17:09:49 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 05 17:09:49 arch dbus-daemon[304]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 05 17:09:49 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 05 17:09:50 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-97 noise=9999 txrate=65000
Jul 05 17:10:00 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 05 17:10:24 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 05 17:11:55 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Jul 05 17:13:24 arch kernel: wlp2s0: deauthenticated from 2c:3a:fd:f6:98:f0 (Reason: 34=DISASSOC_LOW_ACK)
Jul 05 17:13:24 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=2c:3a:fd:f6:98:f0 reason=34
Jul 05 17:13:24 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Jul 05 17:13:24 arch NetworkManager[315]: <info>  [1688570004.3716] device (wlp2s0): supplicant interface state: completed -> disconnected
Jul 05 17:13:24 arch kernel: rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
Jul 05 17:13:24 arch NetworkManager[315]: <info>  [1688570004.9413] device (wlp2s0): supplicant interface state: disconnected -> scanning
Jul 05 17:13:28 arch wpa_supplicant[415]: wlp2s0: SME: Trying to authenticate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 17:13:28 arch kernel: wlp2s0: authenticate with 2c:3a:fd:f6:98:f0
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5119] device (wlp2s0): supplicant interface state: scanning -> authenticating
Jul 05 17:13:29 arch kernel: wlp2s0: send auth to 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 17:13:29 arch kernel: wlp2s0: authenticated
Jul 05 17:13:29 arch wpa_supplicant[415]: wlp2s0: Trying to associate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5153] device (wlp2s0): supplicant interface state: authenticating -> associating
Jul 05 17:13:29 arch kernel: wlp2s0: associate with 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 17:13:29 arch kernel: wlp2s0: RX AssocResp from 2c:3a:fd:f6:98:f0 (capab=0x1431 status=0 aid=4)
Jul 05 17:13:29 arch kernel: wlp2s0: associated
Jul 05 17:13:29 arch wpa_supplicant[415]: wlp2s0: Associated with 2c:3a:fd:f6:98:f0
Jul 05 17:13:29 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5304] device (wlp2s0): supplicant interface state: associating -> associated
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5399] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Jul 05 17:13:29 arch kernel: wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 2c:3a:fd:f6:98:f0
Jul 05 17:13:29 arch wpa_supplicant[415]: wlp2s0: WPA: Key negotiation completed with 2c:3a:fd:f6:98:f0 [PTK=CCMP GTK=CCMP]
Jul 05 17:13:29 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to 2c:3a:fd:f6:98:f0 completed [id=0 id_str=]
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5793] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5797] device (wlp2s0): ip:dhcp4: restarting
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5942] dhcp4 (wlp2s0): canceled DHCP transaction
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5943] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5943] dhcp4 (wlp2s0): state changed no lease
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5944] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5947] device (wlp2s0): ip:dhcp6: restarting
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5948] dhcp6 (wlp2s0): canceled DHCP transaction
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5948] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5948] dhcp6 (wlp2s0): state changed no lease
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.5949] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.6080] dhcp4 (wlp2s0): state changed new lease, address=192.168.178.89
Jul 05 17:13:29 arch dbus-daemon[304]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=315 comm="/usr/bin/NetworkManager --no-daemon")
Jul 05 17:13:29 arch NetworkManager[315]: <info>  [1688570009.6219] dhcp6 (wlp2s0): state changed new lease
Jul 05 17:13:29 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 05 17:13:29 arch dbus-daemon[304]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 05 17:13:29 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 05 17:13:29 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-96 noise=9999 txrate=65000
Jul 05 17:13:36 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:13:36 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:13:39 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 05 17:13:46 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Jul 05 17:14:37 arch wpa_supplicant[415]: wlp2s0: WPA: Group rekeying completed with 2c:3a:fd:f6:98:f0 [GTK=CCMP]
Jul 05 17:14:47 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 05 17:18:54 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:19:06 arch kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Jul 05 17:19:26 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:19:47 arch kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Jul 05 17:20:22 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:20:39 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-101 noise=9999 txrate=39000
Jul 05 17:20:57 arch rtkit-daemon[808]: Supervising 8 threads of 4 processes of 1 users.
Jul 05 17:20:57 arch rtkit-daemon[808]: Supervising 8 threads of 4 processes of 1 users.
Jul 05 17:23:49 arch kernel: perf: interrupt took too long (2582 > 2500), lowering kernel.perf_event_max_sample_rate to 77400
Jul 05 17:24:37 arch wpa_supplicant[415]: wlp2s0: WPA: Group rekeying completed with 2c:3a:fd:f6:98:f0 [GTK=CCMP]
Jul 05 17:24:58 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:25:52 arch kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Jul 05 17:26:18 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:27:10 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Jul 05 17:31:17 arch kernel: wlp2s0: deauthenticated from 2c:3a:fd:f6:98:f0 (Reason: 34=DISASSOC_LOW_ACK)
Jul 05 17:31:17 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=2c:3a:fd:f6:98:f0 reason=34
Jul 05 17:31:17 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Jul 05 17:31:17 arch NetworkManager[315]: <info>  [1688571077.9791] device (wlp2s0): supplicant interface state: completed -> disconnected
Jul 05 17:31:18 arch NetworkManager[315]: <info>  [1688571078.5321] device (wlp2s0): supplicant interface state: disconnected -> scanning
Jul 05 17:31:19 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 05 17:31:22 arch kernel: wlp2s0: authenticate with 2c:3a:fd:f6:98:f0
Jul 05 17:31:22 arch wpa_supplicant[415]: wlp2s0: SME: Trying to authenticate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 17:31:23 arch kernel: wlp2s0: send auth to 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.1501] device (wlp2s0): supplicant interface state: scanning -> authenticating
Jul 05 17:31:23 arch kernel: wlp2s0: authenticated
Jul 05 17:31:23 arch wpa_supplicant[415]: wlp2s0: Trying to associate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.1525] device (wlp2s0): supplicant interface state: authenticating -> associating
Jul 05 17:31:23 arch kernel: wlp2s0: associate with 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 17:31:23 arch kernel: wlp2s0: RX AssocResp from 2c:3a:fd:f6:98:f0 (capab=0x1431 status=0 aid=4)
Jul 05 17:31:23 arch wpa_supplicant[415]: wlp2s0: Associated with 2c:3a:fd:f6:98:f0
Jul 05 17:31:23 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 05 17:31:23 arch kernel: wlp2s0: associated
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.1723] device (wlp2s0): supplicant interface state: associating -> associated
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.1796] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Jul 05 17:31:23 arch wpa_supplicant[415]: wlp2s0: WPA: Key negotiation completed with 2c:3a:fd:f6:98:f0 [PTK=CCMP GTK=CCMP]
Jul 05 17:31:23 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to 2c:3a:fd:f6:98:f0 completed [id=0 id_str=]
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.2220] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.2223] device (wlp2s0): ip:dhcp4: restarting
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.2375] dhcp4 (wlp2s0): canceled DHCP transaction
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.2376] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.2376] dhcp4 (wlp2s0): state changed no lease
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.2379] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.2380] device (wlp2s0): ip:dhcp6: restarting
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.2380] dhcp6 (wlp2s0): canceled DHCP transaction
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.2380] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.2380] dhcp6 (wlp2s0): state changed no lease
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.2380] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:31:23 arch kernel: wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 2c:3a:fd:f6:98:f0
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.2520] dhcp4 (wlp2s0): state changed new lease, address=192.168.178.89
Jul 05 17:31:23 arch dbus-daemon[304]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=315 comm="/usr/bin/NetworkManager --no-daemon")
Jul 05 17:31:23 arch NetworkManager[315]: <info>  [1688571083.2602] dhcp6 (wlp2s0): state changed new lease
Jul 05 17:31:23 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 05 17:31:23 arch dbus-daemon[304]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 05 17:31:23 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 05 17:31:23 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-97 noise=9999 txrate=65000
Jul 05 17:31:33 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 05 17:32:13 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:33:04 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:33:38 arch rtkit-daemon[808]: Supervising 8 threads of 4 processes of 1 users.
Jul 05 17:33:38 arch rtkit-daemon[808]: Supervising 8 threads of 4 processes of 1 users.
Jul 05 17:34:09 arch kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Jul 05 17:34:10 arch kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Jul 05 17:34:37 arch wpa_supplicant[415]: wlp2s0: WPA: Group rekeying completed with 2c:3a:fd:f6:98:f0 [GTK=CCMP]
Jul 05 17:34:59 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:35:00 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:35:01 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:35:02 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:35:03 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:35:04 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:35:05 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:35:06 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:35:06 arch kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Jul 05 17:35:06 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=2c:3a:fd:f6:98:f0 reason=4 locally_generated=1
Jul 05 17:35:06 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Jul 05 17:35:06 arch NetworkManager[315]: <info>  [1688571306.4315] device (wlp2s0): supplicant interface state: completed -> disconnected
Jul 05 17:35:06 arch NetworkManager[315]: <info>  [1688571306.9877] device (wlp2s0): supplicant interface state: disconnected -> scanning
Jul 05 17:35:10 arch wpa_supplicant[415]: wlp2s0: SME: Trying to authenticate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 17:35:10 arch kernel: wlp2s0: authenticate with 2c:3a:fd:f6:98:f0
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.5724] device (wlp2s0): supplicant interface state: scanning -> authenticating
Jul 05 17:35:11 arch kernel: wlp2s0: send auth to 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 17:35:11 arch kernel: wlp2s0: send auth to 2c:3a:fd:f6:98:f0 (try 2/3)
Jul 05 17:35:11 arch kernel: wlp2s0: authenticated
Jul 05 17:35:11 arch wpa_supplicant[415]: wlp2s0: Trying to associate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.6785] device (wlp2s0): supplicant interface state: authenticating -> associating
Jul 05 17:35:11 arch kernel: wlp2s0: associate with 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 17:35:11 arch kernel: wlp2s0: RX AssocResp from 2c:3a:fd:f6:98:f0 (capab=0x1431 status=0 aid=4)
Jul 05 17:35:11 arch kernel: wlp2s0: associated
Jul 05 17:35:11 arch wpa_supplicant[415]: wlp2s0: Associated with 2c:3a:fd:f6:98:f0
Jul 05 17:35:11 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.6949] device (wlp2s0): supplicant interface state: associating -> associated
Jul 05 17:35:11 arch kernel: wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 2c:3a:fd:f6:98:f0
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.7041] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Jul 05 17:35:11 arch wpa_supplicant[415]: wlp2s0: WPA: Key negotiation completed with 2c:3a:fd:f6:98:f0 [PTK=CCMP GTK=CCMP]
Jul 05 17:35:11 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to 2c:3a:fd:f6:98:f0 completed [id=0 id_str=]
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.7595] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.7602] device (wlp2s0): ip:dhcp4: restarting
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.7709] dhcp4 (wlp2s0): canceled DHCP transaction
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.7710] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.7711] dhcp4 (wlp2s0): state changed no lease
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.7713] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.7715] device (wlp2s0): ip:dhcp6: restarting
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.7716] dhcp6 (wlp2s0): canceled DHCP transaction
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.7717] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.7717] dhcp6 (wlp2s0): state changed no lease
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.7719] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.8078] dhcp4 (wlp2s0): state changed new lease, address=192.168.178.89
Jul 05 17:35:11 arch dbus-daemon[304]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=315 comm="/usr/bin/NetworkManager --no-daemon")
Jul 05 17:35:11 arch NetworkManager[315]: <info>  [1688571311.8169] dhcp6 (wlp2s0): state changed new lease
Jul 05 17:35:11 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 05 17:35:11 arch dbus-daemon[304]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 05 17:35:11 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 05 17:35:12 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-98 noise=9999 txrate=65000
Jul 05 17:35:21 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 05 17:35:38 arch rtkit-daemon[808]: Supervising 8 threads of 4 processes of 1 users.
Jul 05 17:35:38 arch rtkit-daemon[808]: Supervising 8 threads of 4 processes of 1 users.
Jul 05 17:36:18 arch rtkit-daemon[808]: Supervising 8 threads of 4 processes of 1 users.
Jul 05 17:36:18 arch rtkit-daemon[808]: Supervising 8 threads of 4 processes of 1 users.
Jul 05 17:36:58 arch rtkit-daemon[808]: Supervising 8 threads of 4 processes of 1 users.
Jul 05 17:36:58 arch rtkit-daemon[808]: Supervising 8 threads of 4 processes of 1 users.
Jul 05 17:37:49 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:37:49 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:37:50 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:37:50 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:38:37 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 05 17:39:39 arch dbus-daemon[525]: [session uid=1000 pid=525] Activating service name='org.xfce.Xfconf' requested by ':1.3' (uid=1000 pid=569 comm="xfsettingsd")
Jul 05 17:39:39 arch dbus-daemon[525]: [session uid=1000 pid=525] Successfully activated service 'org.xfce.Xfconf'
Jul 05 17:44:37 arch wpa_supplicant[415]: wlp2s0: WPA: Group rekeying completed with 2c:3a:fd:f6:98:f0 [GTK=CCMP]
Jul 05 17:45:00 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:45:00 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:45:03 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:45:03 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:45:05 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:45:05 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:48:26 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-104 noise=9999 txrate=72200
Jul 05 17:48:40 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:48:41 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:48:42 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:48:43 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:48:44 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:48:45 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:48:46 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:48:47 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:48:48 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 17:50:36 arch kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:02:00.0
Jul 05 17:53:10 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:53:10 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:53:12 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:53:12 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 17:54:38 arch wpa_supplicant[415]: wlp2s0: WPA: Group rekeying completed with 2c:3a:fd:f6:98:f0 [GTK=CCMP]
Jul 05 18:04:38 arch wpa_supplicant[415]: wlp2s0: WPA: Group rekeying completed with 2c:3a:fd:f6:98:f0 [GTK=CCMP]
Jul 05 18:14:32 arch kernel: perf: interrupt took too long (3234 > 3227), lowering kernel.perf_event_max_sample_rate to 61800
Jul 05 18:14:38 arch wpa_supplicant[415]: wlp2s0: WPA: Group rekeying completed with 2c:3a:fd:f6:98:f0 [GTK=CCMP]
Jul 05 18:24:30 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Jul 05 18:24:35 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:24:35 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:24:38 arch wpa_supplicant[415]: wlp2s0: WPA: Group rekeying completed with 2c:3a:fd:f6:98:f0 [GTK=CCMP]
Jul 05 18:24:43 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:24:43 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:24:49 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:24:49 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:24:49 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:24:49 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:25:09 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:25:10 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:25:11 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:25:12 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:25:13 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:25:14 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:25:15 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:25:16 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:25:17 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:27:54 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:27:54 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:27:57 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:27:57 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:27:59 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:27:59 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:29:45 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:29:45 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:29:48 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:29:48 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:29:49 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:29:49 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:29:49 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:29:49 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:29:49 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:29:49 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:30:22 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:30:23 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:31:28 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:31:28 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:31:30 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:31:30 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:32:22 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Jul 05 18:33:03 arch dbus-daemon[525]: [session uid=1000 pid=525] Activating service name='org.xfce.Xfconf' requested by ':1.3' (uid=1000 pid=569 comm="xfsettingsd")
Jul 05 18:33:03 arch dbus-daemon[525]: [session uid=1000 pid=525] Successfully activated service 'org.xfce.Xfconf'
Jul 05 18:33:36 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:33:36 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:33:38 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:33:38 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:34:38 arch wpa_supplicant[415]: wlp2s0: WPA: Group rekeying completed with 2c:3a:fd:f6:98:f0 [GTK=CCMP]
Jul 05 18:44:02 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:44:02 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:44:38 arch wpa_supplicant[415]: wlp2s0: WPA: Group rekeying completed with 2c:3a:fd:f6:98:f0 [GTK=CCMP]
Jul 05 18:48:56 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:48:56 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:48:57 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:48:57 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:48:57 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:48:57 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:48:59 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:48:59 arch rtkit-daemon[808]: Supervising 7 threads of 3 processes of 1 users.
Jul 05 18:51:12 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:13 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:14 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:15 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:16 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:17 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:18 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:19 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:20 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:21 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:22 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:23 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:24 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:25 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:26 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:27 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:28 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:29 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:30 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:31 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:32 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:33 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:34 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:35 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:36 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:37 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:38 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:39 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:40 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:42 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:43 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:44 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:45 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:46 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:51:46 arch kernel: wlp2s0: deauthenticated from 2c:3a:fd:f6:98:f0 (Reason: 34=DISASSOC_LOW_ACK)
Jul 05 18:51:46 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=2c:3a:fd:f6:98:f0 reason=34
Jul 05 18:51:46 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Jul 05 18:51:46 arch NetworkManager[315]: <info>  [1688575906.7840] device (wlp2s0): supplicant interface state: completed -> disconnected
Jul 05 18:51:47 arch NetworkManager[315]: <info>  [1688575907.3268] device (wlp2s0): supplicant interface state: disconnected -> scanning
Jul 05 18:51:48 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 05 18:51:51 arch wpa_supplicant[415]: wlp2s0: SME: Trying to authenticate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 18:51:51 arch kernel: wlp2s0: authenticate with 2c:3a:fd:f6:98:f0
Jul 05 18:51:51 arch NetworkManager[315]: <info>  [1688575911.9056] device (wlp2s0): supplicant interface state: scanning -> authenticating
Jul 05 18:51:51 arch kernel: wlp2s0: send auth to 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 18:51:51 arch kernel: wlp2s0: authenticated
Jul 05 18:51:51 arch wpa_supplicant[415]: wlp2s0: Trying to associate with 2c:3a:fd:f6:98:f0 (SSID='bucheli' freq=2412 MHz)
Jul 05 18:51:51 arch NetworkManager[315]: <info>  [1688575911.9086] device (wlp2s0): supplicant interface state: authenticating -> associating
Jul 05 18:51:51 arch kernel: wlp2s0: associate with 2c:3a:fd:f6:98:f0 (try 1/3)
Jul 05 18:51:51 arch wpa_supplicant[415]: wlp2s0: Associated with 2c:3a:fd:f6:98:f0
Jul 05 18:51:51 arch kernel: wlp2s0: RX AssocResp from 2c:3a:fd:f6:98:f0 (capab=0x1431 status=0 aid=4)
Jul 05 18:51:51 arch kernel: wlp2s0: associated
Jul 05 18:51:51 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 05 18:51:51 arch NetworkManager[315]: <info>  [1688575911.9231] device (wlp2s0): supplicant interface state: associating -> associated
Jul 05 18:51:51 arch NetworkManager[315]: <info>  [1688575911.9341] device (wlp2s0): supplicant interface state: associated -> 4way_handshake
Jul 05 18:51:52 arch wpa_supplicant[415]: wlp2s0: WPA: Key negotiation completed with 2c:3a:fd:f6:98:f0 [PTK=CCMP GTK=CCMP]
Jul 05 18:51:52 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to 2c:3a:fd:f6:98:f0 completed [id=0 id_str=]
Jul 05 18:51:52 arch NetworkManager[315]: <info>  [1688575912.0033] device (wlp2s0): supplicant interface state: 4way_handshake -> completed
Jul 05 18:51:52 arch kernel: wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 2c:3a:fd:f6:98:f0
Jul 05 18:51:52 arch NetworkManager[315]: <info>  [1688575912.0041] device (wlp2s0): ip:dhcp4: restarting
Jul 05 18:51:52 arch NetworkManager[315]: <info>  [1688575912.0237] dhcp4 (wlp2s0): canceled DHCP transaction
Jul 05 18:51:52 arch NetworkManager[315]: <info>  [1688575912.0238] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 18:51:52 arch NetworkManager[315]: <info>  [1688575912.0238] dhcp4 (wlp2s0): state changed no lease
Jul 05 18:51:52 arch NetworkManager[315]: <info>  [1688575912.0239] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 18:51:52 arch NetworkManager[315]: <info>  [1688575912.0241] device (wlp2s0): ip:dhcp6: restarting
Jul 05 18:51:52 arch NetworkManager[315]: <info>  [1688575912.0242] dhcp6 (wlp2s0): canceled DHCP transaction
Jul 05 18:51:52 arch NetworkManager[315]: <info>  [1688575912.0242] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 18:51:52 arch NetworkManager[315]: <info>  [1688575912.0242] dhcp6 (wlp2s0): state changed no lease
Jul 05 18:51:52 arch NetworkManager[315]: <info>  [1688575912.0243] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 05 18:51:52 arch NetworkManager[315]: <info>  [1688575912.0468] dhcp4 (wlp2s0): state changed new lease, address=192.168.178.89
Jul 05 18:51:52 arch NetworkManager[315]: <info>  [1688575912.0574] dhcp6 (wlp2s0): state changed new lease
Jul 05 18:51:52 arch dbus-daemon[304]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=315 comm="/usr/bin/NetworkManager --no-daemon")
Jul 05 18:51:52 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 05 18:51:52 arch dbus-daemon[304]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 05 18:51:52 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 05 18:51:52 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-94 noise=9999 txrate=65000
Jul 05 18:52:01 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-102 noise=9999 txrate=72200
Jul 05 18:52:02 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 05 18:52:29 arch dbus-daemon[525]: [session uid=1000 pid=525] Activating service name='org.xfce.Xfconf' requested by ':1.3' (uid=1000 pid=569 comm="xfsettingsd")
Jul 05 18:52:29 arch dbus-daemon[525]: [session uid=1000 pid=525] Successfully activated service 'org.xfce.Xfconf'
Jul 05 18:54:38 arch wpa_supplicant[415]: wlp2s0: WPA: Group rekeying completed with 2c:3a:fd:f6:98:f0 [GTK=CCMP]
Jul 05 18:55:27 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:55:28 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:55:29 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:55:30 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:55:31 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:55:32 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:55:33 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:55:34 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS
Jul 05 18:55:35 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-BEACON-LOSS

This is the journalctl of about 2h run time.

Note:
I deleted all 3224 entities off this message as it would just cluter up the output.

Jul 05 19:01:01 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Jul 05 19:01:01 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Jul 05 19:01:01 arch kernel: rtw_8821ce 0000:02:00.0:   device [10ec:c821] error status/mask=00000001/0000e000
Jul 05 19:01:01 arch kernel: rtw_8821ce 0000:02:00.0:    [ 0] RxErr                  (First)

Offline

#4 2023-07-05 20:03:23

seth
Member
Registered: 2012-09-03
Posts: 52,649

Re: [Solved] Unstable Wifi connection

Everything says "hardware problem" (see below)

since Windows doesn't have any problems

3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.

== If that's not it ==

reason=34 "Disassociated because excessive number of frames need to be acknowledged, but are not acknowledged due to AP transmissions and/or poor channel conditions"

#

Jul 05 17:02:30 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-96 noise=9999 txrate=65000
Jul 05 17:07:36 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-95 noise=9999 txrate=65000
Jul 05 17:09:50 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-97 noise=9999 txrate=65000
Jul 05 17:13:29 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-96 noise=9999 txrate=65000
Jul 05 17:20:39 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-101 noise=9999 txrate=39000
Jul 05 17:31:23 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-97 noise=9999 txrate=65000
Jul 05 17:35:12 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-98 noise=9999 txrate=65000
Jul 05 17:48:26 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-104 noise=9999 txrate=72200
Jul 05 18:51:52 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-94 noise=9999 txrate=65000
Jul 05 18:52:01 arch wpa_supplicant[415]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-102 noise=9999 txrate=72200

That's not a signal anymore. That's silence.
Move closer to the AP and see whether the signal improves.

Also re-seat the wifi card, bus errors every other second are probably not helpful (no idea whether they cause the weak signal)

Offline

#5 2023-08-06 15:20:17

Stefan_xyz
Member
Registered: 2019-09-01
Posts: 104

Re: [Solved] Unstable Wifi connection

Okay sorry for the long wait. I was on holiday and hadn't had the time for testing things out.

Windows wasn't the source of the issue, this was turned off already.
I moved close to the AP that didn't work / partially worked.
But it still happened. I also tried reseating the wifi card which also didn't change anything.

Since all of that didn't help (and it also started to get weird on the previously good running Windows), I switched the Wifi card to a different one I had from a dead laptop.

This solved all the issues, no bus errors, no sudden Wifi Loss. The signal is acceptable (-60 to -75).

So it was just a faulty Wifi card.

Thanks for the help seth!

Last edited by Stefan_xyz (2023-08-06 15:20:58)

Offline

Board footer

Powered by FluxBB