0

I am running Ubuntu 20.04 (but I have also had this problem with 18.04) on a Dell XPS laptop:

Very often, I seem to be disconnected from my home internet, as if the WiFi has dropped. But there is no problem with my WiFi and if I turn off the connection (on my laptop) and back on, the internet works fine again.

Does anyone have any ideas?


This thread seems to have had a similar problem, but there is no clear answer.


Here is the output of sudo dmesg | grep wlp0s2:

https://paste.ubuntu.com/p/sjDRHNVsnv/

1 Answers1

3

In your paste, we see that your wireless device is roaming, connecting, losing, reconnecting from as many as six wireless access points. I suspect that the first two are 2.4 gHz and 5 gHz segments of your own router.

We also see many repeats of this:

Connection to AP xx:35:d1:28:33:xx lost

That suggests that either the channel or the encryption method has suddenly changed.

I highly recommend that you address the settings in your router: wifi stops working after sometime while being connected in ubuntu 18.04

I believe that your wireless device is very capable of connection to 5 gHz only.

chili555
  • 60,188
  • I called my 2.4 and 5 GHz segments different names and now when I connect to the 2.4 GHz network it seems to be stable. Thank you! – user1551817 Feb 10 '22 at 20:03