Linpus lite has an Internet protocol called IPv6 turned on by default. To solve slow wifi in Linpus, IPV6 should be disabled as this causes the slow down of internet connection.
1. Under Settings, open a Terminal
2. Switch to Root. Type:
su root
3. Enter password.
4. Change directory.
cd /etc/modprobe.d
5. List the files.
ls
6. Edit modprobe.conf.dist
vi modprobe.conf.dist
7. Type near the bottom of the page:
install ipv6 /bin/true
8. Save file. Type then enter:
ZZ
9. Reboot. Type:
reboot
Tags: linpus



















