Eu tentei seguir as instruções de outra pergunta aqui: Como para instalar o driver MediaTek MT7610U (RT2860) mas, infelizmente, até mesmo a primeira etapa falha.
Deixe-me dar um passo atrás: SO: Ubuntu 14.04
uname -a
Linux anpan-GA-970A-D3 3.13.0-77-generic #121-Ubuntu SMP Wed Jan 20 10:50:42 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
lsusb:
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 0e8d:7610 MediaTek Inc.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 002: ID 2109:0812
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 002: ID 2109:2812
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Saída relevante do dmesg:
[ 797.428217] usb 2-1: new high-speed USB device number 4 using ehci-pci
[ 797.576438] usb 2-1: New USB device found, idVendor=0e8d, idProduct=7610
[ 797.576447] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 797.576452] usb 2-1: Product: WiFi
[ 797.576456] usb 2-1: Manufacturer: MediaTek
[ 797.576460] usb 2-1: SerialNumber: 1.0
O MediaTek é o dispositivo em questão. Pesquisando o ID me trouxe para a pergunta acima e um link para os drivers do site MediaTek.
Eu tentei seguir as instruções dessa pergunta, mas nem consegui compilar o driver:
make[2]: *** [/home/anpan/tmp/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.o] Error 1
make[1]: *** [_module_/home/anpan/tmp/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-3.13.0-77-generic'
make: *** [LINUX] Error 2
build-essential e linux-headers-generic são ambos instalados.
Tags wifi-driver