I am trying to compile ath9k driver on raspberry pi 4 with 64bit Raspberry Pi latest OS but getting errors. The kernel version is 6.21.1
On running the command make defconfig-ath9k-debug, it gives error your kernel headers are incomplete/ not installed. Please install kernel headers.
When I follow instructions for compilation on raspberri pi, i.esudo apt-get install linux-image-3.12-1-rpi linux-headers-3.12-1 g++-4.7 iw then I get error that image does not exists.
I am trying to compile ath9k driver on raspberry pi 4 with 64bit Raspberry Pi latest OS but getting errors. The kernel version is 6.21.1 On running the command
make defconfig-ath9k-debug
, it gives erroryour kernel headers are incomplete/ not installed. Please install kernel headers
.When I follow instructions for compilation on raspberri pi, i.e
sudo apt-get install linux-image-3.12-1-rpi linux-headers-3.12-1 g++-4.7 iw
then I get error that image does not exists.Can you provide any solution please.