I bought a cheapo dongle called Vafru VN-902H which turns out to be the aforementioned Ralink.
I checked that I have the 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 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 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 for mt7601u.bin failed with error -2
[ 4.836151] mt7601u: probe of 1-1.5:1.0 failed with error -2
[ 4.848095] usbcore: registered new interface driver mt7601u
Code: Select all
pi@pi2 ~ $ lsmod
Module Size Used by
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