In my experience with TL-WN725N Dongle I thought it was the firmware from Git or the stock linux-firmware that comes from ubuntu to be problematic, but I followed this guide from http://linuxforums.org.uk/index.php?topic=11261.0 to retrace my steps and then I tried something different that I didn't believe that it will work, but it seems there is a conflict between these modules r8188eu and 8188eu and then what I did was:
I added this line: blacklist r8188eu
In
sudo gedit /etc/modprobe.d/blacklist.conf
Save and Quit from Text Editor
Then in
sudo gedit /etc/modules
I added this line at the end of the configuration: 8188eu
. Save and Quit from Text Editor again
Then you do
sudo depmod -a
sudo update-initramfs -u
And before you reboot the system it is important to test these commands:
Check if the module you already blacklisted with
lsmod | grep r8188eu
If it's not removed then remove it with
sudo rmmod r8188eu
And finally you do
sudo rmmod 8188eu
sudo modprobe 8188eu
To refresh the module and you'll have a working with full signal wireless
Reboot!
Let me know if you have working wireless because there isn't any workaround like this in (Forums/Wikis/Unofficial Blogs) and it's tested by me and it's working perfectly.
You may notice that Network Manager is not showing you signals on the other wireless protected networks, but if you connect to the other wireless networks via WPA Key it will work as it should.
Enjoy!