The Wifi Stick:
Code:
root@kali:~# lsusb
Bus 001 Device 004: ID 148f:7601 Ralink Technology, Corp.

root@kali:~# uname -a
Linux kali 3.18.16-v7 #1 SMP PREEMPT Sun Aug 9 14:24:54 CDT 2015 armv7l GNU/Linux

root@kali:~# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.
I found the source code for the driver and compile instruction here:
https://github.com/porjo/mt7601

I do not know how to compile a module in pi. Can someone please help me here?

Also there is a PPA for Ubuntu here:
https://code.launchpad.net/~thopieka.../ubuntu/mt7601

I could not use this PPA either.