xtknight / mt7610u-linksys-ae6000-wifi-fixes

Trying to fix the MT7610U chipset driver by MediaTek so it's usable on modern Linux kernels and with nl80211/NetworkManager (and not completely breaking on old ones, maybe...)
187 stars 71 forks source link

RPi3 Build #53

Open ozov opened 3 years ago

ozov commented 3 years ago

When try to build on RPi3 Build pi@raspberrypiw:~/mt7610u-linksys-ae6000-wifi-fixes $ uname -a Linux raspberrypiw 4.9.37-v7+ #1017 SMP Thu Jul 13 11:26:04 BST 2017 armv7l GNU/Linux

pi@raspberrypiw:~/mt7610u-linksys-ae6000-wifi-fixes $ sudo apt-get install build-essential linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-4.9.37-v7
E: Couldn't find any package by regex 'linux-headers-4.9.37-v7'
wurstbrot0xff commented 3 years ago

sudo apt-get install raspberrypi-kernel-headers works for me