Hashcat not running on my CPU - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Hashcat not running on my CPU (/thread-8413.html) |
Hashcat not running on my CPU - oneup - 06-09-2019 I am trying to run hashcat on both my CPU and GPU because by GPU is not that fancy. I installed the OpenCL drivers from intel (install_GUI.sh from l_opencl_p_18.1.0.015) and the OpenCL packages as mentioned in the wiki. After much trouble I managed to get hashcat to recognize my CPU: Code: hashcat -I When I run hashcat with "-d 2" it runs fine on my GPU (but only at ~135kH/s). But when I try to run it on my CPU with "-d 1" it says: Code: hashcat (v5.1.0-1138-g581839d4) starting... How could this be? It's actually detecting both devices, it runs on my GPU but when I specify the CPU it says no devices found? RE: Hashcat not running on my CPU - philsmd - 06-09-2019 --opencl-device-types 1,2 (or short -D 1,2) to enable both CPU and GPU cracking. see --help output RE: Hashcat not running on my CPU - oneup - 06-09-2019 (06-09-2019, 09:20 AM)philsmd Wrote: --opencl-device-types 1,2 (or short -D 1,2) to enable both CPU and GPU cracking. see --help output That works, thanks a lot. I did actually study the "--help" output and I can't believe I missed that, please forgive me (I'm a newbie) BTW, I think it's really funny that this forum requires you to use a password of at least 16 characters RE: Hashcat not running on my CPU - Mem5 - 06-09-2019 (06-09-2019, 10:32 AM)oneup Wrote: BTW, I think it's really funny that this forum requires you to use a password of at least 16 characters I guess you know why |