Trying to install the Tuxedo drivers for Tuxedo laptop; the install uses the dkms mechanism; the tuxedo-drivers package installs OK; the tuxedo-yt6801 gigabit ethernet package does not.
The tuxedo-yt6801 has not built; on the TuxedoOS there are build log files under
/var/lib/dkms//log
Where are these log files under openSUSE; if not enabled by default how can I enable them to repeat and capture the install.
Problem was:
Tuxedo is building their driver against kernel.org (in openSUSE vanilla kernel).
But openSUSE is using the kernel from SUSE which is a “back-ported” kernel, that means, some patches or drivers of higher Vanilla kernels are implemented, as you can see in the patch.
This function should be in the kernel 6.8 but openSUSE has back-ported it to their Kernel 6.4…