Cuda-rhel9-x86_64 and 570.86.15: unable to update drivers

from around one week ago I’m experiencing troubles with cuda nvidia libs.

I have this:

[xxx@yyy home]# yum update --nobest
github_git-lfs                                                                                                                                                                                                767  B/s | 951  B     00:01    
github_git-lfs-source                                                                                                                                                                                         886  B/s | 951  B     00:01    
Dependencies resolved.

 Problem: package xorg-x11-nvidia-3:570.86.15-1.el9.x86_64 from cuda-rhel9-x86_64 requires nvidia-driver(x86-64) = 3:570.86.15, but none of the providers can be installed
  - package nvidia-driver-3:570.86.15-1.el9.x86_64 from cuda-rhel9-x86_64 requires nvidia-kmod-common = 3:570.86.15, but none of the providers can be installed
  - package nvidia-xconfig-3:570.86.15-1.el9.x86_64 from cuda-rhel9-x86_64 requires xorg-x11-nvidia(x86-64) >= 3:570.86.15, but none of the providers can be installed
  - package nvidia-kmod-common-3:570.86.15-1.el9.noarch from cuda-rhel9-x86_64 requires nvidia-kmod = 3:570.86.15, but none of the providers can be installed
  - cannot install the best update candidate for package nvidia-xconfig-3:565.57.01-1.el8.x86_64
  - package kmod-nvidia-latest-dkms-3:570.86.15-1.el9.x86_64 from cuda-rhel9-x86_64 is filtered out by modular filtering
  - package kmod-nvidia-open-dkms-3:570.86.15-1.el9.noarch from cuda-rhel9-x86_64 is filtered out by modular filtering
==============================================================================================================================================================================================================================================
 Package                                                      Architecture                                     Version                                                      Repository                                                   Size
==============================================================================================================================================================================================================================================
Skipping packages with broken dependencies:
 nvidia-driver                                                x86_64                                           3:570.86.15-1.el9                                            cuda-rhel9-x86_64                                           4.0 M
 nvidia-kmod-common                                           noarch                                           3:570.86.15-1.el9                                            cuda-rhel9-x86_64                                            63 M
 nvidia-xconfig                                               x86_64                                           3:570.86.15-1.el9                                            cuda-rhel9-x86_64                                            93 k
 xorg-x11-nvidia                                              x86_64                                           3:570.86.15-1.el9                                            cuda-rhel9-x86_64                                           2.4 M

Transaction Summary
==============================================================================================================================================================================================================================================
Skip  4 Packages

Nothing to do.
Complete!
[xxx@yyy home]#

how can I resolve?

resoved with disabling and enabling nvidia-driver

dnf module disable nvidia-driver

dnf module enable  nvidia-driver

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.