Summary of the problem:
Since upgrading from Ubuntu 19.04
to Ubuntu 20.04 LTS
I notice in VOIP calls I was cutting in and out. I then noticed that this was happening regularly and the wifi was reauthenticating with the WAP.
Details and any research already conducted:
I ran the dmesg
command to see if any diagnostic information was being logged for the problem and I could see the below:
$ dmesg -T | grep "wlp0s20f3\|iwlwifi"
[Sat May 16 23:00:43 2020] wlp0s20f3: disconnect from AP 90:02:18:6f:0e:be for new auth to 80:72:15:1c:c1:72
[Sat May 16 23:00:43 2020] wlp0s20f3: authenticate with 80:72:15:1c:c1:72
[Sat May 16 23:00:43 2020] wlp0s20f3: send auth to 80:72:15:1c:c1:72 (try 1/3)
[Sat May 16 23:00:43 2020] wlp0s20f3: authenticated
[Sat May 16 23:00:43 2020] wlp0s20f3: associate with 80:72:15:1c:c1:72 (try 1/3)
[Sat May 16 23:00:43 2020] wlp0s20f3: RX ReassocResp from 80:72:15:1c:c1:72 (capab=0x1411 status=0 aid=2)
[Sat May 16 23:00:43 2020] wlp0s20f3: associated
[Sat May 16 23:02:10 2020] iwlwifi 0000:00:14.3: Unhandled alg: 0x71b
[Sat May 16 23:02:11 2020] iwlwifi 0000:00:14.3: Unhandled alg: 0x71b
[Sat May 16 23:02:12 2020] iwlwifi 0000:00:14.3: Unhandled alg: 0x71b
[Sat May 16 23:02:13 2020] iwlwifi 0000:00:14.3: Unhandled alg: 0x71b
[Sat May 16 23:36:54 2020] wlp0s20f3: disconnect from AP 80:72:15:1c:c1:72 for new auth to 90:02:18:6f:0e:be
[Sat May 16 23:36:54 2020] wlp0s20f3: authenticate with 90:02:18:6f:0e:be
[Sat May 16 23:36:54 2020] wlp0s20f3: send auth to 90:02:18:6f:0e:be (try 1/3)
[Sat May 16 23:36:54 2020] wlp0s20f3: authenticated
[Sat May 16 23:36:54 2020] wlp0s20f3: associate with 90:02:18:6f:0e:be (try 1/3)
[Sat May 16 23:36:54 2020] wlp0s20f3: RX ReassocResp from 90:02:18:6f:0e:be (capab=0x1411 status=0 aid=2)
I am using an Intel Wireless controller.
$ lspci | grep Wireless
00:14.3 Network controller: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] (rev 11)
Further information can be found at pastebin:
Wireless Diagnostic Script Output: Click Here
What I have already tried:
I have already tried the below:
- Try the proprietary driver vs the opensource driver (Made no difference).
- Forced the wireless card to only use the 2.4 band.
- Adjusted the power save settings for the wifi card to disable.
[connection]
wifi.powersave = 2
- Fresh install of Ubuntu 20.04 and installed all updates available.
I have already had a look at existing posts and they don't seem to be having the same problem as me so any help would be greatly appreciated, I have tried to provide as much information as I can but please let me know if I have missed anything.