Ralink 148f:7601 wifi dongle not working with 4.1.6-v7 #810 - Raspberry Pi Forums


i've read several posts dongles show ralink 148f:7601 , tried follow advice, it's not working me.
bought cheapo dongle called vafru vn-902h turns out aforementioned ralink.

checked have ralink firmware loaded.

code: select all

pi@pi2 ~ $ sudo apt-get install firmware-ralink reading package lists... done building dependency tree        reading state information... done firmware-ralink newest version. 0 upgraded, 0 newly installed, 0 remove , 0 not upgraded. 

code: select all

pi@pi2 ~ $ uname -a linux pi2 4.1.6-v7+ #810 smp preempt tue aug 18 15:32:12 bst 2015 armv7l gnu/linux 
detected usb device.

code: select all

pi@pi2 ~ $ lsusb bus 001 device 002: id 0424:9514 standard microsystems corp.  bus 001 device 001: id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003: id 0424:ec00 standard microsystems corp.  bus 001 device 004: id 046d:c52b logitech, inc. unifying receiver bus 001 device 005: id 148f:7601 ralink technology, corp.  
downloaded hope right driver kind mrengman, guessing @ file version , existed!

code: select all

wget https://dl.dropboxusercontent.com/u/80256631/mt7601-4.1.6-810.tar.gz tar -xzvf mt7601-4.1.6-810.tar.gz  ./install.sh 
there appears problem loading driver.

code: select all

pi@pi2 ~ $ dmesg |grep mt7601 [    4.805772] mt7601u 1-1.5:1.0: asic revision: 76010001 mac revision: 76010500 [    4.821366] mt7601u 1-1.5:1.0: direct firmware load mt7601u.bin failed error -2 [    4.836151] mt7601u: probe of 1-1.5:1.0 failed error -2 [    4.848095] usbcore: registered new interface driver mt7601u 
module loaded.

code: select all

pi@pi2 ~ $ lsmod module                  size  used snd_bcm2835            19769  3  snd_pcm                74825  1 snd_bcm2835 snd_seq                53561  0  snd_seq_device          3650  1 snd_seq snd_timer              18157  2 snd_pcm,snd_seq snd                    52116  11 snd_bcm2835,snd_timer,snd_pcm,snd_seq,snd_seq_device mt7601u                74958  0  mac80211              542190  1 mt7601u cfg80211              420690  2 mac80211,mt7601u rfkill                 16659  1 cfg80211 joydev                  9047  0  evdev                  10232  4  uio_pdrv_genirq         2966  0  uio                     8235  1 uio_pdrv_genirq 
see no wlan0 or ra0 have nothing configure. can me driver?

jonfitt wrote:i've read several posts dongles show ralink 148f:7601 , tried follow advice, it's not working me.
bought cheapo dongle called vafru vn-902h turns out aforementioned ralink.

checked have ralink firmware loaded.

code: select all

pi@pi2 ~ $ sudo apt-get install firmware-ralink reading package lists... done building dependency tree        reading state information... done firmware-ralink newest version. 0 upgraded, 0 newly installed, 0 remove , 0 not upgraded. 

code: select all

pi@pi2 ~ $ uname -a linux pi2 4.1.6-v7+ #810 smp preempt tue aug 18 15:32:12 bst 2015 armv7l gnu/linux 
detected usb device.

code: select all

pi@pi2 ~ $ lsusb bus 001 device 002: id 0424:9514 standard microsystems corp.  bus 001 device 001: id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003: id 0424:ec00 standard microsystems corp.  bus 001 device 004: id 046d:c52b logitech, inc. unifying receiver bus 001 device 005: id 148f:7601 ralink technology, corp.  
downloaded hope right driver kind mrengman, guessing @ file version , existed!

code: select all

wget https://dl.dropboxusercontent.com/u/80256631/mt7601-4.1.6-810.tar.gz tar -xzvf mt7601-4.1.6-810.tar.gz  ./install.sh 
there appears problem loading driver.

code: select all

pi@pi2 ~ $ dmesg |grep mt7601 [    4.805772] mt7601u 1-1.5:1.0: asic revision: 76010001 mac revision: 76010500 [    4.821366] mt7601u 1-1.5:1.0: direct firmware load mt7601u.bin failed error -2 [    4.836151] mt7601u: probe of 1-1.5:1.0 failed error -2 [    4.848095] usbcore: registered new interface driver mt7601u 
module loaded.

code: select all

pi@pi2 ~ $ lsmod module                  size  used snd_bcm2835            19769  3  snd_pcm                74825  1 snd_bcm2835 snd_seq                53561  0  snd_seq_device          3650  1 snd_seq snd_timer              18157  2 snd_pcm,snd_seq snd                    52116  11 snd_bcm2835,snd_timer,snd_pcm,snd_seq,snd_seq_device mt7601u                74958  0  mac80211              542190  1 mt7601u cfg80211              420690  2 mac80211,mt7601u rfkill                 16659  1 cfg80211 joydev                  9047  0  evdev                  10232  4  uio_pdrv_genirq         2966  0  uio                     8235  1 uio_pdrv_genirq 
see no wlan0 or ra0 have nothing configure. can me driver?
file downloaded wrong one. should have been mt7601-4.1.6-v7-810.tar.gz. note "-v7" , lower case in name "mt7601".

however, latest code, 4.1.xx(-v7)+ includes mt7601 driver needs firmware loading not yet included in firmware-ralink package. why see error have in dmesg. can install firmware using command

code: select all

sudo wget https://github.com/porjo/mt7601/raw/master/src/mcu/bin/mt7601.bin -o /lib/firmware/mt7601u.bin
after loading firmware reboot activate driver. note case of text in filenames linux treats text case sensitive unlike windows file name upper case letters not same same name using lower case letters.


mrengman


raspberrypi



Comments

Popular posts from this blog

Connecting Raspberry Pi 2 to P10(1R)-V706 LED Dot Matrix - Raspberry Pi Forums

TypeError: <unknown> is not a numpy array - Raspberry Pi Forums

datso and removing imagetitle - Joomla! Forum - community, help and support