Skip to content

Instantly share code, notes, and snippets.

@sumardi
Created February 10, 2014 17:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sumardi/8920355 to your computer and use it in GitHub Desktop.
Save sumardi/8920355 to your computer and use it in GitHub Desktop.
TP-LINK TL-WN725N working on Raspberry Pi
$ 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