I read on this page:
https://groenholdt.net/Computers/Raspbe ... ry-Pi.html
...to come to this page for the driver between 3.19 and 4.2:
https://github.com/kuba-moo/mt7601u
So I downloaded the master zip, put it on my pi, SSH'd into my pi and changed to the directory the files were in. When I run "sudo make", I get this:
Code: Select all
make -C /lib/modules/`uname -r`/build M=$PWD
make[1]: *** /lib/modules/4.1.13+/build: No such file or directory. Stop.
Makefile:8: recipe for target 'default' failed
make: *** [default] Error 2
Here are the contents of the master zip file:
edit:
There's a readme with some instructions I missed, I'll post results later.
edit:
I tried what was mentioned in the readme, it didn't turn up anything useful