You need -exactly- Catalyst v13.1 for very good reasons - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: You need -exactly- Catalyst v13.1 for very good reasons (/thread-2030.html) |
You need -exactly- Catalyst v13.1 for very good reasons - Wolf_Blitzer - 02-02-2013 Thread titles says it all. I have 13.1 installed, working fine. It works with everything except hashcat. Code: Hashes: 1 total, 1 unique salts, 1 unique digests Now, I'm not saying hashcat is at fault here. I know AMD/ATI drivers are very often complete crap when it comes to things like this. But my video card has more than 512MB of memory... though I am thinking that may be caused by running in X (Mint 14/Cinnamon). I've searched Google, these forums and even tried Google Groups. I've found -nothing- telling me why this is happening. Heck, there are even threads here complaining about this very error happening on 12.6 and 12.8 with people. The card is a Radeon HD 6870 with 1024MB of RAM. It games fine (both native games and games under WINE). Any help appreciated. Also, I've already seen the "let's send a complaint letter to AMD" thread. While I am all for that (and have done), it doesn't help my immediate problem. Thanks. RE: You need -exactly- Catalyst v13.1 for very good reasons - epixoip - 02-02-2013 it really does not matter that it is reporting the memory size incorrectly. it's a cosmetic "defect" only and does not impact anything. and no, it's not hashcat's fault. but you DO need cat 13.1. RE: You need -exactly- Catalyst v13.1 for very good reasons - Wolf_Blitzer - 02-02-2013 (02-02-2013, 11:19 PM)epixoip Wrote: it's a cosmetic "defect" only and does not impact anything. hashcat just stops after that message, though. It seems to be impacting it. RE: You need -exactly- Catalyst v13.1 for very good reasons - epixoip - 02-02-2013 it's stopping because you don't have catalyst 13.1 installed, not because it thinks you have 512MB of ram. you may think you have it installed, but you don't. you're still using the old version. you need to completely remove the old version (with driver fusion if you're on windows) before installing the new version. RE: You need -exactly- Catalyst v13.1 for very good reasons - Wolf_Blitzer - 02-02-2013 (02-02-2013, 11:23 PM)epixoip Wrote: it's stopping because you don't have catalyst 13.1 installed, not because it thinks you have 512MB of ram. The old version was removed. Removal: Code: sh /usr/share/ati/fglrx-uninstall.sh *success* Install of new drivers: Code: $ sudo apt-get install build-essential cdbs dh-make dkms execstack dh-modaliases fakeroot libqtgui4 Then: Code: $ fglrxinfo Some fglrxinfo: Code: $ fglrxinfo X server log: Code: $ cat /var/log/Xorg.0.log | grep AMD There is no old version on my system. I've looked. I have the 13.1 driver installed and running, as you can see by the version string above. RE: You need -exactly- Catalyst v13.1 for very good reasons - Wolf_Blitzer - 02-02-2013 Also... I even manually removed all AMD/ATI related files and install directories. It was completely nuked before I installed 13.1 and it's just not working. RE: You need -exactly- Catalyst v13.1 for very good reasons - epixoip - 02-03-2013 Hm, perplexing. Everything looks okay, but something must not be right. Atom does several checks to ensure that all of the libraries being loaded belong to the correct driver version. Something is failing those checks. I cannot reproduce this problem. The only thing I see you're doing different is you're actually building a .deb, but that shouldn't matter (unless when removing the .deb it's not actually cleaning everything up properly.) RE: You need -exactly- Catalyst v13.1 for very good reasons - Wolf_Blitzer - 02-03-2013 (02-03-2013, 12:52 AM)epixoip Wrote: Hm, perplexing. Everything looks okay, but I cannot reproduce. The only thing I see you're doing different is you're actually building a .deb, but that shouldn't matter. I thought it was odd as well and after searching for awhile and not finding answers, figured I'd post. Thanks for trying to rule out the simple PEBKAC failings. That is always the best way to begin. RE: You need -exactly- Catalyst v13.1 for very good reasons - Wolf_Blitzer - 02-03-2013 As for removing the .deb, it worked fine. The only stray things I had left after the nuke was a .log and some empty directories. I deleted all of those and then installed. It went fine. If I can get anything figured out after my mind returns to normal, I will post back here. RE: You need -exactly- Catalyst v13.1 for very good reasons - epixoip - 02-03-2013 The way I upgraded my servers from 12.8 to 13.1 was: Code: stop lightdm Maybe give that a shot if you start running out of options. |