Have checked multiple posts but none seems to give an idea as to why this is happening..
I have multiple ubuntu devices
- Laptop running Ubuntu 20.04 off a permanent live USB
- Mini cpu running Ubuntu 18.04 with a usb wifi dongle
Have encountered the following situations
- Laptop disconnects from wireless network, maybe because the router is overloaded or probably just a random disconnect. However, there are times the laptop isn't able to connect after said event, even by attempting to join the network manually, but my handphone which is on the same network is working just fine. The only way to go around it is to turn off the wifi and re-enable it.
- The network configuration is managed by Network Manager GUI, using dynamic IP
- Mini cpu running Ubuntu gets disconnected, at random times of the days, which i assume the same random disconnect. The device isn't able to connect after said event and remains disconnected. Removing and re-plugging in the usb wifi dongle resolves it immediately.
- The network configuration is managed by networkd (through netplan), using a static IP
I've seen posts suggesting to turn off power saving settings, but the mini cpus are running on plugged in power, so i don't really think thats the issue?
I've seen posts suggesting band switching issue, to fix the channel on the 2.4Ghz band if you have dual band network, but thats just a workaround. Truthfully haven't tried it, but since other devices work fine... it should be a ubuntu underlying issue no?
I've seen posts suggesting Ipv6 being the culprit as well, my IPv6 config is disabled on the router.
Expected behavior is for the wifi to reconnect itself once the wifi is available again, without having to disable/enable wifi nor remove/re-plug the usb wifi dongle.
Anyone encountered said scenario and found solution to it?