Hashcat/Nvidia Issues
#5
(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:
Code:
$ nvidia-smi
Sat Jan 11 13:52:31 2025     
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 565.77                Driver Version: 565.77        CUDA Version: 12.7    |
And it is not identical to the version shown in the cuda compatibility table.

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.
Reply


Messages In This Thread
Hashcat/Nvidia Issues - by JLowborn - 01-11-2025, 12:34 AM
RE: Hashcat/Nvidia Issues - by penguinkeeper - 01-11-2025, 01:12 AM
RE: Hashcat/Nvidia Issues - by JLowborn - 01-11-2025, 04:18 AM
RE: Hashcat/Nvidia Issues - by ZerBea - 01-11-2025, 01:57 PM
RE: Hashcat/Nvidia Issues - by JLowborn - 01-12-2025, 06:40 AM
RE: Hashcat/Nvidia Issues - by ZerBea - 01-12-2025, 09:34 AM