Hi,
I’m trying to install the librem 14 drivers for Qubes but I’m having an issue with the kernel source in dom0 found at /usr/src/kernels/5.4.175-1.fc25.qubes.x86_64
being different than the currently running kernel returned by uname -r
which is 5.4.156-1.fc25.qubes.x86_64
. This is causing an issue where when running sudo dkms build librem_ec_acpi/1.0
fails because the correct symlinks are not created due this discrepancy in versioning.
I’ve tried installing a new kernel with sudo qubes-dom0-update kernel
but this simply states that I’m reinstalling and nothing changes.
My course of action is currently to synchronize the kernel source and the running kernel. But I am not sure how to do this, do you have any suggestion?
I might also change the librem driver symlinks to the correct source.