Last active
May 4, 2018 00:27
-
-
Save gnomex/37948502a7462c4ca03b573e31c48ee6 to your computer and use it in GitHub Desktop.
Fix intel wireless ac 3165 ubuntu bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# file /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf | |
[connection] | |
# Values are 0 (use default), 1 (ignore/don't touch), 2 (disable) or 3 (enable). | |
wifi.powersave = 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# file /etc/modprobe.d/iwl-opt.conf | |
options iwlwifi 11n_disabled=8 | |
# or run the command | |
echo "options iwlwifi 11n_disable=8" | sudo tee /etc/modprobe.d/iwl-opt.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment