Skip to content

Instantly share code, notes, and snippets.

@luanpcweb
Last active September 12, 2017 20:09
Show Gist options
  • Save luanpcweb/5017b9fb4eb6717369123410bbe390b9 to your computer and use it in GitHub Desktop.
Save luanpcweb/5017b9fb4eb6717369123410bbe390b9 to your computer and use it in GitHub Desktop.
# apt-get install build-essential git
# mkdir -p ~/src/drivers
# cd ~/src/drivers/
# git clone https://github.com/lwfinger/rtl8188eu.git
# wget https://raw.githubusercontent.com/notro/rpi-source/master/rpi-source -O /usr/local/bin/rpi-source && sudo chmod +x /usr/local/bin/rpi-source && /usr/local/bin/rpi-source -q --tag-update
# rpi-source --skip-gcc
# cd ~/src/drivers/rtl8188eu
# make all
# make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment