Rtl8192CU Wifi Usb adapter slow speed.

Hello. I have a TP-Link WiFi USB adapter with the Realtek 8192cu chipset. All set up. Internet works,but I get slow download speed. For example, I used to get 10Mb/sec download with other OSes, and I get 200-250 kbps with FreeBSD.
Is FreeBSD's driver buggy? Or it needs some additional tweaking? I can post different configurations at requests.
Thanks,
Ed
 
Which driver are you using and what version of FreeBSD?
 
FreeBSD 11.1 and the driver is urtwn(4) (I think-newbie bsdist here)
EDIT> as a side note..it is plugged in a USB 3.0 port..if that matters . (its an USB 2.0 device)
 
Did you put
Code:
legal.realtek.license_ack=1
in /boot/loader.conf ?
 
Did you put
Code:
legal.realtek.license_ack=1
in /boot/loader.conf ?
No, I read somewhere about it,but since the autoconfiguring seemed succesfull, I let it pass. I'll insert that and see, thanks

EDIT : after a reboot, the speed seems the same, about 250-300 kbps . On Linux, there were problems with this chipset, same low speeds, but I solved it building a 'fixed' one from https://github.com/pvaret/rtl8192cu-fixes. Could that be used in FreeBSD too?
 
I think that might be all that the urtwn driver can do in this particular case. Found in urtwn page :
''CAVEATS
The urtwn driver does not support any of the 802.11n capabilities offered
by the adapters '' .
I can assume that it can't do high speed on 8192cu .
 
Back
Top