![]() |
Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days? (/thread-5410.html) Pages:
1
2
|
RE: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days? - RulerOfHeck - 06-19-2016 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 :/ RE: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days? - epixoip - 06-20-2016 6970 is VLIW4 and not supported by the new drivers. Your GPU is too old. RE: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days? - hzhang - 07-09-2016 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. RE: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days? - atom - 07-09-2016 Have you tried hashcat running with your driver? RE: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days? - hzhang - 07-09-2016 (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 RE: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days? - hzhang - 07-09-2016 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 RE: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days? - atom - 07-11-2016 Never heard of ADL_ConsoleMode_FileDescriptor_Set. Need to try out. RE: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days? - Dschoni - 09-21-2016 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. |