PDA

View Full Version : Complied driver for TL-WN725N v2 on 3.6.11-cut #1 PREEMPT



vsqz
2013-10-02, 07:36
Hi Everyone,

I've bough TL-WN725N v2 wifi nano dongle (based on 8818eu chip) and it turned out 1.0.5 does not support it out of the box (not a surprise really). There are many .ko for 8188eu but none of them work with 1.0.5 release and need recompiling specifically for this version from sources. I'm slightly concerned about spending a lot of time trying to find out how to compile a functioning version and though I'll ask here. Maybe someone has already done it and can share their .ko or can compile this one for me. Sources are here: https://github.com/liwei/rpi-rtl8188eu

Tx

cyberkryption
2014-01-13, 18:34
Hi Everyone,

I've bough TL-WN725N v2 wifi nano dongle (based on 8818eu chip) and it turned out 1.0.5 does not support it out of the box (not a surprise really). There are many .ko for 8188eu but none of them work with 1.0.5 release and need recompiling specifically for this version from sources. I'm slightly concerned about spending a lot of time trying to find out how to compile a functioning version and though I'll ask here. Maybe someone has already done it and can share their .ko or can compile this one for me. Sources are here: https://github.com/liwei/rpi-rtl8188eu

Tx

you can compile thois driver, make sure you have kernel headers,git and build essential packages installed then
git clone https://github.com/lwfinger/rtl8188eu
cd rtl8188eu
make all
make install
insmod 8188eu.ko

Enjoy your new wifi adapter

chivar
2016-11-07, 05:17
will try this :) thanks sirs