Last active
January 27, 2018 11:54
-
-
Save stephanetimmermans/0b1ee3efa0f5889c9678 to your computer and use it in GitHub Desktop.
TP-LINK TL-WN725N v2 working on Raspberry Pi (Raspbian)
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
| #Source: http://www.mendrugox.net/2013/08/tp-link-tl-wn725n-v2-working-on-raspberry-raspbian/ | |
| wget http://www.mendrugox.net/downloads/14 | |
| unzip 14 | |
| rm 14 | |
| mv 8188eu.ko /lib/modules/3.10.25+/kernel/drivers/net/wireless | |
| mv rtl8188eufw.bin /lib/firmware/rtlwifi/ | |
| depmod -a | |
| modprobe 8188eu | |
| ifconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment