http403 / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

Can't find cuda module #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have compiled pyrit from svn yesterday, but it can't find cpyrit-cuda
for troubleshooting I did:

# python -c 'from _cpyrit import _cpyrit_cuda'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named _cpyrit

but cpyrit_cuda installed:
:~/pyrit_svn/cpyrit_cuda# python setup.py install
svn: This client is too old to work with working copy '.'.  You need
to get a newer Subversion client, or to downgrade this working copy.
See http://subversion.tigris.org/faq.html#working-copy-format-change
for details.
running install
running build
running build_ext
Skipping rebuild of Nvidia CUDA kernel ...
Building modules...
running install_lib
running install_egg_info
Removing /usr/lib/python2.5/site-packages/CPyrit_CUDA-0.2.4.egg-info
Writing /usr/lib/python2.5/site-packages/CPyrit_CUDA-0.2.4.egg-info

So pyrit's command- list_cores shows to me only 2 CPUs and no any CUDA device.
Other software as airckrack-ng cuda and cuda-bruteforcer works normally and
use CUDA.  

Original issue reported on code.google.com by demonta...@gmail.com on 7 Aug 2009 at 8:46

GoogleCodeExporter commented 9 years ago
The extension modules moved from the '_cpyrit'- to the 'cpyrit'-package in 
recent
svn-versions.

Make sure that you svn-update Pyrit AND CPyrit-CUDA, re-compile and install.

If it still fails, try "python -c 'from cpyrit import _cpyrit_cuda'

Original comment by lukas.l...@gmail.com on 7 Aug 2009 at 9:01

GoogleCodeExporter commented 9 years ago
Thanks! Everything well now, as you told I've just updated svn copy and rebuilt 
pyrit
#pyrit list_cores
Pyrit 0.2.4-dev (C) 2008, 2009 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3

The ESSID-blobspace seems to be empty; you should create an ESSID...

The following cores seem available...
#1:  'CUDA-Device #1 'GeForce 9800M GTS''
#2:  'CPU-Core (SSE2)'

Original comment by demonta...@gmail.com on 7 Aug 2009 at 12:07

GoogleCodeExporter commented 9 years ago
closed

Original comment by lukas.l...@gmail.com on 7 Aug 2009 at 12:26