Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days?
#11
I tried a bit to test this, but all I have is a 6970 and I think it's unsupported in hashcat 3?

All I get is CL_DEVICE_NOT_FOUND :/
#12
6970 is VLIW4 and not supported by the new drivers. Your GPU is too old.
#13
I made an OpenCL-only fglrx package that can run on Ubuntu 16.04, however you will need another GPU to run your desktop. I posted the full solution here:

https://community.amd.com/thread/202821

Basically, this is a OpenCL-only fglrx driver and it does not conflict with other graphics drivers. You can install a low-end GPU for desktop only, and use your FirePro just for compute. In my case I have a HD 6450 for X desktop (using the opensource radeon driver) and a R9 280X for OpenCL, and it works flawlessly.
#14
Have you tried hashcat running with your driver?
#15
(07-09-2016, 09:19 AM)atom Wrote: Have you tried hashcat running with your driver?

Yes, here are the results for ./hashcat -a 3 -m 0 example0.hash ?a?a?a?a?a?a. I am using a R9 280X (aka HD 7970). The performance is similar to what I got on a Ubuntu 14.04 machine with fglrx installed.

Code:
07c1252862faff7a560ba64cbc945fe5:aleyle                  
7becb9424f38abff581f6f2a82ff436a:sail00                  
27b797965af03466041487f2a455fe52:mo0000                  
1c169d299c94da7434970b7ff572c2e8:.12345                  
820079d5ccdf6e725f612b72c404fa4d:456ira                  
1459ccf0940e63051d5a875a88acfaaf:pigi00                  
572db1b4a4c9b443cfc5fa840f93421e:ocl600                  
74feb5561bbe3598225671892af8c268:vc4200                  
467976bdd5c0234978aabbd21f303e5c:nzutus                  
e141e1934285e537c88d0874c0a46ce9:c75800                  
f363681b7f39ae4a283f09e4d8c48f0e:u98400                  
39f0766d6ca8c92b43d1bb7f20963e1b:p3nk12                  
8c33a8c9d760f50d3fbd09928a806b0e:h8ww78                  
93874433619186c89a1ec8f41600c5be:saml10                  
3737c01191dc66b6f756ba265b6b706b:minu69                  
59eb05195da84239aeb4bfe7cdeff8d2:mg2340                  
c5b8494297f913008f269f38469a4b74:wfp390                  
e5ce937a7ae5ae9d5783687fe5ce4fe8:jade40                  
a54b35ab1abf1ae437dad96fb0f22c4b:tomi10                  
4d569a18c6fa26bbe351e6b2ac209e7b:keribu                  
844016a5a4e54517f9fa041fffafbdc8:blux13                  
febdba081b7156c70e2141f86a9b26d6:cm6460                  
7c2826cc67833595ee6bfcf064daf21e:save60                  
5e5828c277f461d6dc3fbb1eac4e2fa6:99saso                  
1c8f19ba41b153a0b3d6fac48d4e5f5e:30re50                  
fcc3304d02b1ae024a064f8da62c736c:zone50                  
d8440eef2de0fa3c75e63f6e5832bfe2:ceo975                  
55d48c111dd4a3d8ab88f3814a9bc717:ed2575                  
b27800b6b7115fb4b7a5ce271ec0a8b2:E.Isso                  
9ddbe0017d767560ed0fba20f63958e4:lucdea                  
fe9293394979dcf25c70fe3b40fe8449:0099tt                  
40beb7efab6529216bcc91f3a8b05c9b:lu1963                  
6b576027375ad4912263e95319f351bd:giofio                  
883a34c180cc63878f2e47789d9a9e7f:AZ0347                  
992fd66b4543e0ac23f3193d51b746ee:qmmnsc                  
562c968651f2ce9c3a5f45d6acf69357:kimi73                  
f4d57429809838739c86e7203bd706fb:4800sp                  
fef4240115cd0b68ce7f8d76fea7e8c8:deni--                  
1d824f57ae1b0a0831b826efa090558d:m2511f                  
06cd562bfbe200ff0bc5791592706d71:lopiaz                  
c9944c427745e47c3d53ed63a70658d1:lilla3                  
5276f23962da83c8a2fb58e4a722f6fc:rozee5                  
3e2dfae2aa872916340eb22d9e79f98c:derby_                  
af6f5ab83cb39d2433b12c7eec98d859:willy$                  
INFO: approaching final keyspace, workload adjusted      

                                                         
Session.Name...: hashcat
Status.........: Exhausted
Input.Mode.....: Mask (?a?a?a?a?a?a) [6]
Hash.Target....: File (example0.hash)
Hash.Type......: MD5
Time.Started...: Sat Jul  9 13:16:08 2016 (2 mins, 30 secs)
Speed.Dev.#1...:  5268.3 MH/s (3.55ms)
Recovered......: 44/6494 (0.68%) Digests, 0/1 (0.00%) Salts
Recovered/Time.: CUR:1,N/A,N/A AVG:17.53,1051.74,25241.84 (Min,Hour,Day)
Progress.......: 735091890625/735091890625 (100.00%)
Rejected.......: 0/735091890625 (0.00%)
#16
The only problem now is that since there is no X running on the GPU, ADL does not work (returns -21 ADL_ERR_NO_XDISPLAY), and things like temperature control do not work. This can be solved by put ADL into console mode via the ADL_ConsoleMode_FileDescriptor_Set API when ADL_ERR_NO_XDISPLAY is detected. More details can be found on the AMD community forum.

https://community.amd.com/thread/169973
https://community.amd.com/thread/189505
#17
Never heard of ADL_ConsoleMode_FileDescriptor_Set. Need to try out.
#18
Just mentioning:
The AMDGPU PRO (or beta) driver, has out of the box support for Ubuntu 16.04 with OpenCL 1.2 (2.0 promissed soon) on my Radeon R9 290X.

Tested and approved.