The mt7610u driver is now included in the RaspOS image but it is trying to load the firmware the wifi module uses from a directory that is not included so it doesn't work.
I managed to get it working using the following commands
Code: Select all
wget http://ftp.uk.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-misc-nonfree_20190114-2_all.deb
sudo dpkg -i firmware-misc-nonfree_20190114-2_all.deb
sudo apt-mark hold firmware-misc-nonfree
The first two commands installs the firmware and creates the directory with the firmware in it that the driver is trying to load the firmware from. The third command stops the firmware from being removed by the currently available firmware-misc-nonfree package if apt upgrade is run.
I've had it working on a variety of different kernel versions and it seems to work fine. Currently running on a Pi 3A+.
MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra
Please post ALL technical questions on the forum. Please Do Not send private messages.