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.
detected usb device. downloaded hope right driver kind mrengman, guessing @ file version , existed! there appears problem loading driver. module loaded. see no wlan0 or ra0 have nothing configure. can me driver?
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
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.
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
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
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
file downloaded wrong one. should have been mt7601-4.1.6-v7-810.tar.gz. note "-v7" , lower case in name "mt7601".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.
detected usb device.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
downloaded hope right driver kind mrengman, guessing @ file version , existed!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.
there appears problem loading driver.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
module loaded.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
see no wlan0 or ra0 have nothing configure. can me driver?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
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
mrengman
raspberrypi
Comments
Post a Comment