muratdemirtas / MT7601u

Ubuntu and Embedded Linux(Raspberry Pi, Banana Pi etc.) drivers for MediaTek MT7601u Wireless Chipset. Support Access Point(AP) and Station Mode(STA). Tested on 32-64 Bit Ubuntu and Raspberry Pi 2 with all kernels since v4.0.0+. You can use this driver for internet sharing(hotspot), robotic, file transfer or ssh.
Other
94 stars 44 forks source link

Build failed on latest Raspbian #6

Open ImaginationWork opened 6 years ago

ImaginationWork commented 6 years ago

I got an error message while runing cp -v /lib/modules/$(uname -r)/build/Module.symvers src/os/linux cp: cannot stat '/lib/modules/4.9.59+/build/Module.symvers': No such file or directory

my Raspbian version: November 2017

floreno commented 6 years ago

Do! $ sudo apt-get install raspberrypi-kernel-headers

antony commented 6 years ago

This sadly doesn't help :(

floreno commented 6 years ago

@antony Maybe kernel to new?

It can take several weeks for the repo to be updated to reflect the latest kernel version. https://www.raspberrypi.org/documentation/linux/kernel/headers.md

antony commented 6 years ago

@floreno maybe yeah - I'll try with an older one.