Any update on the nvidia issues with 6.12? I’m afraid on holding back on updates to keep 6.11 working.
AFAIK, until nvidia releases an updated version of the driver on the cuda repo, we’ll have to keep our kernels locked.
So far I’ve had no issues updating daily, but I assume a locked kernel will eventually cause issues. I’ll just stop updating at all if it comes to it.
maybe there is a workaround for other cuda users:
- I have dup’ed tumbleweed to 20241226
- I have cuda packages installed (zypper info says from @System)
- Dup updated nvidia G06 closed source drivers 550.90 to 550.10
zypper dup called drakut which built the nvidia module and ignored and buried a compile error in tenthousands of warnings…
/usr/src/kernel-modules/nvidia-550.100-default/nvidia-drm/nvidia-drm-drv.c:207:6: error: ‘const struct drm_mode_config_funcs’ has no member named ‘output_poll_changed’
If you are close to my situation you can start drakut again to start the build and then sneak in a fix before the file is used for the compile:
- in one terminal start building the module, e.g. with
zypper in -f -y -l nvidia-driver-G06-kmp-default - in another terminal edit the file once it appears, e.g. with
sed -i 's@.output_poll_changed =@// .output_poll_changed =@' /usr/src/kernel-modules/nvidia-550.100-default/nvidia-drm/nvidia-drm-drv.c
I had the same issue after doing a ‘zypper dup’ and installing the 6.12 kernel on my laptop which had the NVIDIA 565.57 driver installed. Once I upgraded the driver to the 565.77 driver I have no issues and graphics works fine.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.