You are not logged in.

#1 2019-11-15 05:23:57

RobinLikesToCode
Member
Registered: 2016-10-04
Posts: 50

Nvidia modules missing from mkinitcpio after update

Twice within three days I've done a regular system update (pacman -Syu) and both times there have been packages that are a version too high which causes the nvidia modules to go missing when the mkinitcpio pacman hook runs.
How can I see which packages are the wrong version?
How can I undo the bad updates?
How can I avoid this happening in the future?

I'd post more system info, but I'm not sure what to provide.

Offline

#2 2019-11-15 08:44:45

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,740

Re: Nvidia modules missing from mkinitcpio after update

Which packages do you actually have installed and started? Post

pacman -Q linux
pacman -Qs nvidia
uname -a

Why do you have them in your mkinitcpio in the first place? You can avoid a few gotchas with not doing that. For identifying potential problematics look at the package log, in general a kernel update must be accompanied by an nvidia module update, if that isn't the case, double check your mirror list to ensure you aren't using anything outdated. As for avoiding this from happening, the easiest would be switching to nvidia-dkms as that way the modules are rebuilt with kernel updates on your own system.

Last edited by V1del (2019-11-15 09:32:07)

Offline

Board footer

Powered by FluxBB