![]() |
Hashcat 3.0 CL_UNKNOWN_ERROR - 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 3.0 CL_UNKNOWN_ERROR (/thread-5589.html) Pages:
1
2
|
RE: Hashcat 3.0 CL_UNKNOWN_ERROR - lisa - 07-03-2016 (07-02-2016, 09:43 PM)MsChievous Wrote:(07-02-2016, 08:52 PM)lisa Wrote: Thank you again for your time. Unfortunately this did not help for me. I don't have 2.0 downloaded at the moment but got it on a different computer where I can download it. This did not work for me, however, it might work for other people that have the same issue as me. Thanks for everything. RE: Hashcat 3.0 CL_UNKNOWN_ERROR - scottlinux - 07-26-2016 To fix this on Ubuntu 16.04 (and Debian stretch): Code: sudo apt install beignet-opencl-icd Cheers, RE: Hashcat 3.0 CL_UNKNOWN_ERROR - atom - 07-27-2016 The Intel OpenCL runtime 16.1 runs fine on Ubuntu 16.04. It shows that incompatibility error, but it works. RE: Hashcat 3.0 CL_UNKNOWN_ERROR - first_colocation - 12-24-2016 I have the same problem, after trying to install several driver for my nvidia card I still getting clGetDeviceIDs(): CL_DEVICE_NOT_FOUND ubuntu 16.04 also I tried to install sudo apt-get install beignet-opencl-icd but problem doesn't dissapear RE: Hashcat 3.0 CL_UNKNOWN_ERROR - first_colocation - 12-24-2016 entire output: Code: hashcat (v3.20) starting in benchmark mode... RE: Hashcat 3.0 CL_UNKNOWN_ERROR - trebla - 01-10-2017 I get the same error on a pretty old laptop with an unsupported GPU. But I want to run CPU-only without OpenCL, is that possible with hashcat? Code: clGetDeviceIDs(): CL_DEVICE_NOT_FOUND It works with my other computers that has OpenCL capable GPU ![]() RE: Hashcat 3.0 CL_UNKNOWN_ERROR - philsmd - 01-10-2017 you can just use the --opencl-device-types 1 (or short -D 1) command line argument to filter your cpu devices. Of course the correct OpenCL driver (also make sure which version numbers hashcat suggests) must be installed. This is also explained in the --help output: Quote:-D, --opencl-device-types | Str | OpenCL device-types to use, separate with comma | -D 1 ... and no, it's not possible to run hashcat on CPUs/GPUs that do not support OpenCL at all (I'm refering here to your sentence "I want to run CPU-only without OpenCL", you might use hashcat-legacy for that case <- unrecommended because hashcat-legacy will not be updated frequently) RE: Hashcat 3.0 CL_UNKNOWN_ERROR - OmegaScript - 04-15-2017 (12-24-2016, 07:51 PM)first_colocation Wrote: I have the same problem, after trying to install several driver for my nvidia card I still getting apt install -y ocl-icd-libopencl1 nvidia-driver nvidia-cuda-toolkit --this worked for the nvidia geforce GTX 960M |