There's probably a hundred cleaner ways to do this but this worked for me and my geforce card,
and btw im using BT3 usb and you will be needing the kernel.lzm in your BT3/modules folder.
Added cowpatty for pyrit passthrough.
First, you're gonna need the following:
cudatoolkit_2.1_linux32_rhel5.2.run
NVIDIA-Linux-x86-180.51-pkg1.run
Pyrit-0.2.2.tar.gz
CPyrit-CUDA-0.2.2.tar.gz
sqlite-amalgamation-3.6.13.tar.gz
Python-2.6.2.tgz
cowpatty-4.3.tgz
cowpatty-4.3-fixup.patch
cowpatty-4.3-hashfix.patch
Google and download.
I put all these files in the root of my usb stick.
Next I start BT3 in the nvidia compiz experimental option which doesnt work so at login just login.
Now cd to where you put the files, in my case
Then just do:
Code:
NVIDIA-Linux-x86-180.51-pkg1.run
accept, make new kernel, overwrite and so on, read the instructions.
after this I go:
Code:
sh cudatoolkit_2.1_linux32_rhel5.2.run
and then
Next untar all the tar.gz and tgz files to a location where you find best, in my case /root
Now take the 2 patch files and put them in the cowpatty-4.3 folder and cd in to it and do:
Code:
patch -fp1 < cowpatty-4.3-hashfix.patch
patch -fp1 < cowpatty-4.3-fixup.patch
After this you cd in to your sqlite-3.6.13 folder and:
Code:
./configure
make
make install
and then cd in to your Python-2.6.2 folder and:
Code:
./configure
make
make install
and then cd in to your Pyrit-0.2.2 folder and:
Code:
python setup.py build
python setup.py install
and then cd in to your CPyrit-CUDA-0.2.2 folder and:
Code:
python setup.py build
python setup.py install
aaaaand theeeeen....cd, yes, cd in to your cowpatty-4.3 folder and, yes, and:
There, you should be good to go! if not my humble apologies.
GLHF