09-14-2017, 12:46 PM
Okay i have a intel I-7 Quad core
Intel® Core™ i7-6700
64GB RAM
GPU:
# sudo lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 5912 (rev 04)
So i DO
sudo apt-cache search opencl | grep -i intel
beignet - OpenCL library for Intel GPUs - transitional dummy package
beignet-dev - OpenCL for Intel GPUs (development files and documentation)
beignet-opencl-icd - OpenCL library for Intel GPUs
And i install each Package
Sudo apt-get intall beignet
Sudo apt-get intall beignet-dev
Sudo apt-get intall beignet-opencl-icd
and when i go to run hashcat these happen:
Any possible solution?
Intel® Core™ i7-6700
64GB RAM
GPU:
# sudo lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 5912 (rev 04)
So i DO
sudo apt-cache search opencl | grep -i intel
beignet - OpenCL library for Intel GPUs - transitional dummy package
beignet-dev - OpenCL for Intel GPUs (development files and documentation)
beignet-opencl-icd - OpenCL library for Intel GPUs
And i install each Package
Sudo apt-get intall beignet
Sudo apt-get intall beignet-dev
Sudo apt-get intall beignet-opencl-icd
and when i go to run hashcat these happen:
PHP Code:
hashcat -m 2611 -a 0 /Desktop/Hashe/hashsalt.txt /Desktop/passwords/
hashcat (v3.30) starting...
No protocol specified
No protocol specified
beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL works, you can ignore this message)
No protocol specified
beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL works, you can ignore this message)
No protocol specified
beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL works, you can ignore this message)
clGetDeviceIDs(): CL_DEVICE_NOT_FOUND
No protocol specified
beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL works, you can ignore this message)
clGetDeviceIDs(): CL_DEVICE_NOT_FOUND
clGetDeviceIDs(): CL_DEVICE_NOT_FOUND
No protocol specified
beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL works, you can ignore this message)
clGetDeviceIDs(): CL_DEVICE_NOT_FOUND
No devices found/left
Started: Thu Sep 14 12:33:03 2017
Stopped: Thu Sep 14 12:33:03 2017
Any possible solution?