There are obviously a number of similar questions here, e.g.:
- Wifi Frequently Disconnecting (timeout)
- https://unix.stackexchange.com/questions/525272/ubuntu-18-04-keep-disconnecting-from-home-wifi-virgin-media-but-keep-well-at
- WiFi randomly disconnected on Ubuntu 18.04 LTS
and a plethora of suggested solutions. I tried a number of these fixes but they didn't work. So I thought I'd try and understand the problem more. Running sudo journalctl -fu NetworkManager
will give me the message
Aug 21 17:48:41 timhome NetworkManager[864]: <warn> [1598003321.0959] sup-iface[0x560c59b0b0b0,wlp1s0]: connection disconnected (reason -4)
whenever the wifi disconnects. In particular, I'm interested in the meaning of (reason -4)
. I just couldn't find any reference for these codes. Can anyone help me?
sup-iface
suggests that the problem has something to do with wpa_supplicant. That's all I've found so far. – krubo Sep 17 '21 at 19:35