Unable to use make

Hi, just got my new laptop so I’m installing all the things I need.
My laptop has a lighted keyboard, so I wanted to install the sofware (with git clone x and make like I usually do on my other manjaro laptop) but here the make command doesn’t work, here is the error code:

make -C /lib/modules/5.13.19-2-MANJARO/build M=/home/XXXX/Downloads/tuxedo-keyboard clean
make[1]: *** /lib/modules/5.13.19-2-MANJARO/build: No such file or directory.  Stop.
make: *** [Makefile:32: clean] Error 2

any idea how to resolve this ? Never had this issue on my other laptop

This seems explicit to me…

That kernel version is EOL. Might be the reason. Try changing to a supported kernel.

No need, tuxedo-keyboard is in our community repo.

You’re missing the matching kernel headers package: linux513-headers.

As mentioned, 5.13 is EOL and only available in our stable branch. It will be removed soon, so I would advise installing 5.15 stable (next LTS) and/or 5.10 LTS along with the matching headers.

1 Like

Okay thanks, installing the linux headers resolved my problem.

The truth is, I´m not a huge linux expert, I’m just starting and I really want to learn. So how do you change the kernel version ? Just asking because I installed the current one with the manjaro installer I found on the manjaro website…

See Manjaro Kernels - Manjaro

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.