Problem with Intel CPU ( 0000 @ 2.10 GHZ )
#1
Hello everyone. Im trying to make benchmark on CPU like this: cpu It's a notebook CPU ( i9 - 9980HK ) inserted into desktop motherboard ( mutant ). 

When i'm launching hashcat -b -m 15700 i can see: 

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

OpenCL API (OpenCL 2.1 ) - Platform #1 [Intel(R) Corporation]
=============================================================
* Device #1: Intel(R) UHD Graphics 630, 12992/26096 MB (2047 MB allocatable), 24MCU
* Device #2: Genuine Intel(R) CPU 0000 @ 2.10GHz, skipped

OpenCL API (OpenCL 2.1 WINDOWS) - Platform #2 [Intel(R) Corporation]
====================================================================
* Device #3: Genuine Intel(R) CPU 0000 @ 2.10GHz, skipped

Benchmark relevant options:
===========================
* --backend-devices-virtual=1
* --optimized-kernel-enable

----------------------------------------------------------------
* Hash-Mode 15700 (Ethereum Wallet, SCRYPT) [Iterations: 262144]
----------------------------------------------------------------

Speed.#1.........:        0 H/s (56.27ms) @ Accel:1 Loops:1024 Thr:4 Vec:1

Started: Fri Jun 14 18:57:48 2024
Stopped: Fri Jun 14 18:57:59 2024

------------------------------
When i' launching hashcat -b -m 15700 -D 1 i can see only:

---------------------------
hashcat (v6.2.6-813-g686bc227c) 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.
----------------------------

How can i solve this problem ? ( force hashcat to use this cpu ) thx

P.S. Intel Processor Diagnostic Tool says: CPU 1 - BrandString - Fail.
Reply
#2
Those kinds of CPUs can be really difficult, especially engineering samples, which that probably is. The 15700 is by far the slowest algorithm Hashcat supports so even with your CPU functioning, you won't get more than 10H/s at best. The only reason it's saying 0H/s is because it's rounding down, so it's less than 0.5H/s. It may help if you do "-D 1 -d 3" but OpenCL is crashing here, it's not a Hashcat issue, it's your environment or CPU not being happy with OpenCL
Reply
#3
It's not sayng 0H/s. It; saying:

hashcat (v6.2.6-813-g686bc227c) 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.

Like hashcat not starting benchmarking. With GPU (igpu) hashcat saying - 0 H/s.
Reply
#4
Solved: Restored default BIOS. 31 H/s
Reply