Test if it running
Please try:
See if your wireless driver is iwlagn or iwlwifi and then remove it and reload it with a parameter.
Any improvement? If so, we'll need to write one file to make it permanent.
----
Do if the upper_test fixs your problem
The iwlwifi driver is troubled with a bug wherein it doesn't handle N traffic at all well. It seems to clog and pass NO traffic at all. Fortunately,there is a fix; tell the driver to disable ts N capability. It's a compromise, I know, but there seem to be two choices: it works without N or it doesn't work at all.
Please open a terminal and do:
Of course, use the actual name of your driver, if not iwlwifi. Write one line:
Proofread carefully, save and close gedit.
reboot your system.
Please try:
Code:
lsmod | grep iwl
Code:
sudo modprobe -r iwlwifi sudo modprobe iwlwifi 11n_disable=1
----
Do if the upper_test fixs your problem
The iwlwifi driver is troubled with a bug wherein it doesn't handle N traffic at all well. It seems to clog and pass NO traffic at all. Fortunately,there is a fix; tell the driver to disable ts N capability. It's a compromise, I know, but there seem to be two choices: it works without N or it doesn't work at all.
Please open a terminal and do:
Code:
sudo gedit /etc/modprobe.d/iwlwifi.conf
Code:
options iwlwifi 11n_disable=1
reboot your system.
No comments:
Post a Comment