Segmentation fault (core dumped) oclHachCat-plus v 0.14
#7
OK............... so after very long discussions and chats with philsmd, and after very long night of search for asnwer/debug , i found the way TO MAKE IT WORK!!!!!!
here is short tutorial on how to install and config the ati drivers on ubuntu/kubuntu/debian/mint linux :
1. download catalyst 13.1 driver from amd web page : [Link] http://support.amd.com/us/gpudownload/wi...6&rev=13.1 [/Link]
2. give the downloaded file the "execute" permissions :
Code:
chmod  +x  file.run
3. direct install may not work (as it happened several times with me) so the best way to install on debian based os would be to generate files and install them : TO GENERATE FILES:
Code:
downloadedfile.run --buildpkg Ubuntu/precise
please note that i have used kubuntu/presice, this might be any other debian based distro with its own name
TOINSTALL THE GENERATED FILES :
Code:
dpkg -i fglrx*
the generated files will begin with the name "fglrx". the "*" sign is regex, meaning to use every thing that starts with "fglrx" prefix.
4. check is the files were installed correctly by runnig :
Code:
dmesg|tail
Code:
dpkg - |grep fglrx
Code:
cat /etc/ati/fglrx-install.g

IF NOT INSTALL CORRECTLY : remove the files by running unintsll sctipt
Code:
bash /usr/share/ati/fglrx-uninstall.sh
if it is not there use dpkg
Code:
dpkg -r fglrx*

and purge it of course :
Code:
dpkg -P fglrx*
abd REBOOT and TRY TO REINSTALL ONCE AGAIN
5.IF INSTALLED CORRECTLY:
after install run the initial command:
Code:
aticonfig --initial -f
and REBOOT
usually force optionnis not needed yet you can never know Tongue
6. link 2 libraries together :
Code:
ln -s /usr/lib32  /usr/lib/
and REBOOT
7. download lates version of oclHashCatplus(v0.14) and run the example.sh

GOOD LUCK GUYS


Messages In This Thread
RE: Segmentation fault (core dumped) oclHachCat-plus v 0.14 - by tux - 05-31-2013, 01:03 PM