Device #2: NVIDIA GeForce GTX 750 Ti, skipped
#1
Hi guys,
Im using Linux Mint 21 x86_64 and latest hashcat but when I run ./hashcat.bin -m 22000 -b -w 4 I get

Code:
hashcat (v6.2.6) starting in benchmark mode * Device #1: WARNING! Kernel exec timeout is not disabled.             This may cause "CL_OUT_OF_RESOURCES" or related errors.             To disable the timeout, see: https://hashcat.net/q/timeoutpatch * Device #2: WARNING! Kernel exec timeout is not disabled.             This may cause "CL_OUT_OF_RESOURCES" or related errors.             To disable the timeout, see: https://hashcat.net/q/timeoutpatch CUDA API (CUDA 11.6) ==================== * Device #1: NVIDIA GeForce GTX 750 Ti, 1700/1999 MB, 5MCU OpenCL API (OpenCL 3.0 CUDA 11.6.134) - Platform #1 [NVIDIA Corporation] ======================================================================== * Device #2: NVIDIA GeForce GTX 750 Ti, skipped Benchmark relevant options: =========================== * --workload-profile=4 ------------------------------------------------------------- * Hash-Mode 22000 (WPA-PBKDF2-PMKID+EAPOL) [Iterations: 4095] ------------------------------------------------------------- Speed.#1.........:    66672 H/s (303.72ms) @ Accel:32 Loops:1024 Thr:512 Vec:1 Started: Sat Feb 18 23:13:02 2023 Stopped: Sat Feb 18 23:13:11 2023

I have

Code:
$ nvidia-smi Sat Feb 18 23:14:30 2023      +-----------------------------------------------------------------------------+ | NVIDIA-SMI 510.108.03  Driver Version: 510.108.03  CUDA Version: 11.6    | |-------------------------------+----------------------+----------------------+ | 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 ...  Off  | 00000000:01:00.0  On |                  N/A | | 35%  39C    P8    1W /  38W |    269MiB /  2048MiB |      0%      Default | |                              |                      |                  N/A | +-------------------------------+----------------------+----------------------+                                                                               +-----------------------------------------------------------------------------+ | Processes:                                                                  | |  GPU  GI  CI        PID  Type  Process name                  GPU Memory | |        ID  ID                                                  Usage      | |=============================================================================| |    0  N/A  N/A      1421      G  /usr/lib/xorg/Xorg                128MiB | |    0  N/A  N/A      2477      G  /usr/lib/firefox/firefox          137MiB | +-----------------------------------------------------------------------------+

and

Code:
nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2021 NVIDIA Corporation Built on Thu_Nov_18_09:45:30_PST_2021 Cuda compilation tools, release 11.5, V11.5.119 Build cuda_11.5.r11.5/compiler.30672275_0

So why is my card skipped ?
Reply
#2
If you read carefully you'll see that the 750ti was skipped for the OpenCL API, not for the CUDA one, it makes sense since Nvidia GPUs usually works better with CUDA.
Reply
#3
oh how I missed that tnx Xanadrel for pointring that
Reply