0

I've installed Ubuntu 14.04 LTS on my HP Chromebook 14. Unfortunately, I've been having some networking problems.

When I connect to the Internet, one of two things happen. Occasionally, the Internet works well. However, more often than not, I get page not loading error. No internet functions, yet I can access the router and local networks (Minecraft LAN worlds for one thing). I've tried with several different networks, some with better results than others. Anything I can try? Or additional information I can provide? Thanks in advance. Contents of wireless-info.txt (thanks wild-man):

Contents of wireless-info.txt

1 Answers1

0

Do:

echo "options iwlwifi 11n_disable=8" | sudo tee /etc/modprobe.d/iwlwifi.conf
sudo modprobe -rfv iwldvm
sudo modprobe -rfv iwlwifi
sudo modprobe -v iwlwifi

Copy and paste for accuracy and Watch for errors.

Also check the security encryption settings in both the computer wireless profile and the router. For home use we recommend WPA2-AES and avoid options related to TKIP.

Set IPV6 to ignore in network manager.

Wild Man
  • 8,187
  • 4
  • 34
  • 44