04-28-2020, 10:06 AM
Hi folks,
For some reason, my hashcat can use only GPU, CPU seems to be "not available". Hashcat does not see it within the available devices.
Do you have any clue why? My CPU isn't old (i9-9900KF), and drivers should be up-to-date. I tried to explicitly enable it along with GPU using a parameter "-D 1,2" and also with "-d 1,2" ) for benchmarks in any combination, but without success.
Thank you in advance for any advice!
For some reason, my hashcat can use only GPU, CPU seems to be "not available". Hashcat does not see it within the available devices.
Do you have any clue why? My CPU isn't old (i9-9900KF), and drivers should be up-to-date. I tried to explicitly enable it along with GPU using a parameter "-D 1,2" and also with "-d 1,2" ) for benchmarks in any combination, but without success.
Code:
[ 9:55:56] C:\hashcat-5.1.0>hashcat64.exe -m 0 -D 1,2 -b
hashcat (v5.1.0) starting in benchmark mode...
Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.
* 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
OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce RTX 2080 SUPER, 2048/8192 MB allocatable, 48MCU
Benchmark relevant options:
===========================
* --opencl-device-types=1,2
* --optimized-kernel-enable
Hashmode: 0 - MD5
Speed.#1.........: 43729.5 MH/s (73.23ms) @ Accel:256 Loops:1024 Thr:256 Vec:4
Started: Tue Apr 28 09:56:20 2020
Stopped: Tue Apr 28 09:56:27 2020
[ 9:56:27] C:\hashcat-5.1.0>
[ 9:56:30] C:\hashcat-5.1.0>hashcat64.exe -I
hashcat (v5.1.0) starting...
OpenCL Info:
Platform ID #1
Vendor : NVIDIA Corporation
Name : NVIDIA CUDA
Version : OpenCL 1.2 CUDA 10.1.0
Device ID #1
Type : GPU
Vendor ID : 32
Vendor : NVIDIA Corporation
Name : GeForce RTX 2080 SUPER
Version : OpenCL 1.2 CUDA
Processor(s) : 48
Clock : 1845
Memory : 2048/8192 MB allocatable
OpenCL Version : OpenCL C 1.2
Driver Version : 436.30
[ 9:56:34] C:\hashcat-5.1.0>
[ 9:56:57] C:\hashcat-5.1.0># CPU INFO:
[ 9:57:03] C:\hashcat-5.1.0>wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status
Caption DeviceID MaxClockSpeed Name NumberOfCores Status
Intel64 Family 6 Model 158 Stepping 13 CPU0 3600 Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz 8 OK
[ 9:57:14] C:\hashcat-5.1.0>
Thank you in advance for any advice!