Posts: 27
Threads: 8
Joined: Nov 2015
Code:
fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 7560D
OpenGL version string: 4.5.13416 Compatibility Profile Context 15.302
Code:
drwxr-xr-x 7 root root 4096 dic 11 18:23 ./
drwxr-xr-x 4 root root 4096 dic 11 18:23 ../
-r--r--r-- 1 root root 13292 dic 11 18:23 APPSDK-EULA-linux.txt
drwxr-xr-x 4 root root 4096 dic 11 18:23 bin/
drwxr-xr-x 2 root root 4096 dic 11 18:23 docs/
drwxr-xr-x 5 root root 4096 dic 11 18:23 include/
-rwxr-xr-x 1 root root 48415 dic 11 18:23 install.sh*
drwxr-xr-x 4 root root 4096 dic 11 18:23 lib/
drwxr-xr-x 5 root root 4096 dic 11 18:23 samples/
-rw-r--r-- 1 root root 31150 dic 11 18:23 shflags
-rwxr-xr-x 1 root root 23459 dic 11 18:23 uninstall.sh*
Code:
hp@hp-desktop:~$ ll /opt/AMDAPPSDK-3.0/lib/x86_64/
totale 37528
drwxr-xr-x 3 root root 4096 gen 9 16:20 ./
drwxr-xr-x 4 root root 4096 dic 11 18:23 ../
-rwxr-xr-x 1 root root 37230320 dic 11 18:23 libamdocl12cl64.so*
-rwxr-xr-x 1 root root 428135 dic 11 18:23 libGLEW.so*
-rwxr-xr-x 1 root root 753434 dic 11 18:23 libglut.so*
lrwxrwxrwx 1 root root 23 gen 9 16:20 libOpenCL.so -> /usr/lib/libOpenCL.so.1
drwxr-xr-x 2 root root 4096 gen 9 16:20 sdk/
hp@hp-desktop:~$ ll /opt/AMDAPPSDK-3.0/lib/x86_64/sdk/lib
libamdocl64.so libOpenCL.so libOpenCL.so.1
hp@hp-desktop:~$ ll /opt/AMDAPPSDK-3.0/lib/x86_64/sdk/lib
libamdocl64.so libOpenCL.so libOpenCL.so.1
hp@hp-desktop:~$ ll /opt/AMDAPPSDK-3.0/lib/x86_64/sdk/lib
but I got this message
Code:
./oclHashcat-2.01/oclHashcat64.bin --restore --session ch5-8
./oclHashcat-2.01/oclHashcat64.bin: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: version `OPENCL_2.0' not found (required by ./oclHashcat-2.01/oclHashcat64.bin)
Posts: 346
Threads: 3
Joined: May 2010
Posts: 27
Threads: 8
Joined: Nov 2015
01-11-2016, 06:25 PM
(This post was last modified: 01-11-2016, 06:48 PM by n_lona.)
[quote='Xanadrel' pid='27864' dateline='1452359985']
https://hashcat.net/quote]
new problem
Code:
/oclHashcat-2.01/oclHashcat64.bin --benchmark
oclHashcat v2.01 starting in benchmark-mode...
ERROR: clGetDeviceIDs() -1
where should i put #define CL_DEVICE_NOT_FOUND -1 ?
Code:
clinfo
Number of platforms: 1
Platform Profile: FULL_PROFILE
Platform Version: OpenCL 2.0 AMD-APP (1912.5)
Platform Name: AMD Accelerated Parallel Processing
Platform Vendor: Advanced Micro Devices, Inc.
Platform Extensions: cl_khr_icd cl_amd_event_callback cl_amd_offline_devices
Platform Name: AMD Accelerated Parallel Processing
Number of devices: 1
Device Type: CL_DEVICE_TYPE_CPU
Vendor ID: 1002h
Errore di segmentazione (core dump creato)
Code:
lspci | grep -i vga
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7560D]
ls -la /dev/ati/card0
crw-rw-rw- 1 root root 250, 0 Jan 11 16:58 /dev/ati/card0
amdconfig --list-adapters
* 0. 00:01.0 AMD Radeon HD 7560D
* - Default adapter
Code:
dpkg -l | egrep -i 'nvidia|fglrx|opencl'
rc fglrx 2:14.501-0ubuntu1 amd64 Video driver for the AMD graphics accelerators
ii ocl-icd-libopencl1:amd64 2.1.3-4 amd64 Generic OpenCL ICD Loader
ii ocl-icd-libopencl1:i386 2.1.3-4 i386
Posts: 2,936
Threads: 12
Joined: May 2012
Your OpenCL installation is a mess. You should have none of those packages installed.
Posts: 27
Threads: 8
Joined: Nov 2015
(01-11-2016, 07:02 PM)epixoip Wrote: Your OpenCL installation is a mess. You should have none of those packages installed.
what should I do thx?
Posts: 2,936
Threads: 12
Joined: May 2012
Well, if I tell you that you should have none of those packages installed, then the first thing you should probably do is purge those packages.
Posts: 27
Threads: 8
Joined: Nov 2015
(01-11-2016, 11:23 PM)epixoip Wrote: Well, if I tell you that you should have none of those packages installed, then the first thing you should probably do is purge those packages.
is there a way to continue using this hardware (in awainting psu and gpu upgrade) even if
Code:
OpenCL™ 1.2 conformance logs submitted for: AMD A-5xxx and A-4xxx APUs (Windows®), Radeon HD 7900, Radeon HD 7800, Radeon HD 6900, Radeon HD 6400, Radeon HD 6300, Radeon HD 5800, FirePro W8000, FirePro W9000, AMD FirePro W9000X2, AMD FirePro S9000, FirePro V9800, FirePro V8800, FirePro V7900, FirePro V7800, FirePro V5900, x86 15h Family CPUs with SSE2 & AVX support.
it seems to be only 1.2 capable? Maybe amdapp 3 and driver < 15.7 and on my own compiled oclhashcat?