Slow internet on wifi by fine on LAN
Tofloor
poster avatar
martyuk1
deepin
2017-07-16 10:20
Author
Hi All,

Has anyone else had a problem with Deepin 15.4 where the internet connection is really slow on WIFI but everything is normal speed on LAN cable connection?

Thanks,

Martin.
Reply Favorite View the author
All Replies
amirhpg
deepin
2017-07-17 05:18
#1
me too !  please fix this issue & add more repositories
Reply View the author
dongxurr123
deepin
2017-07-23 06:25
#2
me too, the signal is  unstable on DEEPIN, but much more stable on WINDOWS. if i get closer to the ROUTER, it becomes stable on DEEPIN too。
Reply View the author
hajidalakhtar
deepin
2018-06-12 04:54
#3
me too  please fix this issue
Reply View the author
massdown
deepin
2018-06-14 07:46
#4
you can fix this by disable ipv6
open terminal
sudo nano /etc/sysctl.conf
and Add the following at the bottom of the file:
  1. net.ipv6.conf.all.disable_ipv6 = 1

  2. net.ipv6.conf.default.disable_ipv6 = 1

  3. net.ipv6.conf.lo.disable_ipv6 = 1
Copy the Code
Save and close the file.
Reboot.
Reply View the author