On 2024-06-20 14:12, Paul Neuwirth via openSUSE Users wrote:
On Thursday 2024-06-20 13:39, Stephan Hemeier via openSUSE Users wrote:
The nvidia packages for Leap are build against the first kernel of Leap, for Leap 15.5 that is kernel 5.14.21-150500.53.2. So they are working with all new kernels from the SLE Update Repo.
When you install kernel 6.8.8 from somewhere, the nvidia driver will not work anymore because the driver for Leap 15.5 is not using that kernel when building.
For kernel:stable:backports you need to deinstall the nvidia Packages and install the driver by Hand.
Stephan
ok this was misleading then. but (current) kernel is still from official repo. nevertheless tried to reinstall the nvidia drivers from that regataos repo, and build fails in another way: # make[4]: *** [/usr/src/linux-6.8.8-lp155.9/scripts/Makefile.build:244:
You are not using the official kernel for Leap 15.5. Leap 15.5 is using kernels from the 5.14 series, not 6.8 Telcontar:~ # uname -a Linux Telcontar 5.14.21-150500.55.65-default #1 SMP PREEMPT_DYNAMIC Thu May 23 04:57:11 UTC 2024 (a46829d) x86_64 x86_64 x86_64 GNU/Linux Telcontar:~ # cat /etc/os-release NAME="openSUSE Leap" VERSION="15.5" ID="opensuse-leap" ID_LIKE="suse opensuse" VERSION_ID="15.5" PRETTY_NAME="openSUSE Leap 15.5" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:leap:15.5" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" DOCUMENTATION_URL="https://en.opensuse.org/Portal:Leap" LOGO="distributor-logo-Leap" Telcontar:~ # -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)