Skip to content

Instantly share code, notes, and snippets.

@gnomex
Last active May 4, 2018 00:27
Show Gist options
  • Save gnomex/37948502a7462c4ca03b573e31c48ee6 to your computer and use it in GitHub Desktop.
Save gnomex/37948502a7462c4ca03b573e31c48ee6 to your computer and use it in GitHub Desktop.
Fix intel wireless ac 3165 ubuntu bug
# 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
# 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