WiFi 驱动程序未安装 Ubuntu 15.10

WiFi 驱动程序未安装 Ubuntu 15.10
ghost@ghost:~$ lsmod | grep mt7
mt7601u                98304  0
mac80211              733184  1 mt7601u
cfg80211              548864  2 mac80211,mt7601u
ghost@ghost:~$ dmesg | grep mt7
[  770.040520] mt7601u 2-1.6:1.0: ASIC revision: 76010001 MAC revision: 76010500
[  770.042066] mt7601u 2-1.6:1.0: Direct firmware load for mt7601u.bin failed with error -2
[  770.042759] mt7601u: probe of 2-1.6:1.0 failed with error -2
[  770.042893] usbcore: registered new interface driver mt7601u
ghost@ghost:~$ 

我在这里错过了什么

非常感谢您的帮助。

答案1

您必须将固件从 driver_source/mcu/bin/MT7601.bin 复制到 /lib/firmware/mt7601u.bin

相关内容