Unresolved dependency error Nvidia

What can I do about this error?

The following package cannot be upgraded due to unresolvable dependencies:
warning: cannot resolve “nvidia-utils=510.54”, a dependency of “linux517-nvidia”

What are you trying to do, where does this message come from, and can you post the whole terminal output?

Yes. I’m trying to install the latest kernel. Here is the full output-

The following packages will be installed:

linux517

linux517-virtualbox-host-modules

linux517-nvidia

Starting

resolving dependencies…

:: The following package cannot be upgraded due to unresolvable dependencies:

linux517-nvidia

:: Do you want to skip the above package for this upgrade? [y/N]

warning: cannot resolve “nvidia-utils=510.54”, a dependency of “linux517-nvidia”

:: unable to satisfy dependency ‘nvidia-utils=510.54’ required by linux517-nvidia

Done …

Hello,

You use unstable branch, and simply the nvidia module for linux5.17 was not build yet. This things can happen.
Now you should be able yo install it

sudo mhwd-kernel -i linux517

And should install, if not, try manually to install the module

sudo pacman-mirrors -f5 && sudo pacman -Syyu linux517-nvidia

Then boot normally in 5.17 kernel.

Problem solved. Thanks so much!

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