Skip to content

Instantly share code, notes, and snippets.

@mdespriee
Created August 31, 2016 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdespriee/51507e4de2de0495f3f6e58556f12a7a to your computer and use it in GitHub Desktop.
Save mdespriee/51507e4de2de0495f3f6e58556f12a7a to your computer and use it in GitHub Desktop.
Reboot ubuntu wireless without rebooting
# 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