I've tried to to install Mediatek MT7610/Ralink RT2870 on Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-79-generic x86_64) without any results :(
1.Plug this USB dongle in PC.
root@hp:~# lsusb
Bus 002 Device 002: ID 0b05:17d1 ASUSTek Computer, Inc. AC51 802.11a/b/g/n/ac Wireless Adapter [Mediatek MT7610/Ralink RT2870]
2.Download from Mediatek last driver https://d86o2zu8ugzlg.cloudfront.net/mediatek-craft/drivers/mt7610u_wifi_sta_v3002_dpo_20130916.tar.bz2 , extracted the archive and:
$ cd ~/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916
$ sudo make
$ sudo make install
3. After reboot I have next results:
root@hp:~# lsmod | grep mt
mt7650u_sta 913408 0
root@hp:~# modinfo mt7650u_sta
filename: /lib/modules/4.4.0-79-generic/kernel/drivers/net/wireless/mt7650u_sta.ko
version: 3.0.0.2
description: RT2870 Wireless Lan Linux Driver
author: Paul Lin <paul_lin@ralinktech.com>
license: GPL
srcversion: 3B2050BC166EF1626C89197
alias: usb:v0E8Dp7650d*dc*dsc*dp*icFFisc02ipFFin*
alias: usb:v0E8Dp7630d*dc*dsc*dp*icFFisc02ipFFin*
alias: usb:v0E8Dp7610d*dc*dsc*dp*ic*isc*ip*in*
alias: usb:v148Fp7610d*dc*dsc*dp*ic*isc*ip*in*
depends:
vermagic: 4.4.0-79-generic SMP mod_unload modversions
parm: mac:rt28xx: wireless mac addr (charp)
root@hp:~# dmesg | grep mt76
[ 116.021853] mt7650u_sta: module verification failed: signature and/or required key missing - tainting kernel
root@hp:~# dmesg | grep rt28
[ 116.023699] rtusb init rt2870 --->
[ 116.023732] usbcore: registered new interface driver rt2870
root@hp:~# ifconfig
enp3s0 Link encap:Ethernet HWaddr 00:26:2d:02:54:b0
inet addr:192.168.150.10 Bcast:192.168.150.255 Mask:255.255.255.0
inet6 addr: fe80::226:2dff:fe02:54b0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1809 errors:0 dropped:0 overruns:0 frame:0
TX packets:1088 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:171286 (171.2 KB) TX bytes:266297 (266.2 KB)
lo Link encap:Локальная петля (Loopback)
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:160 errors:0 dropped:0 overruns:0 frame:0
TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:11840 (11.8 KB) TX bytes:11840 (11.8 KB)
root@hp:~# iwconfig
lo no wireless extensions.
enp3s0 no wireless extensions.
I don't understand what's the problem and how do I install this driver?