Then I found this: http://ubuntuforums.org/showthread.php?t=2012228
To put it in short:
- Open terminal in Ubuntu
- Type:
gksudo gedit /etc/pm/power.d/wireless
- Then enter these inside gedit:
#!/bin/sh
/sbin/iwconfig wlan0 power off
exit0
- Save and close gedit.
- Run the following commands:
echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf sudo modprobe -rfv iwlwifi sudo modprobe -v iwlwifi sudo reboot
If you still having issue with the wifi, navigate to /etc/modprobe.d, then sudo gedit iwlwifi.conf Edit the line to: options iwlwifi 11n_disable=1
wd_disable=1
bt_coex_active=N
No comments:
Post a Comment