Created
August 31, 2016 13:34
-
-
Save mdespriee/51507e4de2de0495f3f6e58556f12a7a to your computer and use it in GitHub Desktop.
Reboot ubuntu wireless without rebooting
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
# grab the kernel module name | |
lshw -C network 2>&1 | grep wireless | grep driver | |
sudo modprobe -r ath9k && sudo modprobe ath9k | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment