Search found 12 matches
- Wed Feb 05, 2014 11:08 pm
- Forum: Troubleshooting
- Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
- Replies: 1626
- Views: 1679340
Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+
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.
- Wed Feb 05, 2014 7:37 am
- Forum: Troubleshooting
- Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
- Replies: 1626
- Views: 1679340
Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+
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.
- Tue Feb 04, 2014 10:52 pm
- Forum: Troubleshooting
- Topic: ping DUP! using wireless TL-WN725N v2 dongle
- Replies: 5
- Views: 5699
Re: ping DUP! using wireless TL-WN725N v2 dongle
Upgrading with rpi-update to 3.10.28+ #634 and installing corresponding driver (8188eu-20140128.tar.gz) apparently solves the issue. Thanks MrEngman !! No more dups so far, plain stable wifi network, and very correct rtt. I still get about 2% packets drop, mostly harmless.
- Tue Feb 04, 2014 10:33 pm
- Forum: Troubleshooting
- Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
- Replies: 1626
- Views: 1679340
Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.28+
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...
- Fri Jan 03, 2014 9:26 am
- Forum: Troubleshooting
- Topic: ping DUP! using wireless TL-WN725N v2 dongle
- Replies: 5
- Views: 5699
Re: ping DUP! using wireless TL-WN725N v2 dongle
attached is my poor-man's dups-hunter.sh script, in case someone wishes to test the behaviour on their setup.
- Fri Jan 03, 2014 9:16 am
- Forum: Troubleshooting
- Topic: ping DUP! using wireless TL-WN725N v2 dongle
- Replies: 5
- Views: 5699
Re: ping DUP! using wireless TL-WN725N v2 dongle
Upgraded kernel to 3.10.24+ #614 via rpi-update, upgraded 8188eu.ko and firmware (via http://www.raspberrypi.org/phpBB3/download/file.php?id=5536). Did not help much. Over a period of 8 days, I get random DUPs bursts, 6-8 times a day, with the rpi continuously playing http://mp3.live.tv-radio.com/fi...
- Fri Jan 03, 2014 8:29 am
- Forum: Troubleshooting
- Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
- Replies: 1626
- Views: 1679340
Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.25+
Really clever. I like it. Thanks ! Glad if this can help. Fell free to advertise this install method in the head of the topic if/when you deem appropriate. I would suggest pointing directly to the (latest) tgz attachment (http://www.raspberrypi.org/phpBB3/download/file.php?id=5536), to keep things ...
- Fri Jan 03, 2014 1:18 am
- Forum: Troubleshooting
- Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
- Replies: 1626
- Views: 1679340
Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.25+
attached is an updated version of the "automatic download and install script": version information is fetched directly from the initial post in this topic, and firmware is systematically installed if present in tarball. Use install-8188eu.sh to download and install the proper driver for th...
- Mon Dec 16, 2013 11:00 pm
- Forum: Troubleshooting
- Topic: ping DUP! using wireless TL-WN725N v2 dongle
- Replies: 5
- Views: 5699
Re: ping DUP! using wireless TL-WN725N v2 dongle
I did check arp tables on all running hosts (except on the adsl box/router/dhcp server) and there are no conflicts. The dhcp server is anyway setup to statically provide well-known ip addresses (192.168.0.5 included) based on mac addresses.
- Mon Dec 16, 2013 9:00 pm
- Forum: Troubleshooting
- Topic: ping DUP! using wireless TL-WN725N v2 dongle
- Replies: 5
- Views: 5699
ping DUP! using wireless TL-WN725N v2 dongle
Hi there, I am getting dups when pinging to/from my rpi model B, basic raspbian setup, 3.6.11+ #538, equipped with the TL-WN725N v2 dongle + relevant driver (8188eu-20130830.tar.gz from here ). Yesterday the thing was just massive, with ping times around 200+ms and peaks well over 1s, roughly killin...
- Mon Dec 16, 2013 12:03 am
- Forum: Troubleshooting
- Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
- Replies: 1626
- Views: 1679340
- Fri Dec 13, 2013 11:58 pm
- Forum: Troubleshooting
- Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
- Replies: 1626
- Views: 1679340
Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 3.10.24+
Hi there, MrEngman, first off, thanks for the great jobs on the driver and crystal-clear setup instructions, made my day ! hopefully you'll appreciate the script below: it is a "download and install" script which I devised to automate the setup procedure you provide in the first post. The ...