Created
March 7, 2016 19:04
-
-
Save weivall/f8b796c7210dca79817f to your computer and use it in GitHub Desktop.
fix-wifi
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 | |
sudo modprobe -r iwlmvm | |
sudo modprobe iwlwifi | |
sudo service network-manager restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment