oclHashcat-plus + Ubuntu Desktop 12.04 + AMD Radeon 7600M
#2
clGetDeviceIDs() -1 means no OpenCL devices were found. your output of clinfo only shows your CPU, not your GPU. this means the problem is with your driver or xorg configuration.

do not install fglrx from APT, this will not work. you must have Catalyst 13.1 for the current release of hashcat.

start by cleaning up all of the crap your distro installed:

Code:
aptitude purge "~i ?name(fglrx)"

then reboot.

then follow the catalyst installation steps detailed here: http://hashcat.net/wiki/doku.php?id=linu...d_catalyst


Messages In This Thread
RE: oclHashcat-plus + Ubuntu Desktop 12.04 + AMD Radeon 7600M - by epixoip - 06-21-2013, 02:01 AM