I have a PC running Ubuntu 22.04 connected via Wi-Fi. I have the network usage meter live in the top right corner of the screen, so I can monitor the speed on real time (besides my experience while browsing and using the internet connection). For some reason, after some time of usage, usually between 10 and 60 minutes, the connection gets (and remains forever) super slow, such that the download speed never gets higher than 180 KB/s, when normally it should go up to about 5 MB/s. I noticed that when this happens, it gets fixed if I go into airplane mode and back into non-airplane mode. After some time, between 10 and 60 minutes, the cycle starts over.
Though this is a solution for web browsing, usually I am using a VPN with several applications running and it is awkward to have to restart everything periodically.
What could it be the problem?
The output of ip l | grep $(ip r | awk '/default/ {print $5}' ) | awk '{print $2, $4, $5}'
is wlp2s0: mtu 1500
.
ip l | grep $(ip r | awk '/default/ {print $5}' ) | awk '{print $2, $4, $5}'
. Please [edit] your question to add whatever information you get. Do not use Add Comment. – waltinator Nov 13 '23 at 00:31