Skip to content

Instantly share code, notes, and snippets.

@weivall
Created March 7, 2016 19:04
Show Gist options
  • Save weivall/f8b796c7210dca79817f to your computer and use it in GitHub Desktop.
Save weivall/f8b796c7210dca79817f 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