AMD-ATI driver a bit help needed - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: AMD-ATI driver a bit help needed (/thread-3062.html) |
AMD-ATI driver a bit help needed - fruc - 01-23-2014 Hi, this is my first post here (i was recomended to come here by md5decrypter forum) so here it goes: As you might know The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux 3.12 (as well as other Debian distros) are having serious trouble with the current Catalyst 13.251 installation as it doesn't even compile. I managed to fix that (That patch can now be found anywhere) Code: --- kcl_acpi.c But that wasn't enough. I kept getting this "deprecated" messages (that i know is not an error its self but still anoying) Fixed that to by doing an (if im in the unpacked installation directory Code: echo 5 > ./packages/Debian/dists/etch/compat When i did that i figured there was a serious mistake in the Xorg server as The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)(mine at least) had both the X11 and the X11R6 which means serious mistakes are going to happened i fixed that as well Code: ln -s /usr/bin/X11 /usr/X11R6/bin After that i still kept getting errors ... Missing directories here , there just catastophic errors. I dig into 1500 lines of code that brought me to ./ati-packager in debian distro which was probably just copied from the old version of drivers. So the errors were kinda like this one Code: cp: cannot stat `/home/My_name/Tools/AMD_Driver/fglrx-install.yX7BZQ/x710_64a/*': No such file or dir Fixed it too ( if anyone is interested i can post the fixed code) Then got into some serious mixed libraries.. one error is Code: error: couldn't find library libatiuki.so.1 needed by debian/fglrx-driver/usr/lib/xorg/modules/linux/libfglrxdrm.so It can be fixed with no problem since i know there is a libatiuki.so.1.0 in the installation directory Code: # change dir untill in ./intallationdir/arch/x86_64/usr/lib64/ That fixed allot of problems but there are still some and im kinda tired and off to sleep. the problem is Code: # previous code that probably succeded this is the debug of the ati-packager.sh So still somewhere the libraries are not all in order. Probably some symlinking needed. Any ideas are more than welcome Cheers, fruc RE: AMD-ATI driver a bit help needed - 3kings - 01-23-2014 I tried this with philsmd, and we never got this to work then i switched to Ubuntu 13.10 64 bit and installed the BETA driver and it worked fine, then i just installed all of The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)'s tools through Synaptic. But we ended up with a solution for The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 64 BIT: sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 sudo dpkg --get-selections | grep fglrx (If this gives any output then purge the package) also: install the linux headers.. (I don't remember name..) Then: goto: cd /usr sudo ln -svT lib /usr/lib64 Symlink the libraries as you will encounter an error after the install involving this.. Then download and INSTALL the BETA BETA BETA BETA BETA Driver for catalyst **NOT THE NORMAL ONE THE BETA ONE**. The install should go fine and then do the following command: aticonfig --initial -f --adapters=all now reboot.. then it should work. Download the new version of hashcat and run it. RE: AMD-ATI driver a bit help needed - fruc - 01-23-2014 Did u manage to install it with success ? And then just it didn't recognize the driver ? RE: AMD-ATI driver a bit help needed - 3kings - 01-23-2014 Yes, (On Ubuntu 13.10 with the BETA it installed perfectly after following these steps, and perfect speed for hashcat ). The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 64 should work as long as you update the kernel and insure you install the headers (make sure you use 64 bit and install the BETA). |