ati-stream + pyrit + SDK x64
Hello all.
First of all sry for my english, its my third language :)
Im downloaded and install bt5 gnome x64, install without any problem and want to install pyrit, but i get some troubles:
Note: Il try this older guide http://www.backtrack-linux.org/forum...t_calpp-|.html but for x64 its not work. Im apologize that this guide works fine on x32 systems.
First im download ati drivers 11.05 x64, and they install without problems.
Second im download ati SDK for x64 system, unpacked and change bashrc:
Code:
export PATH=$PATH:/etc/alternatives/gem-bin
ATISTREAMSDKROOT=/AMD-APP-SDK-v2.4-lnx64
ATISTREAMSDKSAMPLESROOT=/AMD-APP-SDK-v2.4-lnx64/samples
LD_LIBRARY_PATH=opt/oracle/instantclient_10_2:$AMDAPPSDKROOT/lib/x86_64
export AMDAPPSDKROOT
export AMDAPPSDKSAMPLESROOT
After im install pyrit from svn from author's guide: http://code.google.com/p/pyrit/wiki/Installation
After this im typing:
Code:
root@bt:~# pyrit list_cores
Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+
The following cores seem available...
#1: 'CPU-Core (SSE2)'
#2: 'CPU-Core (SSE2)'
#3: 'CPU-Core (SSE2)'
Ive got 2x Radeon 5670 in crossfire, and follow older guide on bt4 all works fine.
Thanks for any tips to properly install this on x64 system.
Re: ati-stream + pyrit + SDK x64
I have tried the same method did not work with me
What is the correct way to that
Re: ati-stream + pyrit + SDK x64
Quote:
Originally Posted by
zakoo
I have tried the same method did not work with me
What is the correct way to that
Which system u have? x32 or 64?
Re: ati-stream + pyrit + SDK x64
Ok, im re-make profile for this:
Code:
export AMDAPPSDKROOT
export AMDAPPSDKSAMPLESROOT
AMDAPPSDKROOT=/root/Desktop/AMD-APP-SDK-v2.4-lnx64
AMDAPPSDKSAMPLESROOT=/root/Desktop/AMD-APP-SDK-v2.4-lnx64/samples
LD_LIBRARY_PATH=$AMDAPPSDKROOT/lib/x86_64
and nothing..
after il get 11.3 ati driver, install, check pyrit:
Code:
export AMDAPPSDKROOT
export AMDAPPSDKSAMPLESROOT
AMDAPPSDKROOT=/root/Desktop/AMD-APP-SDK-v2.4-lnx64
AMDAPPSDKSAMPLESROOT=/root/Desktop/AMD-APP-SDK-v2.4-lnx64/samples
LD_LIBRARY_PATH=$AMDAPPSDKROOT/lib/x86_64
Guys who make worked pyrit on x64 system with ati cards please answer here.
Re: ati-stream + pyrit + SDK x64
Quote:
Originally Posted by
machine
Which system u have? x32 or 64?
I have Gnome 64 .
Re: ati-stream + pyrit + SDK x64
machine... at the bottom of your bashrc file add this
Code:
export LD_LIBRARY_PATH
just to be safe log out then back in, then give it a try.
Also disable crossfire. all crossfire will do for you is make the two cards share the workload, instead of increasing PMKs
Re: ati-stream + pyrit + SDK x64
Is it possible to give us the correct way to work the tool ?
Thx
Re: ati-stream + pyrit + SDK x64
If you're still having issues getting ATI SDK, Pyrit and Cal++ to work, follow my guide at:
http://www.backtrack-linux.org/forum...kde-64bit.html
Also, if you want to do it under the 32bit system just download the 32bit drivers / sdk and change the x64 file names / paths to the correct names (i.e. instead of x64 it's x86). Anyone have any questions or comments feel free to post and I'll try to help as best I can.