9

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.

Sunder
  • 91

1 Answers1

20

Download the file from here and follow the following steps:

  1. Extract the rt3290sta-2.6.0.0 directory into /usr/src.
  2. Run sudo dkms install -m rt3290sta -v 2.6.0.0 --force.
  3. Reboot.

And you should be good :)

Source

Eliah Kagan
  • 117,780
rahul.tejwani
  • 331
  • 1
  • 7
  • 1
    dkms wasn't installed on this system by default (originally a trusty beta install)... – naught101 Apr 28 '14 at 00:13
  • 1
    Cool! Please mark the thread resolved! – rahul.tejwani Apr 28 '14 at 13:12
  • 1
    It's a shame that OP didn't mark this as solved, rahul. Your answer was spot on! Thanks for posting it. – Blind Fish Jul 18 '14 at 02:05
  • Sir, thank you for posting this answer. I can confirm it works on Ubuntu 14.04, HP Probook 4540s after following this guide. Real shame the author didn't mark the thread as solved. – Mythul Sep 13 '14 at 06:56
  • I'm having this problem with Bluetooth. WiFi works fine. Any suggestions for that? (HP Pavilion 15-n240tx) – Shaakunthala Sep 21 '14 at 18:30
  • No go for me.. I'm using Ubuntu 14.10, with kernel 3.16.0-24-generic The GCC compiler spits out lots of warning errors. Errors relating to int / long unsigned int / Wpointer to int cast / ulong to unsigned int ... I'm under the strong impression that HP purchased the cheapest WIFI modules around, the supporting company (Ralink) went out of business and HP refuses to support. Had I known this laptop couldn't be converted to Linux I would have bought elsewhere... Anybody good on C/C++ (and understand the driver system?) – zipzit Nov 13 '14 at 05:33
  • 1
    to remove these drivers sudo dkms remove rt3290sta/2.6.0.0 --all – shiv garg Apr 19 '15 at 14:59