Ryzen 3900x not recognized. - 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: Ryzen 3900x not recognized. (/thread-9128.html) |
Ryzen 3900x not recognized. - Noctis - 04-11-2020 Greetings, I recently got a new machine and I fail to understand why my CPU is not recognized when specifically trying to use it. Code: ./hashcat64.exe -b -m 1000 -O --force -w 4 It finds my graphic card, no problem, but no CPU. When trying the -D 1 option : Code: ./hashcat64.exe -b -m 1000 -O --force -w 4 -D 1 Even if the GPU is probably way faster, I was just trying to see the differences between the two. Am I missing something ? Many thanks in advance. RE: Ryzen 3900x not recognized. - undeath - 04-11-2020 never use --force You need to install the Intel OpenCL runtime for your CPU to work. RE: Ryzen 3900x not recognized. - Noctis - 04-11-2020 (04-11-2020, 12:04 PM)undeath Wrote: never use --force Duly noted for the --force option, thanks for the advice. Not sure I am following you regarding the OpenCL runtime. The Ryzen 3900x is not an Intel processor. RE: Ryzen 3900x not recognized. - undeath - 04-11-2020 Doesn't matter, it works for AMD CPUs, too. RE: Ryzen 3900x not recognized. - Noctis - 04-11-2020 (04-11-2020, 01:05 PM)undeath Wrote: Doesn't matter, it works for AMD CPUs, too. Unfortunately, it seems not to in my case. After installing Intel OpenCL Runtime I got this error : Code: ./hashcat64.exe -b -m 1000 -w 4 -O I would say the Intel OpenCL runtime is not working well with the NVIDIA drivers. Simply uninstalling it did not help and I had to uninstall the drivers and reinstall them again (v445.75). Now I am back to step one but at least hashcat is working. Not quite sure it is worth the time spent in the end. Thanks anyway for your help. RE: Ryzen 3900x not recognized. - undeath - 04-11-2020 Looks like installing the Intel OpenCL runtime broke the ICD loader for you. Maybe you can fix that by reinstalling the loader only. |