Problem installing catalyst 13.1 in debian
#4
@eljolot did solve his problem (I helped him a little bit on hashcat irc 2-3 days ago) by checking/doing following steps (BTW: he told me he will post the solution here, but I don't see it so I will do - be warned that I don't remember each command very well, but it should be something like...):
- sudo amdconfig --uninstall
- sudo apt-get remove --purge amd* fglrx* # check if you don't remove anything you need, but this should be *kind of* save
- Ensure that .../include/linux/version.h is available (you need to have the kernel-headers as @radix pointed out)
- the installer is searching for /usr/src/linux-headers-$(uname -r)/build/include/linux/version.h ... If I remember well this file didn't exist but we used a symbolic link hack to point the "linux" directory to /usr/src/include/linux .... The command that we used may be (similar to) this one: sudo ln -s /usr/src/include/linux /usr/src/linux-headers-$(uname -r)/build/include/linux OR similar
- then @eljolot's distro used 3.7 kernel <- this kernel needs a little patch of a file in the installer, see: http://askubuntu.com/questions/224663/ho...nel-3-7rc7 (if the patch link - http://catalyst.apocalypsus.net/files/ar...-3.7.patch - doesn't work for you, use this one: https://docs.google.com/open?id=0B4VfWnV...2xnOC1TWlU OR https://raw.github.com/fcoambrozio/slack...-3.7.patch , also see: http://www.ubuntukiller.com/2013/03/how-...penCL-Well (Kali)-linux.html and http://henryhermawan.blogspot.com/2012/1...l-37x.html )
- BUT: don't build a deb package (not needed), but run the installer via "sudo ./ati-installer.sh 9.002 --install"
- installer should succeed (after the above patch) and then the installer will ask you for reboot -> reboot and see oclHashcat* working

Best

UPDATE: Check also @eljolot posts below, it seems that he has saved the console history etc... a nice step-by-step tutorial is still very welcome @eljolot. thx


Messages In This Thread
RE: Problem installing catalyst 13.1 in debian - by philsmd - 04-13-2013, 05:01 PM