Community,

I've read a ton of guides on this and asides from a fresh install of Pyrit 0.3.0 which is what the current FAQ supports, Kali is running 0.4.0... I'm up succesfully on Kali, everything is 100%, NVIDIA drivers are good and detected and NVIDIA X-Server is working too. I believe all the hard work is done, the only problem I am having is Pyrit (Default Installation) is not utilizing my video cards, it's still only utilizing CPU's. I read in the wiki and FAQ, that I needed to either install to a location /usr/bin/ which isn't an option since Kali came pre-loaded, or somehow set the path for the current Pyrit install to know where the NVCC compiler is. I searched the forums and responses to others questions are a bit different then my own. I"m attaching some screen shots and info.

NVIDIA operating 100%


Pyrit Cores Avail



root@Kali:/usr/bin# which nvcc
/usr/bin/nvcc
root@Kali:/usr/bin# cd /usr/bin
root@Kali:/usr/bin# nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2012 NVIDIA Corporation
Built on Thu_Apr__5_00:24:31_PDT_2012
Cuda compilation tools, release 4.2, V0.2.1221
root@Kali:/usr/bin#