macbook12-spi-driver icon indicating copy to clipboard operation
macbook12-spi-driver copied to clipboard

MBP 14,1 - kernel header error on kali linux live persistance mode

Open Deebw opened this issue 6 years ago • 1 comments

Hello, I have a MBP 14,1 no touchbar and i'm trying to get the keyboard and touchpad to work. The issue i'm encountering is the following:

root@kali:~# dkms install -m applespi -v 0.1 Error! echo Your kernel headers for kernel 4.18.0-kali2-amd64 cannot be found at /lib/modules/4.18.0-kali2-amd64/build or /lib/modules/4.18.0-kali2-amd64/source.

This is what i have in /lib/modules root@kali:/lib/modules# ls 4.18.0-kali2-amd64 4.19.0-kali1-amd64 and build and source folders are located in 4.19.0 uname -r returns kernel 4.18.0 Should I update the kernel version?

Thanks, have a great one.

Deebw avatar Jan 16 '19 09:01 Deebw

Sounds like you haven't installed the kernel-header packages for your kernel - it's generally a separate package (or two) that needs to be explicitly installed.

roadrunner2 avatar Jan 16 '19 12:01 roadrunner2