oclHashcat 1.30 vs. Catalyst 14.10 on Linux
#5
(09-22-2014, 02:02 PM)philsmd Wrote: It definitely works on both 32 bit and 64 bit with ubuntu 12.04 (as recommended in the guide, I am unsure why you say you followed the guide, but you used ubuntu 14.04).

I tried both 12.04.4 and 14.04. The clinfo output with the beta driver on 12.04.4 is here: http://pastebin.com/niJ8igFx

(09-22-2014, 02:02 PM)philsmd Wrote: There are some things that you need to double-check:
- clinfo output to troubleshoot (post it on pastebin and link it here s.t. we can check the version number of catalyst etc)
- make sure that no open source driver for the graphics cards is installed (they normally get shipped w/ the distros, but you need to uninstall them)

How can I know which drivers to uninstall? I grepped dpkg output and tried to remove xserver-xorg-video-* but it causes dependency issues. Also the wiki says that I should install xserver-xorg-video-ati for example.

Quote:- use this driver w/ oclHashcat 1.30 http://support.amd.com/en-us/download/de...=Linux+x86 ( linux-amd-catalyst-14.6-beta-v1.0-jul11.zip )

I forgot to mention this before: The beta driver works with some distros to a point but kills the graphics card output (I can only work through SSH) and after less than a second the oclHashcat process becomes unresponsive:


$ ./oclExample400.sh
oclHashcat v1.30 starting...

Device #1: Tahiti, 2918MB, 1000Mhz, 32MCU
Device #2: Tahiti, 2967MB, 1000Mhz, 32MCU

Hashes: 1 hashes; 1 unique digests, 1 unique salts
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 1
Applicable Optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Kernel ./kernels/4098/m0400.Tahiti_1526.3_1526.3 (VM).kernel not found in cache! Building may take a while...
Device #1: Kernel ./kernels/4098/m0400.Tahiti_1526.3_1526.3 (VM).kernel (79316 bytes)
Device #1: Kernel ./kernels/4098/bzero.Tahiti_1526.3_1526.3 (VM).kernel (30484 bytes)
Device #2: Kernel ./kernels/4098/m0400.Tahiti_1526.3_1526.3 (VM).kernel (79316 bytes)
Device #2: Kernel ./kernels/4098/bzero.Tahiti_1526.3_1526.3 (VM).kernel (30484 bytes)

Starting attack in stdin mode...

$H$9y5boZ2wsUlgl2tI6b5PrRoADzYfXD1:hash234

From this point I can't exit or kill the process and it doesn't seem to be doing anything useful. Edit: I also tried this with more hashes, it seems that after the first correct guess the process stops working.

Quote:- you shouldn't have many libOpenCL.so files on your filesystem, nor the AMD APP SDK installed, this most of the times gives some hard to troubleshoot conflicts
- if you still can't get it to work, you may get faster help on IRC's #hashcat channel ( http://webchat.freenode.net/?channels=hashcat )

I didn't install AMD APP SDK but the clinfo output shows this line:

Version: OpenCL 1.2 AMD-APP (1526.3)


Messages In This Thread
RE: oclHashcat 1.30 vs. Catalyst 14.10 on Linux - by buherator - 09-22-2014, 03:51 PM