Hi all,
I have recently tried to install deka in order to use it in conjunction with a CPU, instead of a GPU, to crack. In fact, due to capability of deka of using OpenCL, I think that it's possible to use it with 12 core CPU to crack; however, the traditional version of Kraken isn't capable of using all CPU cores!
I installed OpenCL for intel CPUs. Currently I have installed both AMD and intel OpenCL devices:
2 OpenCL Platforms found
CL_PLATFORM_NAME: AMD Accelerated Parallel Processing
CL_PLATFORM_VERSION: OpenCL 2.0 AMD-APP (1729.3)
OpenCL Device Info:
1 devices found supporting OpenCL on: AMD Accelerated Parallel Processing
OpenCL Device Info:
1 devices found supporting OpenCL on: Intel(R) OpenCL
But I got the following error at the step of running "oclvankus.py" in the installation process of deka:
modprobe: ERROR: could not insert 'fglrx': No such device
Error! Fail to load fglrx kernel module! Maybe you can switch to root user to load kernel module directly
modprobe: ERROR: could not insert 'fglrx': No such device
Error! Fail to load fglrx kernel module! Maybe you can switch to root user to load kernel module directly
modprobe: ERROR: could not insert 'fglrx': No such device
Error! Fail to load fglrx kernel module! Maybe you can switch to root user to load kernel module directly
Traceback (most recent call last):
File "./oclvankus.py", line 13, in <module>
import libvankus
ImportError: No module named 'libvankus'
What is the problem? How could I fix this? My goal is just using all the CPU cores in using Kraken!
Please help me.
Thanks in advance