How install AMD APU driver+AMD 2.7 SDK+calpp+cpyrit on a BT5 R3 64bit desktop apu
Code:
wget http://developer.amd.com.php53-23.ord1-1.websitetestlink.com/wordpress/media/files/AMD-APP-SDK-v2.7-lnx64.tgz && wget http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-12.10-x86.x86_64.zip && svn co https://calpp.svn.sourceforge.net/svnroot/calpp calpp
unzip amd-driver-installer-catalyst-12.10-x86.x86_64.zip && tar xf AMD-APP-SDK-v2.7-lnx64.tgz && tar xf icd-registration.tgz && chmod +x amd-driver-installer-catalyst-12.10-x86.x86_64.run && ./amd-driver-installer-catalyst-12.10-x86.x86_64.run
sh Install-AMD-APP.sh
apt-get install libroot-python-dev libboost-python-dev zlib1g-dev libssl-dev cmake libboost-all-dev
exit
restart
Once It's rebooted,
and then
Code:
prepare-kernel-sources
cd /usr/src/linux
cp -rf include/generated/* include/linux/
cd
echo "ATISTREAMSDKROOT=/opt/AMDAPP
export ATISTREAMSDKROOT" >> ~/.bashrc
source ~/.bashrc
cd calpp/trunk/
cmake .
make -j$(cat /proc/cpuinfo | grep processor | wc -l)
make install
cd
cd pyrit_svn/pyrit/ && python setup.py build
cd
cd pyrit_svn/cpyrit_opencl/ && python setup.py build && python setup.py install
pyrit list_cores && pyrit benchmark
and you'll get the graphic stream processors
Code:
pyrit list_cores && pyrit benchmark
Pyrit 0.4.1-dev (svn r308) (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: 'OpenCL-Device 'Devastator''
#2: 'CPU-Core (SSE2/AES)'
#3: 'CPU-Core (SSE2/AES)'
#4: 'CPU-Core (SSE2/AES)'
Pyrit 0.4.1-dev (svn r308) (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+
Running benchmark (8972.6 PMKs/s)... /
Computed 8972.59 PMKs/s total.
#1: 'OpenCL-Device 'Devastator'': 8114.2 PMKs/s (RTT 2.8)
#2: 'CPU-Core (SSE2/AES)': 585.8 PMKs/s (RTT 3.3)
#3: 'CPU-Core (SSE2/AES)': 562.9 PMKs/s (RTT 3.0)
#4: 'CPU-Core (SSE2/AES)': 558.1 PMKs/s (RTT 3.3)
but on screen it display up to 9200 PMKs/s not so bad for and a green quiet pc based on a Amd A8-5500 (non-overclockable) with stock cpu cooler at about 300€
RE: How install AMD APU driver+AMD 2.7 SDK+calpp+cpyrit on a BT5 R3 64bit desktop apu
I don't have reply access to the "howto" section, so...
http://www.backtrack-linux.org/forum...ad.php?t=55188
Code:
Running benchmark (8972.6 PMKs/s)... /
Computed 8972.59 PMKs/s total.
#1: 'OpenCL-Device 'Devastator'': 8114.2 PMKs/s (RTT 2.8)
#2: 'CPU-Core (SSE2/AES)': 585.8 PMKs/s (RTT 3.3)
#3: 'CPU-Core (SSE2/AES)': 562.9 PMKs/s (RTT 3.0)
#4: 'CPU-Core (SSE2/AES)': 558.1 PMKs/s (RTT 3.3)
Pyrit is running in OpenCL mode, not Cal++
Unfortunately, the usual source for the additional AMD APP libs for Cal++ has not been updated since 2.5 (i.e. no HD7000 series support).
If you have HD7000 series, the above guide for OpenCL will give best results.
If you have HD4000/5000/6000 series, you can get Cal++ working (ie. a lot more speed) using my guide, based on older drivers & SDK here
Re: How install AMD APU driver+AMD 2.7 SDK+calpp+cpyrit on a BT5 R3 64bit desktop apu
Quote:
Originally Posted by
ut0ugh1
Code:
apt-get install libroot-python-dev libboost-python-dev zlib1g-dev libssl-dev cmake libboost-all-dev
Hey,
I'm running 64-bit BackTrack 5 R3 on my harddisk(Clevo P150em laptop). I've been able to follow all of the steps listed here, and here
http://www.backtrack-linux.org/wiki/...Install_OpenCL
Except for the line I quoted.
The only package that I am having trouble installing is "libboost-all-dev". The command returns an error and states that the cause is unmet dependencies
Code:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libboost1.40-all-dev: Depends: libboost-iostreams1.40-dev but it is not going to be installed
Depends: libboost-regex1.40-dev but it is not going to be installed
E: Broken packages
I tried adding the -f flag, but that didn't succeed either.
I also tried installing the dependencies explicitly, but those had the same issue.
Any ideas?
Thanks,
Branden Clark
Re: How install AMD APU driver+AMD 2.7 SDK+calpp+cpyrit on a BT5 R3 64bit desktop apu
try
Code:
apt-get install libboost* -y
it would work
Re: How install AMD APU driver+AMD 2.7 SDK+calpp+cpyrit on a BT5 R3 64bit desktop apu
I can't tell if it's working because after rebooting, startx just hangs me at a black screen. after outputting some text to the screen. I tried redirecting the output to a file for more info but the file was empty after a hard restart.
I tried one solution, which involved adding an option to a line in grub, but I still got a black screen.
Re: How install AMD APU driver+AMD 2.7 SDK+calpp+cpyrit on a BT5 R3 64bit desktop apu
adriancard posted a fix for these dependency errors on another thread here
Re: How install AMD APU driver+AMD 2.7 SDK+calpp+cpyrit on a BT5 R3 64bit desktop apu
hi...
iḿ running backtrack 5 r3 and i have been follow several tutorials and articles, but i don't have any success, inclusively i published my error in a post and nothing.
my graphics is a ATI RADEON HD 3650... and i want configure them to run oclhashcat plus...
can you help me, thanks