twd2 / TL-WN725N-V2-Driver-for-Linux

TL-WN725N V2 Driver for Linux
GNU General Public License v2.0
25 stars 7 forks source link

TL-WN725N-V2-Driver-for-Linux

TL-WN725N V2 Driver for Linux

Support Linux 3.7.0-

Support Linux 3.7.0+ (tested)

Install

  1. Prepare linux-headers

  2. Get source code from Github

    git clone https://github.com/twd2/TL-WN725N-V2-Driver-for-Linux.git

  3. Make

    cd TL-WN725N-V2-Driver-for-Linux

    zcat /proc/config.gz > .config (if /proc/config.gz exists)

    make

  4. Install

    install 8188eu.ko /lib/modules/`uname -r`/kernel/net/wireless/

    depmod -a

    modprobe -i 8188eu

  5. Configure as usual

References

  1. https://github.com/liwei/rpi-rtl8188eu

  2. https://realtek-8188cus-wireless-drivers-3444749-ubuntu-1304.googlecode.com/

  3. http://gencarelle.com/blog/2013/07/19/problems-with-rtl8188cus/