0

I have Ubuntu 14.04 with realtek rtl8723be wifi driver. The internet on my systems fluctuates constantly. It goes from very high speed to the point where even google homepage takes a lot of time to load.

I have tried other solutions like installing rtl_wifi_new as mentioned in this solution: Wifi problems with rtl8723be in Ubuntu 14.04 and a few others. Nothing seems to work.

The internet speed gets back to normal after rebooting.

Help would be really appreciated. Thank you.

Here is the link to the results of wireless info script: https://paste.ubuntu.com/p/MB5b8gWMyX/

codelyzer
  • 103

1 Answers1

1

Your wireless info says that the router is on channel 9. I doubt that you set the channel intentionally to 9 as it is an overlapped channel: https://www.metageek.com/training/resources/why-channels-1-6-11.html That suggests to me that the router is set to auto channel select, a very bad idea. Please see: https://superuser.com/questions/1311149/why-do-wifi-routers-do-such-a-bad-job-of-channel-selection

I suggest that you will have better luck with a fixed channel, either 1, 6 or 11, rather than automatic channel selection.

If you did not have administrative privileges for the router, I’d recommend that you speak to the person that does, show them the superuser link I gave and ask them to instead use a fixed channel.

Also, in your scan results, we see Quality=42/70. You’ve indicated that you tried the ant_sel parameter available for your driver and I suggest that you now try =2 if you now have =1 (or vice-versa) to see if the signal quality improves.

In our chat, after trying these steps, you confirmed that everything is working well.

chili555
  • 60,188