I recently upgraded from ubuntu 13.10 to ubuntu 14.04. Wifi (with ralink rt3290 card) was not working in ubuntu 13.10, but after the following the guide here, How do I get a Ralink RT3290 wireless card working?, it worked fine. But in ubuntu 14.04, no matter how much I try it does not work. Can anyone please figure out what the problem is and how to solve it.
Asked
Active
Viewed 2.5k times
1 Answers
20
Download the file from here and follow the following steps:
- Extract the
rt3290sta-2.6.0.0
directory into/usr/src
. - Run
sudo dkms install -m rt3290sta -v 2.6.0.0 --force
. - Reboot.
And you should be good :)

Eliah Kagan
- 117,780

rahul.tejwani
- 331
- 1
- 7
dkms
wasn't installed on this system by default (originally a trusty beta install)... – naught101 Apr 28 '14 at 00:13