oclHashcat complaining with correct driver installed - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: oclHashcat complaining with correct driver installed (/thread-3962.html) |
oclHashcat complaining with correct driver installed - duncanidahoe - 01-08-2015 Hi, I have Version 1.31 runnining on Ubuntu 14.04 with AMD Catalyst 14.9. Somehow oclhashcat complains about a wrong driver version: Code: ~/oclHashcat-1.31$ ./oclHashcat64.bin -b Installed driver Code: $ fglrxinfo Code: $ clinfo | grep -i "driver version" Any hints what I did wrong? RE: oclHashcat complaining with correct driver installed - philsmd - 01-08-2015 The driver version for catalyst 14.9 is 1573... version 1214.3 is much older and that version number should correspond to catalyst 13.6. So you either have catalyst 13.6 installed, or AMD APP SDK installed and/or not cleanly removed the previous driver. After you install the correct driver 14.9 you should see the version number as below: $ clinfo | grep -i "driver version" Driver version: 1573.4 (VM) RE: oclHashcat complaining with correct driver installed - duncanidahoe - 01-08-2015 (01-08-2015, 03:29 PM)philsmd Wrote: The driver version for catalyst 14.9 is 1573... Forgot my last (now deleted) comment. It was the installed AMD APP SDK. This @#$% did some LD_PRELOAD magic and thus the driver fuckup. Thanks again for the help!! RE: oclHashcat complaining with correct driver installed - philsmd - 01-08-2015 Glad it worked. Thread closed |