Posts: 9 
	Threads: 1 
	Joined: May 2013
	
	 
 
	
	
		 (06-07-2013, 04:35 PM)Paxy Wrote:  Hi, 
Tnx for explanation guide, but I have a same issue with different driver set. 
As I have AMD FirePro V5900, 13.1 Catalyst at your link is not working for my card, and I have to use 9.0 Catalyst from link http://support.amd.com/us/gpudownload/fi...linux.aspx 
 
Driver is installed correctly, and tools like glxgears and fgl_glxgears works correctly. But ./oclExample0.sh still returning ./oclExample0.sh: line 1: 15331 Segmentation fault      (core dumped) ./oclHashcat-plus64.bin -t 32 -a 7 example0.hash ?a?a?a?a example.dict 
 
This drivers has OpenCL Runtime so ocl should work, but for some reason I am getting Segmentation fault issue. 
 
Any suggestion ? 
HI Paxy 
my suggestion would be: to go for the newest driver, which at current moment are catalyst 13.4  http://www2.ati.com/drivers/linux/amd-dr...x86_64.zip
but don't insall it directly -  generate the files and instal them manually. 
the crucial part for me was doing  Code: aticonfig  --initial -f
 and of course the library linking  Code: ln -s /usr/lib32  /usr/lib/
 additional thing to remeber is to check 2 main things : 
1. that the system is up to date -is  gcc compiler  updated ? 
2. when when removing old drivers verify that there are no particals left  - sometimes it is not completely removed - try running : Code: dpkg -l |grep *YOUR DRIVER*
 Code: dpkg -P *YOUR DRIVER*
 keep me posted and i'll try to help you out - i am not having any computer at the moment , so be patient.
	  
	
	
	
	
 
 
	
	
	
		
	Posts: 6 
	Threads: 1 
	Joined: Jun 2013
	
	 
 
	
	
		Unfortunately, this driver-set do not support FirePro cards, just Radeon cards. 
I have tried with this drivers and aticonfig  --initial shows no device found.
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 9 
	Threads: 1 
	Joined: May 2013
	
	 
 
	
	
		 (06-07-2013, 06:37 PM)Paxy Wrote:  Unfortunately, this driver-set do not support FirePro cards, just Radeon cards. 
I have tried with this drivers and aticonfig  --initial shows no device found. 
Try to search for suggested driver for your card. I am not familiar with l ati graphics so all could do is to assume that they are from the same family ofdrivers. Try using jockey- i have read that it had been useful.
	  
	
	
	
	
 
 
	
	
	
		
	Posts: 6 
	Threads: 1 
	Joined: Jun 2013
	
	 
 
	
		
		
		06-07-2013, 08:38 PM 
(This post was last modified: 06-07-2013, 08:39 PM by Paxy.)
		
	 
	
		Here are my findings. 
With AMD FirePro card I have to use Linux driver (version 9, or 12 beta) like on link above. 
oclHashcat-plus64.bin returns Segmentation fault immediately after installing (both automatic, or manual) Catalyst drivers.  
After some testing, guided by article ( http://ofan666.blogspot.com/2011/04/inst...cl-in.html) I have installed AMD APP SDK and PytonOpenCL, I can confirm that this AMD drivers work correctly with Pyton benchmark-all.py script. 
Further testing with oclHashcat-plus64.bin called by
 Code: ./oclHashcat-plus64.bin -t 32 -a 7 example0.hash ?a?a?a?a example.dict --gpu-temp-disable  
 
oclHashcat-plus v0.14 by atom starting... 
 
Hashes: 6494 total, 1 unique salts, 6494 unique digests 
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes 
Workload: 256 loops, 80 accel 
Watchdog: Temperature abort trigger disabled 
Watchdog: Temperature retain trigger disabled 
Device #1: Cayman, 1024MB, 600Mhz, 8MCU 
 
 
STOP! Unsupported or bad installed GPU driver version detected! 
 
You need -exactly- Catalyst v13.1 for very good reasons 
You can use --force to override this but do not post error reports if you do so
  shows that Hashcat detect GPU 
After --force argument, still not processing by Hashcat with following message:
 Code: oclHashcat-plus v0.14 by atom starting... 
 
Hashes: 6494 total, 1 unique salts, 6494 unique digests 
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes 
Workload: 256 loops, 80 accel 
Watchdog: Temperature abort trigger disabled 
Watchdog: Temperature retain trigger disabled 
Device #1: Cayman, 1024MB, 600Mhz, 8MCU 
Device #1: Kernel ./kernels/4098/m0000_a1.Cayman_1124.2_1124.2.kernel not found in cache! Building may take a while... 
ERROR: ./kernels/4098/m0000_a1.VLIW4.llvmir: No such file or directory
  
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 9 
	Threads: 1 
	Joined: May 2013
	
	 
 
	
	
		 (06-07-2013, 08:38 PM)Paxy Wrote:  Here are my findings. 
With AMD FirePro card I have to use Linux driver (version 9, or 12 beta) like on link above. 
oclHashcat-plus64.bin returns Segmentation fault immediately after installing (both automatic, or manual) Catalyst drivers.  
After some testing, guided by article (http://ofan666.blogspot.com/2011/04/inst...cl-in.html) I have installed AMD APP SDK and PytonOpenCL, I can confirm that this AMD drivers work correctly with Pyton benchmark-all.py script. 
Further testing with oclHashcat-plus64.bin called by 
Code: ./oclHashcat-plus64.bin -t 32 -a 7 example0.hash ?a?a?a?a example.dict --gpu-temp-disable  
 
oclHashcat-plus v0.14 by atom starting... 
 
Hashes: 6494 total, 1 unique salts, 6494 unique digests 
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes 
Workload: 256 loops, 80 accel 
Watchdog: Temperature abort trigger disabled 
Watchdog: Temperature retain trigger disabled 
Device #1: Cayman, 1024MB, 600Mhz, 8MCU 
 
 
STOP! Unsupported or bad installed GPU driver version detected! 
 
You need -exactly- Catalyst v13.1 for very good reasons 
You can use --force to override this but do not post error reports if you do so
   shows that Hashcat detect GPU 
After --force argument, still not processing by Hashcat with following message: 
Code: oclHashcat-plus v0.14 by atom starting... 
 
Hashes: 6494 total, 1 unique salts, 6494 unique digests 
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes 
Workload: 256 loops, 80 accel 
Watchdog: Temperature abort trigger disabled 
Watchdog: Temperature retain trigger disabled 
Device #1: Cayman, 1024MB, 600Mhz, 8MCU 
Device #1: Kernel ./kerneltrys/4098/m0000_a1.Cayman_1124.2_1124.2.kernel not found in cache! Building may take a while... 
ERROR: ./kernels/4098/m0000_a1.VLIW4.llvmir: No such file or directory
  
Try removing development packets
	  
	
	
	
	
 
 
	 
 |