01-11-2025, 12:34 AM
I'm having issues to use hashcat, as it always return me the following error:
So far I've tried reinstalling both Cuda and Nvidia drivers, using different versions, searching in different places on methods of install, and no success. I'm currently using the latest available hashcat version (6.2.6).
Here's the output from nvidia-smi and cuda version:
Finally, here's my system specifications:
Feel free to ask for any relevant information needed to solve this issue.
Code:
nvmlDeviceGetFanSpeed(): Not Supported
CUDA API (CUDA 12.4)
====================
* Device #1: NVIDIA GeForce RTX 2080 with Max-Q Design, 7854/7967 MB, 46MCU
OpenCL API (OpenCL 3.0 CUDA 12.4.131) - Platform #1 [NVIDIA Corporation]
========================================================================
* Device #2: NVIDIA GeForce RTX 2080 with Max-Q Design, skipped
Benchmark relevant options:
===========================
* --optimized-kernel-enable
-------------------
* Hash-Mode 0 (MD5)
-------------------
cuLinkAddData(): the provided PTX was compiled with an unsupported toolchain.
* Device #1: Kernel /usr/share/hashcat/OpenCL/shared.cl link failed. Error Log:
ptxas application ptx input, line 9; fatal : Unsupported .version 8.5; current version is '8.4'
* Device #1: Kernel /usr/share/hashcat/OpenCL/shared.cl build failed.
So far I've tried reinstalling both Cuda and Nvidia drivers, using different versions, searching in different places on methods of install, and no success. I'm currently using the latest available hashcat version (6.2.6).
Here's the output from nvidia-smi and cuda version:
Code:
$ sudo pacman -Q | grep hashcat
hashcat 1:6.2.6-2
$ sudo pacman -Q | grep cuda
cuda 12.6.3-1
$ nvidia-smi
Fri Jan 10 19:28:07 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.142 Driver Version: 550.142 CUDA Version: 12.4 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 2080 ... Off | 00000000:01:00.0 Off | N/A |
| N/A 57C P0 16W / 90W | 1MiB / 8192MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
+-----------------------------------------------------------------------------------------+
Finally, here's my system specifications:
Code:
OS: Manjaro 24.1.2 Xahea
Kernel: x86_64 Linux 6.6.54-2-MANJARO
DE: GNOME 46.4
CPU: Intel Core i7-8750H @ 12x 4.1GHz [74.0°C]
GPU: NVIDIA GeForce RTX 2080 with Max-Q Design
Feel free to ask for any relevant information needed to solve this issue.