What steps will reproduce the problem? 1.pyrit self_test 2. 3.
What is the expected output? What do you see instead? magnus@magnusbox:~$ pyrit selftest Pyrit 0.3.1-dev (C) 2008-2010 Lukas Lueg http://pyrit.googlecode.com This code is distributed under the GNU General Public License v3+
Traceback (most recent call last): File "/usr/local/bin/pyrit", line 6, in <module> pyrit_cli.Pyrit_CLI().initFromArgv() File "/usr/local/lib/python2.6/dist-packages/pyrit_cli.py", line 116, in initFromArgv func(self, **options) File "/usr/local/lib/python2.6/dist-packages/pyrit_cli.py", line 1221, in selftest with cpyrit.cpyrit.CPyrit() as cp: File "/usr/local/lib/python2.6/dist-packages/cpyrit/cpyrit.py", line 450, in init self.cores.append(CUDACore(queue=self, dev_idx=dev_idx)) File "/usr/local/lib/python2.6/dist-packages/cpyrit/cpyrit.py", line 243, in init _cpyrit_cuda.CUDADevice.init(self, dev_idx) SystemError: CUDA_ERROR_UNKNOWN
What version of the product are you using? On what operating system? Pyrit SVN or 0.3.0 on a Ubuntu 10.04 (lucid) Kernel 2.6.32 Geforce 9600M GT devdriver_3.1_linux_32_256.40.run cudatoolkit_3.1_linux_32_ubuntu9.10.run
Please provide any additional information below.
Comment #1
Posted on Aug 25, 2010 by Quick ElephantResolved: need to install driver NVIDIA-Linux-x86-256.44.run before devdriver_3.1_linux_32_256.40.run
Sorry
Comment #2
Posted on Sep 6, 2010 by Quick Camelclosed
Status: Invalid
Labels:
Type-Defect
Priority-Medium