after a long time trying to get pyrit to see my ATI card, i came up with this prob;
root@bt:~# pyrit list_cores
Pyrit 0.3.1-dev (svn r277) (C) 2008-2010 Lukas Lueg
pyrit - Project Hosting on Google Code
This code is distributed under the GNU General Public License v3+
The following cores seem available...
#1: 'OpenCL-Device 'Cedar''
#2: 'CPU-Core (SSE2)'
...seems fine ? ,,,except when i do the benchmark, i get this,
root@bt:~# pyrit benchmark
Pyrit 0.3.1-dev (svn r277) (C) 2008-2010 Lukas Lueg
pyrit - Project Hosting on Google Code
This code is distributed under the GNU General Public License v3+
Calibrating... Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/usr/lib/python2.5/site-packages/cpyrit/cpyrit.py", line 112, in run
self._testComputeFunction(101)
File "/usr/lib/python2.5/site-packages/cpyrit/cpyrit.py", line 101, in _testComputeFunction
self.solve(Core.TV_ESSID, [Core.TV_PW] * i))):
SystemError: Failed to build kernel (CL_BUILD_PROGRAM_FAILURE):
sh: /bin/x86/clc: No such file or directory
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/usr/lib/python2.5/site-packages/cpyrit/cpyrit.py", line 109, in run
essid, pwlist = self.queue._gather(self.buffersize, timeout=0.5)
File "/usr/lib/python2.5/site-packages/cpyrit/cpyrit.py", line 640, in _gather
self._check_cores()
File "/usr/lib/python2.5/site-packages/cpyrit/cpyrit.py", line 498, in _check_cores
raise SystemError("The core '%s' has died unexpectedly" % core)
SystemError: The core 'OpenCL-Device 'Cedar'' has died unexpectedly
Traceback (most recent call last):
File "/usr/bin/pyrit", line 6, in <module>
pyrit_cli.Pyrit_CLI().initFromArgv()
File "/usr/lib/python2.5/site-packages/pyrit_cli.py", line 116, in initFromArgv
func(self, **options)
File "/usr/lib/python2.5/site-packages/pyrit_cli.py", line 1170, in benchmark
cp.enqueue('foo', ['barbarbar'] * 500)
File "/usr/lib/python2.5/site-packages/cpyrit/cpyrit.py", line 572, in enqueue
self._check_cores()
File "/usr/lib/python2.5/site-packages/cpyrit/cpyrit.py", line 498, in _check_cores
raise SystemError("The core '%s' has died unexpectedly" % core)
SystemError: The core 'OpenCL-Device 'Cedar'' has died unexpectedly
any ideas ? ,, please help me, its took over a week to get this far !