Hellow Everybody! Usually after installation of latest release Archlinux for rpi3 (http://os.archlinuxarm.org/os/ArchLinux ... est.tar.gz) I make as root:
pacman-key --init
pacman-key --populate archlinuxarm
pacman -Syu
Finally I install linux-headers:
pacman -S linux-headers
during installation select item number 1 - linux-aarch64-headers (first screenshot)
After installation linux-headers I saw that version of linux kernel 5.8.10 don't match with version of linux-headers 5.8.9 (second screenshot).
How can I get that versions be the same. Otherwise i can'not build drivers from this git https://github.com/aircrack-ng/rtl8188eus
thank you in advance for any help!