(01-25-2021, 06:34 PM)undeath Wrote: remove pocl
i ran this command with output:
Code:
apt list --installed | grep pocl
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libpocl2-common/stable,stable,now 1.2-5 all [installed,auto-removable]
libpocl2/stable,now 1.2-5 amd64 [installed,auto-removable]
so then I ran "sudo apt autoremove" to remove those two results. I verified they were removed by running "apt list --installed | grep pocl" again. Then I ran the installer for OpenCL from Intel, then "hashcat -I" and got this error message:
Code:
hashcat (v6.1.1-120-g15bf8b730) starting...
clCreateContext(): CL_DEVICE_NOT_AVAILABLE
It will then hang after that.