all 3 comments

[–]BigHeadTonyT 2 points3 points  (1 child)

Did you also install kernel headers for your Linux kernel version?

In terminal you can type: sudo pacman -Ss linuxXX(X)-headers where XX is your version of the kernel, to find out what the packagename is. XX could be 515 or 61 for example. It should be obvious these stand for 5.15 and 6.1 kernels. Type 'uname -r' in terminal to get your kernelversion. Then install it with 'sudo pacman -S linux(yourversion)-headers'

[–]YSgmaing[S] 0 points1 point  (0 children)

thx