Driver wifi Ralink RT5370

Hi,

connect to the internet with a network cable and then add this command via the terminal and then restart with the dongle plugged in:

sudo wget https://github.com/porjo/mt7601/raw/master/src/mcu/bin/MT7601.bin -O /lib/firmware/mt7601u.bin && sudo modprobe -r mt7601u && sudo modprobe mt7601u

If it doesn’t work first time, paste this command and restart again:

sudo apt-get update && sudo apt-get install linux-firmware

If that fails, connect to the internet with a cable connection and run the following 2 commands:

sudo apt-get --fix-missing install

The above command downloads and installs any missing packages on your system.

sudo apt-get --fix-broken install

The above command downloads and installs any broken dependencies on your system.

1 Like