hashcat Forum
AMD driver issue - 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: AMD driver issue (/thread-2940.html)

Pages: 1 2 3


AMD driver issue - vrposter - 12-23-2013

Since oclHashcat-plus 0.15 I have been using catalyst 13.8beta1 on my Ubuntu 12.03.4 LTS box and a single 7970 with no problems at all.
Installed oclHashcat 1.0 when it came out and gave it a shot. No go "STOP! Unsupported or incorrect installed GPU driver..."

I had been reading atom's post over and thought the error might be related to 13.8beta1. So I --uninstall=force 13.8beta1, removed xorg.conf and installed final catalyst 13.12 including amdconfig --adapter=all --initial -f

oclHascat-plus 0.15 is still working perfect, oclHashcat 1.0 same driver error. I started running the 1.00 benchmark with --force but do know that's not recommended.

I'm pretty sure I'm missing something, any help would be just great.
BTW: I wish you all happy holidays and a Merry Christmas!


RE: AMD driver issue - radix - 12-23-2013

do you have the SDK installed?


RE: AMD driver issue - vrposter - 12-23-2013

No I don't.


RE: AMD driver issue - vrposter - 12-23-2013

I'll try uninstalling everything and start from scratch. It's only strange to me that 0.15 is still working perfect...


RE: AMD driver issue - radix - 12-24-2013

You have some part of the older driver hanging around...


RE: AMD driver issue - vrposter - 12-24-2013

Thx for the hint. I'll try poking around and find it.


RE: AMD driver issue - qweasd - 12-24-2013

i upgraded to 13.12 from 13.9 on win7 and have the same error. use --force and got the -11 error eventually. maybe I should go back to 0.15


RE: AMD driver issue - vrposter - 12-26-2013

OK, I solved the problem, at least for my setup. Catalyst 13.12 final did not work for me, Did a clean install, no go.
Catalyst 13.11beta9.4 did the trick. Everything working perfect now. Just wanted to let you know.

Happy holidays, I'll be playing now with my Christmas gift oclHashcat 1.0 from you guys - thx again!


RE: AMD driver issue - goat - 12-27-2013

Same issue, I'll try the vrposter solution


RE: AMD driver issue - vrposter - 12-27-2013

@goat
I ssh'ed into my linux box cause you have to stop lightdm, after stop no more access direct
sudo all commands
I have all catalyst version in one directory

Code:
ssh <into your box>
stop lightdm
cd tools/catalyst/catalyst13.12/
sh amd-driver-installer-catalyst-13.12-linux-x86.x86_64.run --uninstall=force
rm -f /etc/X11/xorg.conf*
reboot -f

installed 13.11beta9.4 then. ssh or direct via terminal

Code:
cd tools/catalyst/catalyst13.11beta9.4/
sh amd-catalyst-13.11-beta-V9.4-linux-x86.x86_64.run
amdconfig --adapter=all --initial -f
reboot -f

worked for me