M HYPE SPLASH
// news

Ralink RT2870 network adapter

By Sarah Scott

I just purchased a network adapter which according to the driver CD is a RT2870 (It isn't written on the adapter). I've installed other things using commands before but the instructions on the readme file that came with it are quite confusing.

Has anybody made this network adapter work successfully in Ubuntu? I'd really appreciate some simple step by step instructions of how to make this work.

1

1 Answer

This just worked for me: (I found this at How to install RT2870/RT3070 Wireless Driver?

sudo add-apt-repository ppa:thopiekar/mt7601
sudo apt-get update
sudo apt-get install mt7601-sta-dkms

Btw, that last line took like 5-10 minutes to complete, at times it looked line it was hung. So be patient. After the last line it complete, then you must reboot for the adapter and driver to work properly. if you don't reboot, you will will waste time trying to figure out why it doesn't work as expected.

Regards . . .

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy