1
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:~$ 

What I missed here

Help would be appreciated.

NIMISHAN
  • 1,575
  • 4
  • 19
  • 28

1 Answers1

0

you have to copy firmware to /lib/firmware/mt7601u.bin from driver_source/mcu/bin/MT7601.bin

  • 3
    Kindly explain more on how to copy this file exactly, what copying will achieve or how it will solve the problem. – Parto Mar 16 '16 at 15:42