My wifi connection to my home internet is unable to bring up a website only some of the time. This happens once a week roughly, and after a couple hours it usually comes back.
From everything I have checked so far there appear to be no problems with the connection itself. I can ping websites, and when I do iwconfig it shows my Bit Rate at 54 MB/s.
However when I go to Firefox or Chromium and try and navigate to a website it just says "The connection has timed out" after about 5-10 seconds.
The output from the command lspci -knn | grep Net -A2 is:
02:00:0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6235 [8086:088e] (rev 24)
Subsystem: Intel Corporation Centrino Advanced-N 6235 AGN [8086:4060]
Kernel driver in use: iwlwifi
I also tried running the command suggested from this thread Unreliable wireless connection with an Intel Centrino Advanced-N 6230
sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi 11n_disable=1"
This did not work as well. Currently some pages are able to load a title to the webpage, but both Chromium and Firefox hang just waiting for the website(s) to respond.
lspci -knn | grep Net -A2
terminal command. – Pilot6 Aug 07 '16 at 08:02