There is a wifi retry issue in 5.4.3, we are fixing these wifi issues in 5.5.0 and releasing shortly. Sorry for the inconvenience.
There is a work around for this issue till then.
1. Get the WiFi interface name
nmcli -t -f NAME,TYPE connection show --active | grep wireless | cut -d: -f1
for e.g. YOUR_SSID
2. Apply always retry option and disable powersave for WiFi
nmcli connection modify "YOUR_SSID" connection.autoconnect-retries 0 nmcli con modify "YOUR_SSID" 802-11-wireless.powersave 2
Comments
0 comments
Please sign in to leave a comment.