Skip to content

Instantly share code, notes, and snippets.

@stephanetimmermans
Last active January 27, 2018 11:54
Show Gist options
  • Select an option

  • Save stephanetimmermans/0b1ee3efa0f5889c9678 to your computer and use it in GitHub Desktop.

Select an option

Save stephanetimmermans/0b1ee3efa0f5889c9678 to your computer and use it in GitHub Desktop.
TP-LINK TL-WN725N v2 working on Raspberry Pi (Raspbian)
#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