Created
March 1, 2016 05:38
-
-
Save khurshid-alam/32f5d79f95de6ea92c99 to your computer and use it in GitHub Desktop.
Reload iwl3945 wifi driver (Ubuntu)
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 iwl3945 | |
sudo modprobe iwl3945 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment