1

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.

raz
  • 1,852

2 Answers2

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.

  1. Download driver from here.
  2. Install dkms by sudo apt-get install dkms
  3. Extract the rt3290sta-2.6.0.0 directory into /usr/src.
  4. Run sudo dkms install -m rt3290sta -v 2.6.0.0 --force.
  5. Reboot.

I follow this SOURCE.

raz
  • 1,852