Driver pain. - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: Driver pain. (/thread-4471.html) |
Driver pain. - ragequit - 06-23-2015 Is there a foolproof way to get the correct driver installed? first things first...Ubuntu 12.04 LTS HD7970s was working fine on 1.31 apparently had the .deb installed before, Code: sudo dpkg -r fglrx-dev fglrx-amdcccle fglrx https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do Code: sudo su so far so good. 'dmesg | grep fglrx' returns nothing next: unpacked the 14.9 driver and: Code: cd fglrx-14.301.1001/ What did I miss? RE: Driver pain. - ragequit - 06-23-2015 if this happens to anyone else: AMD APP SDK was the culprit. 1. Delete the directory pointed to the AMDAPPSDKROOT environment variable. 2. Remove the AMDAPPSDKROOT and LD_LIBRARY_PATH environment variables. (in /etc/profile in my case) 3. Delete the amdocl[32][64].so from /etc/OpenCL/vendors. reboot |