http403 / pyrit

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

Failed to load Pyrit's CUDA-driven core ('Failed to load CUBIN-module') #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Fresh install of Ubuntu 8.10 x64
2. Update 298 updates with Update Manager
3. Install latest NVIDIA Drivers from website
4. Install CUDA Toolkit
5. Install CUDA SDK
6. Check nvcc - V to confirm working
7. Compile sample applications as per "Getting Started" pdf from NVIDIA,
run deviceQuery to confirm proper GPU info
8. Check out svn
9. Install all packages similar and/or related to those listed in Pyrit
installation instructions
10.Double check build-essential is up to date
11. Build pyrit with ./setup.py build, then install with ./setup.py install
12. Confirm pyrit is working with list_cores and benchmark (confirmed!)

13. Build cpyrit_cuda with ./setup.py build, then install with ./setup.py
install
14. Confirm pyrit is working with list_cores and benchmark (FAILURE!)

What is the expected output? What do you see instead?
Expected output should be my CPU Core AND a GTX 280 GPU.
Instead I see 
----------------------------
Pyrit 0.2.2 (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...

Failed to load Pyrit's CUDA-driven core ('Failed to load CUBIN-module.').
Running benchmark for at least 60 seconds...

CPU-Core (x86_64): 319.60 PMKs/s, 98.84% occupancy
CPU-Core (x86_64): 323.59 PMKs/s, 97.63% occupancy
CPU-Core (x86_64): 298.87 PMKs/s, 92.49% occupancy
CPU-Core (x86_64): 319.65 PMKs/s, 98.83% occupancy

Benchmark done. 1261.70 PMKs/s total.

----------------------------

What version of the product are you using? On what operating system?
Pyrit 0.2.2 on Ubuntu 8.10 64-bit

Please provide any additional information below.

Original issue reported on code.google.com by julian.k...@gmail.com on 6 Jul 2009 at 8:15

GoogleCodeExporter commented 9 years ago
NVIDIA-Linux-x86_64-185.18.14-pkg2
cudatoolkit_2.2_linux_64_ubuntu8.10
cudasdk_2.21_linux

Those are the files I downloaded from the NVIDIA website

Original comment by julian.k...@gmail.com on 6 Jul 2009 at 8:16

GoogleCodeExporter commented 9 years ago
The bug is fixed in Pyrit 0.2.3-dev rev99. Please use the currently latest 
version
from svn-trunk as described in http://code.google.com/p/pyrit/wiki/FirstSteps

Original comment by lukas.l...@gmail.com on 6 Jul 2009 at 9:13

GoogleCodeExporter commented 9 years ago
Closed

Original comment by lukas.l...@gmail.com on 8 Jul 2009 at 12:06