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
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
Yes, it is.
however, the traditional version of Kraken isn't capable of using all CPU cores!
At least our patched version, which someone uploaded to github: https://github.com/0x7678/typhon-vx/tree/master/kraken, can.
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
This does not really matter, it just says it tries to use AMD OpenCL device, if it fails, it should fallback to intel (or just other devices in system)
File "./oclvankus.py", line 13, in <module> import libvankus ImportError: No module named 'libvankus'
You probably have not compiled libvankus. It's the "libvankus" target in the Makefile.
My goal is just using all the CPU cores in using Kraken!
You might have bottlenect somewhere else, e.g. in disks. You can print it in Kraken.cpp: https://github.com/0x7678/typhon-vx/blob/master/kraken/Kraken/Kraken.cpp#L37...
On 4.2.2016 11:44, alizadeh wrote:
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
Brmlab mailing list Brmlab@brmlab.cz https://brmlab.cz/cgi-bin/mailman/listinfo/brmlab