Skip to content

Instantly share code, notes, and snippets.

@sander
Created May 5, 2014 15:39
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save sander/3020128e767aef7aae25 to your computer and use it in GitHub Desktop.
Save sander/3020128e767aef7aae25 to your computer and use it in GitHub Desktop.
Raspberry Pi settings
echo 'install 8192cu /sbin/modprobe --ignore-install 8192cu; /bin/echo "0df6 0077" >| /sys/bus/usb/drivers/rtl8192cu/new_id' | sudo tee /etc/modprobe.d/8192cu.conf
sudo echo "8192cu" >> /etc/modules
@AlexVanderbist
Copy link

This has (once again) saved my life.
I had to use sudo echo "8192cu" | sudo tee -a /etc/modules because of a permission issue tho.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment