Skip to content

Instantly share code, notes, and snippets.

@weivall
Created June 4, 2016 09:59
Show Gist options
  • Save weivall/cbfdeac958358f8b6ccd999dbc63c356 to your computer and use it in GitHub Desktop.
Save weivall/cbfdeac958358f8b6ccd999dbc63c356 to your computer and use it in GitHub Desktop.
fix-wifi
#!/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