I would like to get the Driver software for below mentioned Wireless card.
$ lspci -nn | grep 0280
04:05.0 Network controller [0280]: Ralink corp. Device [1814:3020]
It was working previously and I lost it along the way of OS upgrade.
I would like to get the Driver software for below mentioned Wireless card.
$ lspci -nn | grep 0280
04:05.0 Network controller [0280]: Ralink corp. Device [1814:3020]
It was working previously and I lost it along the way of OS upgrade.
First things first, make certain it's not now listed in the blacklists found in /etc/modprobe.d/ If it shows in any of those blacklists then
sudo nano /etc/modprobe.d/blacklist-[file name it's blacklisted in]
and add a # at the start of the line which lists it (It's extremely unlikely that it would now be blacklisted if it was not previously).
If not in one of the blacklists or adding the "#" in front of it did not bring it back online (a reboot is usually a good idea after such a hardware change) then try sudo iwconfig wlan0 power off
If that does not solve the problem then please provide the output of lspci-v
You might also make certain that the "linux-firmware" package is installed as it includes many drivers. If you still wish to download the driver then you can do so directly from ralink's driver webpage: http://www.mediatek.com/en/downloads1/downloads/
Hope this helps find your answer.
Respectfully, David