3

My WiFi reception on my Asus Zenbook (model ux31) is very weak compared to when I boot my Windows 7. I use both from the same location, and the reception on other devices (ex: my iPhone) is great. I'm now using Ubuntu 13.04, but this problem was present on Ubuntu 12.10 as well.

Any known issues and fixes with the WiFi (driver?).

Thanks!

1 Answers1

1

Press Ctrl+Alt+t for opening terminal then use -

gksudo gedit /etc/modprobe.d/iwlwifi-disable11n.conf

Now the text file opened , in that add the line at the end of the file

options iwlwifi 11n_disable=1

Save it and reboot by-

sudo reboot

Now check your internet speed on wifi conection, if that did not work have a look at http://itsfoss.com/speed-up-slow-wifi-connection-ubuntu/

Hope it helped you.

Sukupa91
  • 3,067