I got a new wireless router TP-LINK today. The router was working well with windows os in my laptop. But when I switched back to ubuntu 14.04 (dual boot with windows os) The speed was significantly lower. I am using Ralink rt3290 wifi router
. Please help me with the problem, it's really annoying.
Asked
Active
Viewed 435 times
1

raz
- 1,852
2 Answers
1
This is well known bug with kernel drivers for this adapter.
You can vote there that the bug affects you too.
Or report another bug, since that one is marked as invalid.

Pilot6
- 90,100
- 91
- 213
- 324
-
So what can I do now. Should I Upgrade from ubuntu 14.04 to ubuntu 15.04. will it help? – raz Oct 15 '15 at 16:51
-
It will not help, since there is the same driver. You can report a bug by running
ubuntu-bug linux
. – Pilot6 Oct 15 '15 at 16:51
0
I solved the problem by installing driver for Ralink rt3290. I followed this procedure.
- Download driver from here.
- Install dkms by
sudo apt-get install dkms
- Extract the rt3290sta-2.6.0.0 directory into /usr/src.
- Run sudo dkms install -m rt3290sta -v 2.6.0.0 --force.
- Reboot.
I follow this SOURCE.

raz
- 1,852
LANG=C
prefix. It will give output in English. – Pilot6 Oct 15 '15 at 16:25now it works as expected.
– Vijayant Katyal Jan 07 '17 at 07:59