Created
February 10, 2014 17:25
-
-
Save sumardi/8920355 to your computer and use it in GitHub Desktop.
TP-LINK TL-WN725N working on Raspberry Pi
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
$ sudo apt-get install linux-headers | |
$ sudo ln -s /usr/src/linux-headers-3.10-3-rpi/ /lib/modules/3.10.25+/build | |
$ git clone https://github.com/lwfinger/rtl8188eu.git | |
$ cd rtl8188eu | |
$ make all | |
$ sudo make install | |
$ sudo ifconfig wlan0 up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment