Results 1 to 3 of 3

Thread: Pyrit list_cores cant find GPU Nvidia CUDA

  1. #1
    Join Date
    2013-Jul
    Posts
    6

    Pyrit list_cores cant find GPU Nvidia CUDA

    Hello all. I installed nvidia driver as well, and CUDA, after that installed Cpyrit:

    root@Debian:~/Downloads/cpyrit-cuda-0.4.0# python setup.py build
    svn: '.' is not a working copy
    running build
    running build_ext
    Skipping rebuild of Nvidia CUDA kernel ...
    Building modules...
    building 'cpyrit._cpyrit_cuda' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/cuda/include -I/usr/include/python2.7 -c _cpyrit_cuda.c -o build/temp.linux-x86_64-2.7/_cpyrit_cuda.o -Wall -fno-strict-aliasing -DVERSION="0.4.0"
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/_cpyrit_cuda.o -lcrypto -lcuda -lz -o build/lib.linux-x86_64-2.7/cpyrit/_cpyrit_cuda.so


    root@Debian:~/Downloads/cpyrit-cuda-0.4.0# python setup.py install
    svn: '.' is not a working copy
    running install
    running build
    running build_ext
    Skipping rebuild of Nvidia CUDA kernel ...
    Building modules...
    running install_lib
    copying build/lib.linux-x86_64-2.7/cpyrit/_cpyrit_cuda.so -> /usr/local/lib/python2.7/dist-packages/cpyrit
    running install_egg_info
    Removing /usr/local/lib/python2.7/dist-packages/cpyrit_cuda-0.4.0.egg-info
    Writing /usr/local/lib/python2.7/dist-packages/cpyrit_cuda-0.4.0.egg-info


    root@Debian:~/Downloads/cpyrit-cuda-0.4.0# pyrit list_cores
    Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
    This code is distributed under the GNU General Public License v3+

    The following cores seem available...
    #1: 'CPU-Core (SSE2)'
    #2: 'CPU-Core (SSE2)'
    #3: 'CPU-Core (SSE2)'
    #4: 'CPU-Core (SSE2)'
    #5: 'CPU-Core (SSE2)'
    #6: 'CPU-Core (SSE2)'
    #7: 'CPU-Core (SSE2)'
    #8: 'CPU-Core (SSE2)'
    root@Debian:~/Downloads/cpyrit-cuda-0.4.0#

    But it does not see any GPU cores. I found in google that i must do import from _cpyrit_cuda, but...

    root@Debian:~/Downloads/cpyrit-cuda-0.4.0# python -c 'from cpyrit import _cpyrit_cuda'
    Traceback (most recent call last):
    File "<string>", line 1, in <module>
    ImportError: cannot import name _cpyrit_cuda

    What can i do? Thanks

  2. #2
    Join Date
    2013-Jul
    Posts
    6
    Solved!

    I reinstalled pyrit that already has been included in Kali package.

  3. #3
    Hey,
    i am also facing this problem
    on amd HD 7550m graphic card in sony vaio ,
    i am also unable to see the the graphic card in pyrit core lists
    i also reinstall the pyrit again but, still i am unable to see gpu, any help will be appreciated,
    I am also new to kali forum( so please help me regarding this)

Similar Threads

  1. Install Nvidia Cuda and Pyrit
    By silverwrath in forum How-To Archive
    Replies: 18
    Last Post: 2017-01-12, 22:45
  2. Help me to install nvidia cuda and pyrit and oclhashcat
    By su6z3r0 in forum General Archive
    Replies: 1
    Last Post: 2016-06-29, 21:54
  3. NVIDIA CUDA Toolksit Setup for Pyrit
    By Er3bus in forum How-To Archive
    Replies: 0
    Last Post: 2014-06-08, 22:31
  4. Kali Linux 1.05 nvidia optimus cuda and pyrit
    By gfbaggio in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2014-04-28, 20:15
  5. Nvidia Driver, Cuda Pyrit
    By wojtask12 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2013-10-18, 15:42

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •