07-23-2021, 06:19 PM
(07-23-2021, 04:11 PM)Snoopy Wrote: plz try uninstalling pocl and switch to the intel opencl runtime provided directly by intel
sudo apt-get remove pocl-opencl-icd
https://software.intel.com/content/www/u...pu-section
or
try to search for the intel-opencl in your package manager
pocl seems to "misbehave" sometimes
I did:
Code:
sudo apt-fast remove pocl-opencl-icd
sudo apt-fast install intel-opencl-icd
Package was replaced successfully. Then I retried:
Code:
User@Laptop:~$ hashcat -b --benchmark-all
hashcat (v6.2.3-37-gedab99cdf) starting in benchmark mode
Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.
* Device #1: Unstable OpenCL driver detected!
This OpenCL driver may fail kernel compilation or produce false negatives.
You can use --force to override, but do not report related errors.
No devices found/left.
Started: Fri Jul 23 18:16:18 2021
Stopped: Fri Jul 23 18:16:18 2021
Should I recompile hashcat?