vanhoefm / modwifi

462 stars 127 forks source link

Modwifi Build Error on Raspberry Pi 4 #31

Open Mas313 opened 1 year ago

Mas313 commented 1 year ago

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.

Can you provide any solution please.