There are no official drivers for this (usb wifi) device, so i followed instructions from askubuntu link
There are two github repos that I've tried with drivers:
first one
second one
I've encountered some problems during make command, but they were solved when I've installed current kernel headers. Now I'm stuck with this:
make -C tools
make[1]: Entering directory '/home/henry/Documents/mt7610u-linksys-ae6000-wifi-fixes/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/henry/Documents/mt7610u-linksys-ae6000-wifi-fixes/tools'
/home/henry/Documents/mt7610u-linksys-ae6000-wifi-fixes/tools/bin2h
chipset = mt7610u
cp -f os/linux/Makefile.6 /home/henry/Documents/mt7610u-linksys-ae6000-wifi-fixes/os/linux/Makefile
make -C /lib/modules/5.5.7-150.current/build SUBDIRS=/home/henry/Documents/mt7610u-linksys-ae6000-wifi-fixes/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-5.5.7-150.current'
arch/x86/Makefile:147: CONFIG_X86_X32 enabled but no binutils support
make[2]: *** No rule to make target 'arch/x86/tools/relocs_32.c', needed by 'arch/x86/tools/relocs_32.o'. Stop.
make[1]: *** [arch/x86/Makefile:232: archscripts] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.5.7-150.current'
make: *** [Makefile:395: LINUX] Error 2
can't figure out what to do now. When i search for it (the line with Stop) in internet it seems to be problem with makefile, but I think that the makefile should be fine if others can install it.