hashcat Forum

Full Version: processor couldn't load
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when i use hashcat. My pc processor couldn't load ( accelerate )

* Device # Tahiti, 2816/3072 MB allocatable. 32MCU
* Device # Intel(R) Core (TM) i7-2600K CPU @ 3.40GHz. skipped.

only work GPU. i missing any command??? 
usually i did like that ( hashcat64 -m 2500 -a 3 -w 3 -1 -1 0123456789ABCDEF test.hccapx ?1?1?1?1?1?1?1?1 )

i7 Intel Processor 
ATI HD 7970
please see the output of hashcat64 --help

For instance for CPU and GPU you could use --opencl-device-types 1,2 (or short -D 1,2)

BTW: your command also contains an error "-1 -1" makes no sense, one "-1" is enough
Thanks Mr.philsmd
it is -D 1,2 working