Anthony96922 / mt7601u-ap

AP driver for MT7601U dongles
GNU General Public License v2.0
117 stars 49 forks source link

Make error 2 #38

Open Trngd opened 1 year ago

Trngd commented 1 year ago

make -C /lib/modules/6.1.0-7-amd64/build M=/home/dinhcap/bad/mt7601u-ap/os/linux modules make[1]: /lib/modules/6.1.0-7-amd64/build: No such file or directory. Stop. make: [Makefile:73: LINUX] Error 2

this was run on debian 12 bookworm

Anthony96922 commented 1 year ago

You need to download the kernel source first: sudo apt-get install linux-headers-$(uname -r) Then you can try again.