Skip to content

Instantly share code, notes, and snippets.

@raehik
Created April 27, 2016 19:37
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 raehik/442882cd8b876a9543ef25aaac993e5e to your computer and use it in GitHub Desktop.
Save raehik/442882cd8b876a9543ef25aaac993e5e to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
#
# Reload the rtl8723be driver.
#
driver="rtl8723be"
sudo modprobe -r "$driver" && sudo modprobe "$driver"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment