[Bug 1230779] New: Update nvidia driver to latest 550.xxx release
https://bugzilla.suse.com/show_bug.cgi?id=1230779 Bug ID: 1230779 Summary: Update nvidia driver to latest 550.xxx release Classification: openSUSE Product: openSUSE Tumbleweed Version: Slowroll Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: X11 3rd Party Driver Assignee: gfx-bugs@suse.de Reporter: sndirsch@suse.com QA Contact: sndirsch@suse.com Target Milestone: --- Found By: --- Blocker: --- Update nvidia driver to latest 550.xxx release -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS Priority|P5 - None |P2 - High Assignee|gfx-bugs@suse.de |sndirsch@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c1 Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Update nvidia driver to |Update nvidia driver to |latest 550.xxx release |latest 550.120 release --- Comment #1 from Stefan Dirsch <sndirsch@suse.com> --- (In reply to Stefan Dirsch from comment #0)
Update nvidia driver to latest 550.xxx release
In detail: 550.120 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c9 Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(jens_hoffmann_@we | |b.de) --- Comment #9 from Stefan Dirsch <sndirsch@suse.com> --- Seem you haven't updated the kernel driver packages. Check this: $ rpm -qa | grep nvidia -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c13 --- Comment #13 from Stefan Dirsch <sndirsch@suse.com> --- if this doesn't work --- $ sudo rpm -e nvidia-driver-G06-kmp-default --nodeps $ sudo zypper in nvidia-driver-G06-kmp-default --- my guess is that you're building the kernel modules for a newer kernel version (e.g. 6.11) and are running an older kernel (6.10.11-1). So check the kernel packages, which you have installed $ rpm -qa | grep kernel | grep -v kernel-firmware and make sure to boot the right kernel. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c16 --- Comment #16 from Stefan Dirsch <sndirsch@suse.com> --- Installation looks correct to me. You have installed kernel-devel-6.10.11-1.1.noarch kernel-default-devel-6.10.11-1.1.x86_64 kernel-default-6.10.11-1.1.x86_64 You're running Kernel Version: 6.10.11-1-default (64-bit) This is also correct: ~> sudo modinfo nvidia_drm [sudo] Passwort für root: filename: /usr/lib/modules/6.10.11-1-default/updates/nvidia-drm.ko version: 550.120 No idea why you see this. Okt 04 19:07:50 localhost.localdomain kernel: NVRM: API mismatch: the client has the version 550.120, but NVRM: this kernel module has the version 550.107.02. Please NVRM: make sure that this kernel module and all NVIDIA driver NVRM: components have the same version. Okt 04 19:07:50 localhost.localdomain kernel: NVRM: API mismatch: the client has the version 550.120, but NVRM: this kernel module has the version 550.107.02. Please NVRM: make sure that this kernel module and all NVIDIA driver NVRM: components have the same version. This makes no sense to me. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c17 --- Comment #17 from Stefan Dirsch <sndirsch@suse.com> --- You can still check if there are other weird linked nvidia kernel modules in your /usr/lib/modules tree. $ find /usr/lib/modules -name "nvidia*.ko" Maybe be a weak-updates symlink to another old kernel module which gets preferred, but I think you would have seen that in the output of comment#15. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c20 --- Comment #20 from Stefan Dirsch <sndirsch@suse.com> --- (In reply to Jens Hoffmann from comment #18)
Kernel 6.10.11 is runnig
Operating System: openSUSE Tumbleweed-Slowroll 20240901 KDE Plasma Version: 6.1.5 KDE Frameworks Version: 6.5.0 Qt Version: 6.7.2 Kernel Version: 6.10.11-1-default (64-bit) Graphics Platform: X11 Processors: 12 × Intel® Core™ i5-10600K CPU @ 4.10GHz Memory: 15.4 GiB of RAM Graphics Processor: llvmpipe Manufacturer: CSL-Computer GmbH & Co. KG Product Name: 859
~> find /usr/lib/modules -name "nvidia*.ko" /usr/lib/modules/6.10.11-1-default/updates/nvidia-drm.ko /usr/lib/modules/6.10.11-1-default/updates/nvidia-modeset.ko /usr/lib/modules/6.10.11-1-default/updates/nvidia-peermem.ko /usr/lib/modules/6.10.11-1-default/updates/nvidia-uvm.ko /usr/lib/modules/6.10.11-1-default/updates/nvidia.ko
This looks just perfect to me. You can still run a modinfo on also the other relevant modules (not only nvidia_drm) $ modinfo nvidia-modeset $ modinfo nvidia-uvm $ modinfo nvidia but I expect it will be the same result as in comment#15. Version 550.120 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c22 --- Comment #22 from Stefan Dirsch <sndirsch@suse.com> --- Hmm. Mabye the initrd hasn't been recreated. Please try this. dracut --force and reboot your machine. --- Comment #22 from Stefan Dirsch <sndirsch@suse.com> --- Hmm. Mabye the initrd hasn't been recreated. Please try this. dracut --force and reboot your machine. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c22 --- Comment #22 from Stefan Dirsch <sndirsch@suse.com> --- Hmm. Mabye the initrd hasn't been recreated. Please try this. dracut --force and reboot your machine. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c23 --- Comment #23 from Stefan Dirsch <sndirsch@suse.com> --- (In reply to Stefan Dirsch from comment #22)
Hmm. Mabye the initrd hasn't been recreated. Please try this.
dracut --force
and reboot your machine.
I tracked this issue (regression) now. https://github.com/openSUSE/nvidia-driver-G06/issues/25 But please confirm, that this is really the reason by running the command in commmen#22 and rebooting the machine with that. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c28 Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(jens_hoffmann_@we | |b.de) | --- Comment #28 from Stefan Dirsch <sndirsch@suse.com> --- Thanks. This confirms it for me. You found a regression. Thanks for reporting! It's rather fatal. It affects also openSUSE Leap and SLE users. It gets indirectly fixed by the next kernel update, because this also runs 'dracut', but that's nothing we can rely on. I will fix this and provide updates as soon as possible! -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c29 Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |FIXED --- Comment #29 from Stefan Dirsch <sndirsch@suse.com> --- The driver update itself is available. Therefore closing The issue you're facing is tracked on github now. https://github.com/openSUSE/nvidia-driver-G06/issues/25 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c32 --- Comment #32 from Maintenance Automation <maint-coord+maintenance-robot@suse.de> --- SUSE-RU-2024:3763-1: An update that has eight fixes can now be installed. URL: https://www.suse.com/support/update/announcement/2024/suse-ru-20243763-1 Category: recommended (moderate) Bug References: 1223454, 1227417, 1227419, 1227575, 1229716, 1230368, 1230779, 1232057 Maintenance Incident: [SUSE:Maintenance:34714](https://smelt.suse.de/incident/34714/) Sources used: openSUSE Leap 15.4 (src): nvidia-open-driver-G06-signed-cuda-560.35.03-150400.9.71.2, nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 SUSE Linux Enterprise Micro for Rancher 5.3 (src): nvidia-open-driver-G06-signed-cuda-560.35.03-150400.9.71.2, nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 SUSE Linux Enterprise Micro 5.3 (src): nvidia-open-driver-G06-signed-cuda-560.35.03-150400.9.71.2, nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 SUSE Linux Enterprise Micro for Rancher 5.4 (src): nvidia-open-driver-G06-signed-cuda-560.35.03-150400.9.71.2, nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 SUSE Linux Enterprise Micro 5.4 (src): nvidia-open-driver-G06-signed-cuda-560.35.03-150400.9.71.2, nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 Public Cloud Module 15-SP4 (src): nvidia-open-driver-G06-signed-cuda-560.35.03-150400.9.71.2, nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (src): nvidia-open-driver-G06-signed-cuda-560.35.03-150400.9.71.2, nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (src): nvidia-open-driver-G06-signed-cuda-560.35.03-150400.9.71.2, nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 SUSE Linux Enterprise Desktop 15 SP4 LTSS 15-SP4 (src): nvidia-open-driver-G06-signed-cuda-560.35.03-150400.9.71.2, nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 SUSE Linux Enterprise Server 15 SP4 LTSS 15-SP4 (src): nvidia-open-driver-G06-signed-cuda-560.35.03-150400.9.71.2, nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 SUSE Linux Enterprise Server for SAP Applications 15 SP4 (src): nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 SUSE Manager Proxy 4.3 (src): nvidia-open-driver-G06-signed-cuda-560.35.03-150400.9.71.2, nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 SUSE Manager Retail Branch Server 4.3 (src): nvidia-open-driver-G06-signed-cuda-560.35.03-150400.9.71.2, nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 SUSE Manager Server 4.3 (src): nvidia-open-driver-G06-signed-cuda-560.35.03-150400.9.71.2, nvidia-open-driver-G06-signed-550.127.05-150400.9.71.2 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c39 --- Comment #39 from Maintenance Automation <maint-coord+maintenance-robot@suse.de> --- SUSE-RU-2024:4279-1: An update that has four fixes can now be installed. URL: https://www.suse.com/support/update/announcement/2024/suse-ru-20244279-1 Category: recommended (moderate) Bug References: 1229716, 1230368, 1230779, 1232057 Maintenance Incident: [SUSE:Maintenance:36113](https://smelt.suse.de/incident/36113/) Sources used: openSUSE Leap 15.5 (src): nvidia-open-driver-G06-signed-550.135-150500.3.61.1, nvidia-open-driver-G06-signed-cuda-565.57.01-150500.3.61.1 openSUSE Leap Micro 5.5 (src): nvidia-open-driver-G06-signed-550.135-150500.3.61.1, nvidia-open-driver-G06-signed-cuda-565.57.01-150500.3.61.1 SUSE Linux Enterprise Micro 5.5 (src): nvidia-open-driver-G06-signed-550.135-150500.3.61.1, nvidia-open-driver-G06-signed-cuda-565.57.01-150500.3.61.1 Basesystem Module 15-SP5 (src): nvidia-open-driver-G06-signed-550.135-150500.3.61.1, nvidia-open-driver-G06-signed-cuda-565.57.01-150500.3.61.1 Public Cloud Module 15-SP5 (src): nvidia-open-driver-G06-signed-550.135-150500.3.61.1, nvidia-open-driver-G06-signed-cuda-565.57.01-150500.3.61.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1230779 https://bugzilla.suse.com/show_bug.cgi?id=1230779#c42 --- Comment #42 from Maintenance Automation <maint-coord+maintenance-robot@suse.de> --- SUSE-RU-2024:4310-1: An update that has six fixes can now be installed. URL: https://www.suse.com/support/update/announcement/2024/suse-ru-20244310-1 Category: recommended (moderate) Bug References: 1229716, 1230368, 1230779, 1232057, 1233332, 1233673 Maintenance Incident: [SUSE:Maintenance:36117](https://smelt.suse.de/incident/36117/) Sources used: openSUSE Leap 15.6 (src): nvidia-open-driver-G06-signed-cuda-565.57.01-150600.3.20.2, nvidia-open-driver-G06-signed-550.135-150600.3.20.2 Basesystem Module 15-SP6 (src): nvidia-open-driver-G06-signed-cuda-565.57.01-150600.3.20.2, nvidia-open-driver-G06-signed-550.135-150600.3.20.2 Public Cloud Module 15-SP6 (src): nvidia-open-driver-G06-signed-cuda-565.57.01-150600.3.20.2, nvidia-open-driver-G06-signed-550.135-150600.3.20.2 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com