You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: