Created
May 19, 2018 18:52
-
-
Save DroidFreak32/d789fd601107389cb7e76ee2b0dc7584 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf | |
sudo modprobe -rfv iwlmvm | |
sudo modprobe -rfv iwlwifi | |
sudo modprobe -v iwlwifi | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment