Created
January 19, 2017 08:27
-
-
Save kostyll/daec182237793dc0cee6e630f201a3e9 to your computer and use it in GitHub Desktop.
wifi-connection-timeout
This file contains 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
echo "options iwlwifi 11n_disable=1 wd_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf | |
sudo modprobe -rv iwlwifi | |
sudo modprobe -v iwlwifi 11n_disable=8 | |
echo "options iwlwifi 11n_disable=8" | sudo tee -a /etc/modprobe.d/iwlwifi.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment