MrEngman
Posts: 4140
Joined: Fri Feb 03, 2012 2:17 pm
Location: Southampton, UK

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.27+

Mon Jan 20, 2014 12:02 am

jperedadnr wrote:Thanks, MrEngman.

I don't mind formatting the sdcard and installing the new kernel. But the last raspbian distro in Downloads, from 7th of Jan, is still with 3.10.25+. Where can I get the last distro??

Thanks again,
Jose
There are details on all the driver versions including for 3.10.25+ in the first post in this thread. http://www.raspberrypi.org/forum/viewto ... 82#p462982 and some basic configuration data here http://www.fars-robotics.net/ which now includes the driver info.

If you want to update to 3.10.27+ you can run commands

Code: Select all

sudo apt-get update
sudo apt-get upgrade
sudo rpi-update
MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra

Please post ALL technical questions on the forum. Please Do Not send private messages.

jperedadnr
Posts: 5
Joined: Wed Dec 26, 2012 3:01 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.27+

Mon Jan 20, 2014 2:36 pm

Thanks DougieLawson, thanks MrEngman

Upgraded to 3.10.27 done. Upgraded TL-WN725N V2 with #630 kernel, too.

Now iwconfig shows "Link Quality 27/100 Signal level=-64 dBm", while in mi older Pi (3.6.11+, same wifi adapter) I have at the same time "Link Quality 97/100 Signal level=54/100".

I think there's been an improvement in the wifi speed, but it seems not quite stable (drops to 9/100 sometimes), and it's 2 or 3 times slower than the other Pi.

Any idea will be welcome. Thank you!
Jose

mclaser
Posts: 5
Joined: Mon Jan 20, 2014 9:18 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.27+

Mon Jan 20, 2014 10:57 pm

Thanks everyone for all the info here!
I'm having a problem after the kernel upgrade from 3.10.25 to 3.10.27. I have the TP-Link TL-WN723N V3 adapter. I had to go through a little song-and-dance (rebuild the driver I think, I didn't take good enough notes) to get this adapter to work on 3.10.25 but it was working great for
a week until I got the bright idea to update the kernel. I've read through 90% of this treat (and others). I downloaded ...20140177 and installed without error per instructions. As you can see in the dmesg I get some errors. Also if I ifup wlan0 I get errors. You can see in iwconfig that the adapter comes up and associates, but then it drops the connection after ~10 sec. When it's up I can ssh in from my PC, ping in/out, whatever. I can watch it pop up in wifi-config gui and then disappear after a few seconds. If I ifdown wlan0, then ifup wlan0 it comes up again, but drops out once more. Help me please!! ;) THANKS!

(sorry, I can't figure how everyone's getting nice screen captures so I had to >> outputs and edit)

Code: Select all

end of dmesg>
[   18.796920] FAT-fs (mmcblk0p5): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   21.321472] R8188EU: Firmware Version 11, SubVersion 1, Signature 0x88e1
[   21.920549] MAC Address = 64:66:b3:1d:a2:ee
[   22.006771] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   24.205913] R8188EU: ERROR assoc success
[   27.780488] Adding 102396k swap on /var/swap.  Priority:-1 extents:1 across:102396k SSFS
[   65.105973] R8188EU: ERROR indicate disassoc

<sudo ifup wlan0>
ioctl[SIOCSIWAP]: Operation not permitted
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument

<showing connection variation>
wlan0     unassociated  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency=2.412 GHz  Access Point: Not-Associated
          Sensitivity:0/0
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

wlan0     IEEE 802.11bgn  ESSID:"#laseraid#"  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency:2.412 GHz  Access Point: 64:66:B3:6B:EB:86
          Bit Rate:54 Mb/s   Sensitivity:0/0
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=0/100  Signal level=-74 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

wlan0     IEEE 802.11bgn  ESSID:"#laseraid#"  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency:2.412 GHz  Access Point: 64:66:B3:6B:EB:86
          Bit Rate:54 Mb/s   Sensitivity:0/0
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=3/100  Signal level=-72 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

wlan0     Link encap:Ethernet  HWaddr 64:66:b3:1d:a2:ee
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:627 errors:0 dropped:137 overruns:0 frame:0
          TX packets:165 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:117965 (115.2 KiB)  TX bytes:25679 (25.0 KiB)

<interfaces>
auto lo
auto wlan0

iface lo inet loopback
iface eth0 inet static
        address  192.168.2.51
        netmask 255.255.255.0
        gateway 192.168.2.1

allow-hotplug wlan0

iface wlan0 inet static
        address 192.168.2.50
        netmask 255.255.255.0
        gateway 192.168.2.1

wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp

<wpa_supplicant.conf>
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
ssid="#laseraid#"
psk="passwordhere"

# Protocol type can be: RSN (for WPA2) and WPA (for WPA1)
proto=WPA

# Key managment type can be: WPA-PSK or WPA-EAP (Pre-Shared or Enterpise)
key_mgmt=WPA-PSK

# Pairwise can be CCMP or TKIP (for WPA2 or WPA1)
pairwise=TKIP

# Authorization option should be OPEN for both WPA1/WPA2 (in less commonly useed are SHARED and LEAP)
auth_alg=OPEN
}
Update:
After some additional testing is seems like the adapter will continue to work as long as I'm using it. I removed it from the pi and installed it in the side of my monitor (hub of unknown power). It started working, but then I stopped accessing it for a a minute or so and it stopped again. Thinking it might be a power issue I plugged it into a powered hub. It was working, I started X and browsed, did a speed test, etc. everything was fine for several minutes. I started doing something else on my PC and when I looked at it it had stopped again -- the lights went out. Doing a ifdown/ifup always brings it back, but with the above indicated errors. Is it possible that there is some power saving mode where it shuts off after some period of inactivity?

User avatar
Tamayovski
Posts: 2
Joined: Thu Jan 16, 2014 4:38 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.27+

Tue Jan 21, 2014 8:37 pm

Hi!

I'm a newbie in raspberry pi bussiness. I have a TL-WN725N V2 and raspbian 3.10.25 #622

My problem is I have followed every step on this post but my raspberry never show my wifi adapter in lsusb or lsmod.

I don't know what is wrong... I feel very frustrated for this... :cry:

I tried to install with the LaFambe´s shell script but my rpi launch command not found error...

I think I going to practice my budo taijutsu techniques with the pi...

Edit: I just finished the raspbian installation if you think is better install other version I'll do, but now I don't know which

Thank a lot for your support

EDIT 2: Solution/
First search a driver for your raspbian version here (top post): http://www.raspberrypi.org/phpBB3/viewt ... 28&t=62371
Now, download it from http://dl.ciph.se/raspberrypi/. This is a alternative server courtesy of Ciph user (Thanks a lot).

Once you get your driver extract the ko file and put it in your current work folder and do this:
1. Remove old drivers or failed attemps.

Code: Select all

sudo rmmod 8188eu
2. Install new drivers.

Code: Select all

sudo cp 8188eu.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/ 
sudo depmod -a 
sudo modprobe 8188eu
3. Now ifconfig show wlan0. Congrats! :P

Second and optional block step.
Install Wicd-curses

Code: Select all

sudo apt-get update
sudo apt-get install wicd-curses
And now... launch it

Code: Select all

sudo wicd-curses
Attention:
If wicd not show propper wlan0 go to prefs (press p or shift+p) and in the wireless interface field just write wlan0.
Then press F10 for save.

I hope my solution for install driver will be usefull for everyone.

My English can have dramatic mistakes, sorry about that.

new_user
Posts: 1
Joined: Wed Jan 22, 2014 6:00 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.27+

Wed Jan 22, 2014 6:23 pm

Sadly I am having issues with the latest version of the driver, any idea what this may cause?
I am able to get it up and running, but wlan0 freezes frequently after various timeframes.
If connected via eth the pi is still accessible, therefore it must be something with the wifi.

Linux pie 3.10.27+ #630 PREEMPT Fri Jan 17 19:44:36 GMT 2014 armv6l GNU/Linux
--> 8188eu-20140117.tar.gz

sudo ifup wlan0
ioctl[SIOCSIWAP]: Operation not permitted
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument

dmesg entries:
R8188EU: ERROR indicate disassoc
R8188EU: ERROR assoc success

mclaser
Posts: 5
Joined: Mon Jan 20, 2014 9:18 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.27+

Wed Jan 22, 2014 8:10 pm

I've tried Tamayovski's instructions but I still have the same symptoms.
I have the same issue as new_user.
Attachments
Picture(edited).PNG
Ver3?? or Ver2
Picture(edited).PNG (36.13 KiB) Viewed 223481 times

mclaser
Posts: 5
Joined: Mon Jan 20, 2014 9:18 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.27+

Fri Jan 24, 2014 1:19 am

I got frustrated and ordered the Edimax EW-07811UN as it was only a few bucks. When I plug it in I get exactly the same symptoms as described above. Can someone please tell me how to rip out the old driver and breath life into this thing? I was under the impression that the Edimax was supposed to work out of the box. ...I guess this means that the adapter is not the problem? Must be something else..

jozo
Posts: 1
Joined: Sun Jan 26, 2014 3:56 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.26+

Sun Jan 26, 2014 4:07 pm

beliaz wrote:Thank you MrEngman. With raspbian 3.10.26+ #628 and your release 8188eu-20140110.tar.gz, I finally got hostapd working with my TL-WN725N V2.0. I followed this instruction: http://raspberry-at-home.com/hotspot-wifi-access-point/.
/ Bengt-Erik
Hi beliaz, it's great to see it's working as an AP for you, giving me at least some hope after all the days spent without any success. I've tried the kernels 3.10.25+, .26+ and .27+, none working with hostapd - always failing with:

Code: Select all

nl80211: 'nl80211' generic netlink not found
Failed to initialize driver 'nl80211'
What driver have you used in the hostapd.conf? Also, if you have any hints, it would be much appreciated. Thanks.

Jozo.

caporeira
Posts: 73
Joined: Sun Aug 25, 2013 5:58 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.27+

Sun Jan 26, 2014 10:00 pm

Hi,
I have 3.10.27+ #630 and I was install this driver https://dl.dropboxusercontent.com/u/802 ... 117.tar.gz

But still dosen't have my wifi card in Debian :(
Anyone have idea why ?
pi@raspberrypi ~ $ ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:16:fe:61
inet addr:192.168.137.42 Bcast:192.168.137.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1231 errors:0 dropped:0 overruns:0 frame:0
TX packets:1130 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:66218 (64.6 KiB) TX bytes:304232 (297.1 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:7875 errors:0 dropped:0 overruns:0 frame:0
TX packets:7875 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:7259036 (6.9 MiB) TX bytes:7259036 (6.9 MiB)

pi@raspberrypi ~ $ iwconfig
wlan0 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Auto Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=0/100 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

lo no wireless extensions.

eth0 no wireless extensions.

piboy123
Posts: 22
Joined: Fri Sep 06, 2013 11:39 am
Location: United Kingdom

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.27+

Wed Jan 29, 2014 11:23 pm

I ran

Code: Select all

sudo apt-get update
sudo apt-get upgrade
sudo rpi-update
and now I have 3.10.28

I checked the top post of this thread (http://www.raspberrypi.org/forum/viewto ... 28&t=62371) but the latest is 3.10.27

Does anyone know a source for 3.10.28?

MrEngman
Posts: 4140
Joined: Fri Feb 03, 2012 2:17 pm
Location: Southampton, UK

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.27+

Thu Jan 30, 2014 12:16 am

piboy123 wrote:I ran

Code: Select all

sudo apt-get update
sudo apt-get upgrade
sudo rpi-update
and now I have 3.10.28

I checked the top post of this thread (http://www.raspberrypi.org/forum/viewto ... 28&t=62371) but the latest is 3.10.27

Does anyone know a source for 3.10.28?
I have just added an update so take another look at the link you use above.


MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra

Please post ALL technical questions on the forum. Please Do Not send private messages.

piboy123
Posts: 22
Joined: Fri Sep 06, 2013 11:39 am
Location: United Kingdom

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+

Thu Jan 30, 2014 7:58 am

Thank you so much! You're the best!

DouglasD
Posts: 1
Joined: Sun Feb 02, 2014 9:34 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+

Sun Feb 02, 2014 9:39 pm

Thanks!!! I worked on this for 2 - 3 hours before finding your post. I am using squeezeplug with 4.10.28+ and this worked and only took about 5 minutes. Thanks again.

ducati
Posts: 2
Joined: Tue Feb 04, 2014 7:58 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+

Tue Feb 04, 2014 8:13 pm

Hi guys,

I am absolutely new to the r-pi. I have some absolute basic understanding of ubuntu etc. and now I am stuck with the wifi. It is frustrating. My main problem is actually that I have the feeling that my version is a bit strange?!

Linux raspbmc 3.10.24 #2 PREEMPT Mon Dec 23 05:18:12 UTC 2013 armv6l GNU/Linux

am I doing something wrong? I tried to update everything.. but somehow I am not getting anywhere.
Thank you!!

ducati
Posts: 2
Joined: Tue Feb 04, 2014 7:58 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+

Tue Feb 04, 2014 8:40 pm

Please disregard the last message. I updated everything (finally), now I installed the right driver.. now I only have to check out how to connect wifi! thank you guys a lot!!!!!

MrEngman
Posts: 4140
Joined: Fri Feb 03, 2012 2:17 pm
Location: Southampton, UK

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+

Tue Feb 04, 2014 8:43 pm

ducati wrote:Hi guys,

I am absolutely new to the r-pi. I have some absolute basic understanding of ubuntu etc. and now I am stuck with the wifi. It is frustrating. My main problem is actually that I have the feeling that my version is a bit strange?!

Linux raspbmc 3.10.24 #2 PREEMPT Mon Dec 23 05:18:12 UTC 2013 armv6l GNU/Linux

am I doing something wrong? I tried to update everything.. but somehow I am not getting anywhere.
Thank you!!
You appear to have RaspBMC installed. The driver versions I have compiled are for Raspbian. You will need to find a driver compiled for use with RaspBMC to get your wifi working unless it is already included in the linux image.


MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra

Please post ALL technical questions on the forum. Please Do Not send private messages.

LaFambe
Posts: 12
Joined: Fri Dec 13, 2013 7:21 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+

Tue Feb 04, 2014 10:33 pm

Hi MrEngman, let me renew my warmest thanks for the great job !

Your new version of the driver has apparently cured all the funky issues I had on my setup. Wifi link is now very stable, iwconfig displays correct quality indicators, random unassoc and related issues are gone. No more random clicks in audio, no more random usb-stick errors, no more DUPs, and driver unloads as expected. Are you using a new code base ?

MrEngman
Posts: 4140
Joined: Fri Feb 03, 2012 2:17 pm
Location: Southampton, UK

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+

Tue Feb 04, 2014 11:35 pm

LaFambe wrote:Hi MrEngman, let me renew my warmest thanks for the great job !

Your new version of the driver has apparently cured all the funky issues I had on my setup. Wifi link is now very stable, iwconfig displays correct quality indicators, random unassoc and related issues are gone. No more random clicks in audio, no more random usb-stick errors, no more DUPs, and driver unloads as expected. Are you using a new code base ?
Hi LaFambe,

Yes, I've changed the driver source to this http://lazyzhu.com/file/RTL8188EUS_RTL8 ... 131104.zip

There were a number of issues with lwfinger's version of the driver.

1. When compiled directly on the Pi, which is how I normally compile drivers, the module appeared to work OK but could not unload for some reason. File /proc/modules showed it marked as permanent - presumably permanently loaded. This occurred with all versions of 3.10.xx I tried. This also occurred with some other modules I tried.

2. popcornmix suggested I update gcc. I updated gcc to gcc-4.7 and the module compiled OK and would then load and unload OK but I then found it would only keep running for a few hundred seconds and sometimes much less before shutting down the connection. This was even if the power management options were disabled. The driver just kept shutting down randomly even when permanently busy. Prior to this I'd been able to run it 24/7 without any random disconnections.

I have now tried the new(different) source and it appears to have no problems at all. And no need for separate firmware files either. Not a single unexpected disconnect even when left idle for extended periods. Had to patch it to get it to compile. Patch details here.


MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra

Please post ALL technical questions on the forum. Please Do Not send private messages.

LaFambe
Posts: 12
Joined: Fri Dec 13, 2013 7:21 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+

Wed Feb 05, 2014 7:37 am

Do you know which version of the driver source is eventually going to end-up in the standard kernel ? I was under the impression that lwfinger's code base was already in staging for 3.12.

MrEngman
Posts: 4140
Joined: Fri Feb 03, 2012 2:17 pm
Location: Southampton, UK

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+

Wed Feb 05, 2014 8:47 am

LaFambe wrote:Do you know which version of the driver source is eventually going to end-up in the standard kernel ? I was under the impression that lwfinger's code base was already in staging for 3.12.
Unfortunately probably lwfinger's. Why the original Realtek drivers cannot be used I don't know. I find it particularly annoying that it requires a separate firmware file. Doesn't make life easy when trying to include the driver in images like Berryboot. I'm still stuck trying to figure out how to get the firmware automatically installed.

Rather like the situation with the rtl8188cus driver. Back in the early days of RPi there was a driver that did not work and still doesn't as far as I know. I started compiling the official Realtek driver and made it available via dropbox. Finally someone saw sense and included that in the RPi linux source and it is still in use and working fine as far as I know for most people today.


MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra

Please post ALL technical questions on the forum. Please Do Not send private messages.

Snortoise
Posts: 1
Joined: Wed Feb 05, 2014 9:48 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+

Wed Feb 05, 2014 9:56 pm

Hi there,

I am running Rasbian-Wheezy, 3.10.27+ #630

I have installed the driver manually and using LaFambe's script but the dongle either freezes(LED stops flashing) or shuts off(LED turns off) at random times but it always seem to be less than a few minutes. Is there anything I can do to correct this problem? What information can I provide you with?

uname -a returns

Code: Select all

Linux raspberrypi 3.10.27+ #630 PREEMPT Fri Jan 17 19:44:36 GMT 2014 armv6l GNU/Linux
lsusb returns

Code: Select all

Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. 
Bus 001 Device 004: ID 0bda:8179 Realtek Semiconductor Corp. 
lsmod returns

Code: Select all

Module                  Size  Used by
ipt_MASQUERADE          1729  1 
iptable_nat             2551  1 
nf_nat_ipv4             3574  1 iptable_nat
nf_nat                 16548  3 ipt_MASQUERADE,nf_nat_ipv4,iptable_nat
nf_conntrack_ipv4      12913  2 
nf_defrag_ipv4          1342  1 nf_conntrack_ipv4
xt_state                1162  1 
nf_conntrack           84374  6 ipt_MASQUERADE,nf_nat,xt_state,nf_nat_ipv4,iptable_nat,nf_conntrack_ipv4
iptable_filter          1492  1 
ip_tables              11577  2 iptable_filter,iptable_nat
x_tables               17000  4 ip_tables,ipt_MASQUERADE,xt_state,iptable_filter
i2c_dev                 5557  0 
snd_soc_wm8804          7821  0 
i2c_bcm2708             3997  0 
snd_bcm2835            16165  0 
snd_soc_bcm2708_i2s     5474  0 
regmap_mmio             2806  1 snd_soc_bcm2708_i2s
snd_soc_core          131268  2 snd_soc_wm8804,snd_soc_bcm2708_i2s
snd_compress            8076  1 snd_soc_core
regmap_i2c              1645  2 snd_soc_wm8804,snd_soc_core
regmap_spi              1897  2 snd_soc_wm8804,snd_soc_core
snd_pcm                81593  2 snd_bcm2835,snd_soc_core
snd_page_alloc          5156  1 snd_pcm
8188eu                795982  0 
snd_seq                53769  0 
snd_seq_device          6473  1 snd_seq
snd_timer              20133  2 snd_pcm,snd_seq
leds_gpio               2059  0 
led_class               3688  1 leds_gpio
snd                    61291  7 snd_bcm2835,snd_soc_core,snd_timer,snd_pcm,snd_seq,snd_seq_device,snd_compress
Thank you for your help and thank you for everything you've already done Mr.Engman and LaFambe

MrEngman
Posts: 4140
Joined: Fri Feb 03, 2012 2:17 pm
Location: Southampton, UK

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+

Wed Feb 05, 2014 10:23 pm

I would suggest running command sudo rpi-update which will update raspbian to 3.10.28+ #634 and then install the latest driver, 8188eu-20140128.tar.gz.

MrEngman

Edit: snortoise, I have updated the driver for 3.10.27+ #630 which should fix the problems you found with the older version. So if you haven't updated to 3.10.28+ install the updated driver for 3.10.27+ and you should find it works OK now.
Last edited by MrEngman on Thu Feb 06, 2014 12:40 am, edited 1 time in total.
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra

Please post ALL technical questions on the forum. Please Do Not send private messages.

LaFambe
Posts: 12
Joined: Fri Dec 13, 2013 7:21 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+

Wed Feb 05, 2014 11:08 pm

Hey Snortoise, after running sudo rpi-update as suggested by MrEngman, sudo reboot, then run ./install-8188eu.sh and you should be up with your new driver.

drbarj
Posts: 1
Joined: Sun Feb 09, 2014 2:05 pm

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+

Sun Feb 09, 2014 2:22 pm

Hi MrEngman and thank you for all you do,
The adaptater works well when I did manually the driver's updated but when I reboot the RPi, I loose all what I did before.
When I reboot, it appears in the loading's script :
"8188eu : disagrees about version of symbol module_layout"
I tried to use the LaFambe´s shell script and reinstall the driver and the RPi answer that the exec format is not good.
Then I reinstall it manually and it works again.

Do you have idea about what to do that the RPi keep the memory of the driver ?
Thanks a lot for your answer.

MrEngman
Posts: 4140
Joined: Fri Feb 03, 2012 2:17 pm
Location: Southampton, UK

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.29+

Sun Feb 09, 2014 10:01 pm

Updated 8188eu.ko driver now available for 3.10.29+ #636

See here


MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra

Please post ALL technical questions on the forum. Please Do Not send private messages.

Return to “Troubleshooting”