Hashcat 3.20 on NVIDIA GTX 480 and Intel Xeon X5482
#1
Hi everyone,

I am trying to run Hashcat 3.2 under Windows 10 (downloaded pre-compiled binaries) and I can't make it work with GPU and CPU at the same time. In fact, I can't make it work with CPU at all. I have NVIDIA GeForce GTX 480. It seems to work fine. I updated Nvidia driver to 376.33. But when I also try to include the CPU ( I have 2 quad core Xeon X5482) I get an error

clCreateContext(): CL_UNKNOWN_ERROR

I also don't understand why hashcat complains about the card not having shader model 5.0. I believe it is shader model 5.0. Anyway, GPU part seems to work.

I tried to install opencl runtime 16.1.1 - did not help.
I tried to install full intel SDK 6.3.0.1904 - did not help.

This is my output:

hashcat64.exe -m 2500 -w 3 -D 1,2  --gpu-temp-abort 80 -a3 test.hccap -1 test.hcchr ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
hashcat (v3.20) starting...
* Device #2: Old CUDA chipset 2.0 detected, OpenCL performance is reduced.
             For ideal hashcat performance on NVIDIA GPU you need Shader Model 5.0 or higher
nvmlDeviceGetCurrPcieLinkWidth(): Not Supported
nvmlDeviceGetClockInfo(): Not Supported
nvmlDeviceGetClockInfo(): Not Supported
nvmlDeviceGetTemperatureThreshold(): Not Supported
nvmlDeviceGetTemperatureThreshold(): Not Supported
nvmlDeviceGetUtilizationRates(): Not Supported
OpenCL Platform #1: Intel(R) Corporation
========================================
* Device #1: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz, 2047/65533 MB allocatable, 8MCU
OpenCL Platform #2: NVIDIA Corporation
======================================
* Device #2: GeForce GTX 480, 384/1536 MB allocatable, 15MCU
Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Applicable Optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
* Brute-Force
* Slow-Hash-SIMD
Watchdog: Temperature abort trigger set to 80c
Watchdog: Temperature retain trigger set to 75c
clCreateContext(): CL_UNKNOWN_ERROR
Started: Thu Dec 22 00:27:40 2016
Stopped: Thu Dec 22 00:27:40 2016
I:\Programs\Hashcat\hashcat-3.20\hashcat-3.20>pause

Thanks.


Messages In This Thread
Hashcat 3.20 on NVIDIA GTX 480 and Intel Xeon X5482 - by ilya980 - 12-22-2016, 07:33 AM