Hi, I'm unable to start X after the latest upgrade (5.15.5-arch1-1). Dmesg is complaining about a module version mismatch:
NVRM: API mismatch: the client has the version 495.44, but this kernel module has the version 495.29.05
modinfo nvidia
shows 495.29.05
uname -r
shows 5.15.5-arch1-1
pacman -Qi nvidia
shows 495.44-13
Why is the kernel module expecting an older version of the package?
EDIT: solved. DKMS must have not run correctly or something. Manually installing nvidia-dkms fixed it.