Great tutorial very easy for beginners too, might as well post this here anyway.
I have installed pyrit, Ati-Drivers and CPyrit-stream.
I have a Mobility HD 34xx Series, it looks like it is supported. Running BT4
When i try pyrit list_cores it gives this error
Here is the error.
Code:
root@Backtrack:~/ATI# pyrit list_cores
Pyrit 0.2.3-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...
Traceback (most recent call last):
File "/usr/bin/pyrit", line 948, in <module>
Pyrit_CLI().init()
File "/usr/bin/pyrit", line 159, in init
}.setdefault(commands[0] if len(commands) > 0 else 'help', self.print_help)()
File "/usr/bin/pyrit", line 192, in list_cores
import cpyrit
File "/usr/lib/python2.5/site-packages/cpyrit.py", line 224, in <module>
print >>sys.stderr, "Failed to load Stream-device '%s': '%s'" % (device[0], e)
NameError: name 'device' is not defined
I have tried removing pyrit and CPyrit-stream and building from source, they install fine and show the same error.
Any help appreciated