You are not logged in.
Pages: 1
Hello there.
I have encountered problems with wireless connection speed. And I can't find working solution anywhere =/
Connection speed is almost ten times slower than under windows xp on the same machine.
I'm using TL-WN727N, which (as far as I know) has rt5370 chipset.
I found this:
http://ubuntuforums.org/showthread.php? … st11702962
The link there is outdated, however it leads to
http://www.mediatek.com/en/downloads/rt … 2-usb-usb/
I downloaded DPO_RT5572_LinuxSTA_2.6.1.3_20121022 driver, but could not get it to work.
gcc gives a lot of warnings and some errors. I made a crude fix for compiler errors (although I had dim idea about what I was doing). That made it to compile, but the driver didn't work anyway. Though I am not sure if this is relevant at all
Last edited by Hudd (2014-08-17 17:09:50)
Offline
If you didn't already try disabling hardware encryption on your card. You can do it with modprobe like:
# modprobe <module_name> nohwcrypt=1To check if module is inserted with right parameters you can do:
$ systool -v -m <module_name>There should be a string like nohwcrypt = "Y".
Offline
Thank you for replying.
I disabled hardware encryption as you suggested, but I didn't notice any significant difference.
Last edited by Hudd (2014-08-18 08:57:27)
Offline
Pages: 1