weird... how come after upgrading from bt4-final to r2 i dont get the wallpaper...
TNX !!!![]()
Uploaded with ImageShack.us
weird... how come after upgrading from bt4-final to r2 i dont get the wallpaper...
Last edited by Eatme; 01-11-2011 at 01:26 PM.
Wiffy-Auto-Cracker - was the best thing that ever happen to me. :) Wo0oT :)
AWUSO36H_500mW_5dBi Antenna
Maybe you should check out the upgrade instructions on the wiki
Hi all,. im playing again with my USB-BK4
,
but I cant find in the /usr/local/lib/python2.6/dist-packages/cpyrit/cpyrit.py
but I dont have this file ,
for dev_idx in range(p.numDevices) to change the cors to 2 ,
must reinstall some part ? any sugestion
http://img199.imageshack.us/i/sitepak.png/
Last edited by sickness; 01-12-2011 at 03:04 AM.
This howto is one of the best on the forum. Worked flawlessly for me. Only hitch was I did have to make sure to startx on the physical machine so the monitor is running in X (i have tendency to access many of my machines remotely)
Have you followed this howto? In it, pyrit is built from source code downloaded from pyrit svn repo
Particularly this section
Code:apt-get purge pyrit apt-get install libboost-dev svn checkout http://pyrit.googlecode.com/svn/trunk/ pyrit_svn cd pyrit_svn/pyrit ./setup.py build ./setup.py install --record ~/pyrit.txt
I use this commands on a fresh bt4r2:
I get pyrit svn280 and enable cuda nvidia 8500gt with one CPU-coreCode:apt-get update apt-get upgrade apt-get install nvidia-driver apt-get install cuda-toolkit wget http://developer.download.nvidia.com/compute/cuda/3_1/sdk/gpucomputingsdk_3.1_linux.run chmod 755 gpucomputingsdk_3.1_linux.run ./gpucomputingsdk_3.1_linux.run apt-get install cpyrit-cuda apt-get update apt-get upgrade ufw disable pyrit list_cores
After I write these lines:I get pyrit svn288 but I see only CPU-core without GPU.Code:apt-get purge pyrit apt-get install libboost-dev svn checkout http://pyrit.googlecode.com/svn/trunk/ pyrit_svn cd pyrit_svn/pyrit ./setup.py build ./setup.py install --record ~/pyrit.txt
What am I doing wrong?
Hi,
i hava ati hd5770. use it on backtrack
i have install ati driver(revision 10.12), and ati stream (version 2.3) successfully.
after installation of that, i download calpp0.87 and copy include/cal directory in my /usr/local/include/ [OK]
install pyrit 0.4-dev [OK]
now i would like to install cpyrit_calpp
and this is the result !!Code:./setup.py build running build running build_ext Building modules... building 'cpyrit._cpyrit_calpp' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/ati-stream-sdk-v2.3-lnx32/include -I/usr/include/python2.5 -c _cpyrit_calpp.cpp -o build/temp.linux-i686-2.5/_cpyrit_calpp.o -Wall -fno-strict-aliasing -DVERSION="0.4.0-dev (svn r288)" cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ In file included from _cpyrit_calpp.cpp:38: /usr/local/include/cal/cal.hpp: In static member function 'static void cal::detail::param_traits<4, 39>::getInfo(CALuint&, CALfuncInfo&)': /usr/local/include/cal/cal.hpp:257: error: 'struct CALfuncInfoRec' has no member named 'wavefrontPerSIMD' error: command 'gcc' failed with exit status 1
have anyone an idea ?
after that i install cpyrit for opencl successfully and it runs with ~20 000 PMK/s
i have fix the problem
run
now your should calpp files into /usr/local/include/Code:svn co https://calpp.svn.sourceforge.net/svnroot/calpp calpp cd calpp/trunk/ cmake . make make install
install pyrit
before you install cpyrit_calpp change header from _cpyrit_calpp_kernel.cppCode:apt-get purge pyrit apt-get install libboost-dev svn checkout http://pyrit.googlecode.com/svn/trunk/ pyrit_svn cd pyrit_svn/pyrit ./setup.py build ./setup.py install --record ~/pyrit.txt cd .. cd cpyrit_calpp
BEFORE
AFTERCode:#include <cal/cal.hpp> #include <cal/il/cal_il.hpp>
and now you can install cpyrit_calppCode:#include <cal/cal.hpp> #include <cal/cal_il.hpp>
work !Code:./setup.py build ./setup.py install --record ~/pyritcalpp.txt