2nd GPU very slow - 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: 2nd GPU very slow (/thread-3181.html) Pages:
1
2
|
2nd GPU very slow - crazydoc - 02-27-2014 Hello! I am running oclHashcat 1.01 on Ubuntu 13.10_x64 with the latest Catalyst 13.12-driver. oclhashcat works, but the 2nd GPU ist far too slow. 1st GPU is a 5850 HD, 2nd a 7790 HD. Code: Session.Name...: oclHashcat The same hardware does the job well running Windows 7 Prof. x64, thereby the 2nd GPU nearly reaches the speed of the first one. I tried to crossfire both cards and to connect a monitor (via HDMI) to the card with GPU#2. Unfortunatelly no changes :-( Any ideas? RE: 2nd GPU very slow - philsmd - 02-28-2014 Hey, did you try to run the same attack with the command line parameter -d 1 , afterwards -d 2 . Furthermore you should try to run the benchmark oclHashcat64.bin -b -m 1000, also oclHashcat64.bin -b -m 1000 -d 1 and oclHashcat64.bin -b -m 1000 -d 2 New 1.02 version (not yet released https://twitter.com/hashcat/status/437598775687659521 ) may change this situation / fix this problem somehow, because several things changed since last release. Dunno. But it could also be a hw / driver issue. Btw, dunno if it helps or changes sth, but did you try to swap the 2 cards? It would be also important that you post the device list (with mem, clocks etc) which you will always see (if --quiet was not used) at the beginning of the run. RE: 2nd GPU very slow - tbm - 02-28-2014 same here.. wasn't like that before v1 RE: 2nd GPU very slow - crazydoc - 03-01-2014 Code: andreas@Daedalus:~/Downloads/oclHashcat-1.01$ ./oclHashcat64.bin -b -m 1000 Swapping the cards is the last try I think of, because it's a headless server running in a basement room of my house ;-). And what I also noticed is that GPU1 runs at peak core clock, while GPU2 does by far not. And amdconfig always shows a usage of 0%: Code: andreas@Daedalus:~$ !141 RE: 2nd GPU very slow - crazydoc - 03-02-2014 O.k., I did further investigations. The problem is NOT that it´s the 2nd card, but obviously the card itself. I put the 7790 in another computer, made a clean new setup of both, Windows 7 and Ubuntu 13.10 with the actual drivers. Same result, card gives only about 1700 MH/s on Linux, but 6000 on Windows. RE: 2nd GPU very slow - magnum - 03-02-2014 I may be wrong but I think Bonaire is an OD6 card? Perhaps it has the weird Powertune that throttles in favor of low noise just like R9 290X. Upcoming oHC v1.02 might behave a lot better but until then I suggest you try https://github.com/epixoip/od6config and see if it helps. RE: 2nd GPU very slow - crazydoc - 03-03-2014 (03-02-2014, 10:58 PM)magnum Wrote: I may be wrong but I think Bonaire is an OD6 card? Perhaps it has the weird Powertune that throttles in favor of low noise just like R9 290X. Upcoming oHC v1.02 might behave a lot better but until then I suggest you try https://github.com/epixoip/od6config and see if it helps. od6config --autofix increases the core and memory clock to their max (and the fan speed also ). This increases cracking speed from 1700 to 2300 MH/s, which is a linear increase according to the core clock. But it´s still much slower than running under Win7 (about 7000 MH/s)... RE: 2nd GPU very slow - epixoip - 03-04-2014 maybe the windows driver is magic RE: 2nd GPU very slow - tbm - 03-05-2014 found the problem and solution. I have to make crossfire and that made 2nd gpu slow. released crossfire cable and both came the same speed RE: 2nd GPU very slow - crazydoc - 03-09-2014 (03-05-2014, 06:58 PM)tbm Wrote: found the problem and solution. I have to make crossfire and that made 2nd gpu slow. released crossfire cable and both came the same speed Not in my case . No matter if I use crossfire cable or not, or even if i use the 7790 as the only graphics card, I get poor results under Linux but respectable ones under Win7. |