try latest beta version of hashcat from https://hashcat.net/beta/
if it's really an intel CPU, you should install the intel OpenCL runtime from: https://software.intel.com/content/www/u...pu-section
if you really want to use POCL, use the latest version. Compile it like this (after uninstalling all the other drivers and older versions of POCL):
(see https://github.com/hashcat/hashcat/issue...-628732757)
if it's really an intel CPU, you should install the intel OpenCL runtime from: https://software.intel.com/content/www/u...pu-section
if you really want to use POCL, use the latest version. Compile it like this (after uninstalling all the other drivers and older versions of POCL):
Code:
sudo apt install -y build-essential ocl-icd-libopencl1 cmake git pkg-config libclang-dev clang llvm make ninja-build ocl-icd-libopencl1 ocl-icd-dev ocl-icd-opencl-dev libhwloc-dev zlib1g zlib1g-dev clinfo dialog apt-utils
git clone https://github.com/pocl/pocl
cd pocl/
mkdir build/
cd build/
cmake ..
make
sudo make install
sudo cp pocl.icd /etc/OpenCL/vendors/
(see https://github.com/hashcat/hashcat/issue...-628732757)