How to install wifi driver Ralink RT3290
Since Ralink does not patch the driver and the current version does not work, I provided a patched file that you can download and install following this steps
download the patched file from my private Google Drive directory.
open a terminal (Ctrl+Alt+t) and
cd
into the folder where the file is downloaded, e.g.cd ~/Downloads
.type
sudo tar -xvf rt3290sta-2.6.0.0.dkms.tar -C /usr/src
to untar the content in a system directory
you should now get a password prompt where you type the
sudo
password and press Enter.once the files are all extracted type
sudo dkms install -m rt3290sta -v 2.6.0.0 --force
to install the driver with
dkms
enter
sudo
password again and ensure that install is completed successfully (it will take some time).reboot.
Enjoy Wi-Fi with your
RT3290
:D
The patch will work up to kernel version v4.14, it breaks on v4.15 onwards due to the change in the kernel timer implementations.
NOTE: The links referred to here may no longer operate. They are left in here for historical purposes only.
Download the source code of the driver:
wget http://dl.dropbox.com/u/11876059/DPO_RT3290_LinuxSTA_V2600_20120508.tar.gz
then extract the file from tar file
tar -xvf DPO_RT3290_LinuxSTA_V2600_20120508.tar.gz
after that enter to this dir
cd ~/DPO_RT3290_LinuxSTA_V2600_20120508 make # compile the make file sudo make install # install the make file
After that activate the wireless driver
sudo modprobe rt3290sta