Last active
September 12, 2017 20:09
-
-
Save luanpcweb/5017b9fb4eb6717369123410bbe390b9 to your computer and use it in GitHub Desktop.
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
# 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