Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 621 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 621 Bytes

pi-mt7601

The mt7601 driver for the raspberry pi + raspbian binaries (right now for the kernels I am using)

Binaries

To install the binaries ``` cp binaries/3.x.x/mt7601Usta.ko /lib/modules/3.x.x/kernel/drivers/net/wireless mkdir -p /etc/Wireless/RT2870STA/ cp RT2870STA.dat /etc/Wireless/RT2870STA/ ```

Compilation

The source for the driver is from ralink, I am only hosting it here. I have also applied a patch (not mine again) that enables it to be compiled on the 3.1+ and later kernels. ``` sudo apt-get install linux-headers-rpi cd src/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/ make ```