This guide (How to install CAL++ inwards Kali Linux) is business office of a serial that guides readers on How to install FGLRX, AMD APP SDK, CAL++ too Pyrit inwards Kali Linux. The reckon is to install right drivers inwards Kali Linux for your GPU too role CPU+GPU combination amongst Pyrit to brand raw information crunching faster. An representative would hold upwards to utilize this combined processing ability to squash though WPA/WPA2 capture file to uncovering Wifi password.
Readers, delight follow this serial inwards the next order:
- Install AMD ATI Driver (fglrx) inwards Kali Linux 1.x
- How to install AMD APP SDK inwards Kali Linux?
- How to install CAL++ inwards Kali Linux?
- How to install Pyrit inwards Kali Linux?
Credits:
A big thank you lot goes to hexed6 from Kali Forums for his original post.
Thanks to hazeman for his projection inwards Sourceforge.
Check FGLRX Installation
First cheque if fglrx module is installed:
lsmod | grep fglrx
You should teach a answer like to:
fglrx 2635205 82
button 12945 1 fglrx
If non installed follow this guide to install it.
Install AMD ATI Driver (fglrx) inwards Kali Linux 1.x
Check AMD APP SDK Installation
Check if AMD APP SDK is installed. If non installed follow this guide to install it.
How to install AMD APP SDK inwards Kali Linux?
Installing CAL++
CAL++ is a uncomplicated library to let writing ATI CAL kernels conduct inwards C++. The syntax is real like to OpenCL. Also C++ wrapper for CAL is included.
This projection was registered on SourceForge.net on February 19, 2010.
Install prerequisites:
apt-get install cmake libboost-all-dev
Download CAL++
Download calpp 0.90 from: SourceForge CAL++ Website
Install CAL++
tar -xvf calpp-0.90.tar.gz
cd calpp-0.90/
Edit CMakeLists.txt:
Find the lines starting amongst FIND_LIBRARY too FIND_PATH too supersede them amongst this:
FIND_LIBRARY( LIB_ATICALCL aticalcl PATHS "$ENV{ATISTREAMSDKROOT}" )
FIND_LIBRARY( LIB_ATICALRT aticalrt PATHS "$ENV{ATISTREAMSDKROOT}" )
FIND_PATH( LIB_ATICAL_INCLUDE NAMES cal.h calcl.h PATHS "$ENV{ATISTREAMSDKROOT}/include/CAL" )Save too quit,
Make too Install CAL++
Issue the next commands:
cmake .
make
make install
