Hi! When I’m using Fedora 33 Workstation, I’m getting disconnected from my WiFi all the time and auto-connected again. It makes the desktop unusable. It doesn’t happen on Fedora Spins, only on official Workstation. I didn’t type it was wpa_supplicant fault, because when I uninstalled it and installed iwd, the issue remained.
On wpa_supplicant in journalctl I got this errors continuously:
CTRL-EVENT-BEACON-LOSS
CTRL-EVENT-DISCONNECTED
wpa_dbus_property_changed: no property SessionLength in object /fi/w1/wpa_supplicant1/Interfaces/0
CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
On iwd in journalctl I got this errors continuously:
device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
, dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
dhcp4 (wlan0): option dhcp_lease_time
dhcp4 (wlan0): option expiry
dhcp4 (wlan0): option requested_broadcast_address => '1'
dhcp4 (wlan0): state changed unknown -> bound
device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
NetworkManager state is now CONNECTED_LOCAL
manager: NetworkManager state is now CONNECTED_SITE
NetworkManager state is now CONNECTED_GLOBAL
Anyone knows how to fix this? Or any workarounds for this? (Besides connection via ethernet) Thanks in advance!