01-12-2025, 06:40 AM
(This post was last modified: 01-12-2025, 06:43 AM by JLowborn.
Edit Reason: Issue Solved
)
(01-11-2025, 01:57 PM)ZerBea Wrote:Code:$ pacman -Q | grep nvidia
nvidia 565.77-10
nvidia-lts 1:565.77-10
nvidia-settings 565.57.01-1
nvidia-utils 565.77-3
opencl-nvidia 565.77-3
Code:$ pacman -Q | grep cuda
cuda 12.6.3-1
cuda compatibility table:
560.28.03+ is compatible to cuda 12.6
https://docs.nvidia.com/deploy/cuda-comp...index.html
Your driver 550.142 is compatible to cuda 12.4
And to make things more complicated. The version shown by pacman (12.6.3.-1) is not identical to the version shown by nvida-smi:
And it is not identical to the version shown in the cuda compatibility table.Code:$ nvidia-smi
Sat Jan 11 13:52:31 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 565.77 Driver Version: 565.77 CUDA Version: 12.7 |
I'm sorry if that's a stupid question, but do you have any ideia why the versions are not matching? Should I uninstall everything and reinstall from scratch once more? And why is the site telling me the latest version is 550?
Solved: I've removed cuda from pacman, it seems hashcat is working as expected, still not sure why the version mismatch between pacman and nvidia-smi.