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 437 times
1
raz
- 1,882
2 Answers
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,882