hashcat Forum
processor couldn't load - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: processor couldn't load (/thread-6615.html)



processor couldn't load - baba - 06-02-2017

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


RE: processor couldn't load - philsmd - 06-02-2017

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


RE: processor couldn't load - baba - 06-02-2017

Thanks Mr.philsmd
it is -D 1,2 working