Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
oclhashcat-lite not working
01-29-2012, 05:39 PM (This post was last modified: 01-29-2012 06:00 PM by radix.)
Post: #1
oclhashcat-lite not working
I'm having trouble and I hope someone can help me. Here is the output.

Code:
root@hackbox:/home/oclhashcat-lite# ./oclHashcat-lite32.bin -m 1000 --pw-min=7 --pw-max=15 <hash>
oclHashcat-lite v0.8 by atom starting...

GPU-Loops: 1024
GPU-Accel: 800
Password lengths range: 7 - 15
Platform: AMD compatible platform found
ERROR: clGetDeviceIDs() -1

Thanks in advance.

edit: here is what lspci has to say about my controller
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon HD 3200 Graphics
Find all posts by this user
Quote this message in a reply
01-29-2012, 06:00 PM (This post was last modified: 01-29-2012 06:01 PM by radix.)
Post: #2
RE: oclhashcat-lite not working
(01-29-2012 05:39 PM)rblalock Wrote:  I'm having trouble and I hope someone can help me. Here is the output.

Code:
root@hackbox:/home/oclhashcat-lite# ./oclHashcat-lite32.bin -m 1000 --pw-min=7 --pw-max=15 <hash>
oclHashcat-lite v0.8 by atom starting...

GPU-Loops: 1024
GPU-Accel: 800
Password lengths range: 7 - 15
Platform: AMD compatible platform found
ERROR: clGetDeviceIDs() -1

Thanks in advance.

edit: here is what lspci has to say about my controller
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon HD 3200 Graphics

3200 is not supported by stream/opencl so you will not be able to use oclhashcat.
Find all posts by this user
Quote this message in a reply
01-30-2012, 02:22 AM
Post: #3
RE: oclhashcat-lite not working
Well, at least I can stop pulling my hair out over this. Is there a hardware compatibility list I can consult? It seems there is a new video card in my future.
Find all posts by this user
Quote this message in a reply
01-30-2012, 03:25 AM
Post: #4
RE: oclhashcat-lite not working
in general you can stick to this rule: every mid-range/high-end desktop gamer card which is not too old is supported. (recommended AMD 5000 series or later)
Find all posts by this user
Quote this message in a reply
01-30-2012, 10:31 AM
Post: #5
RE: oclhashcat-lite not working
(01-30-2012 02:22 AM)rblalock Wrote:  Well, at least I can stop pulling my hair out over this. Is there a hardware compatibility list I can consult? It seems there is a new video card in my future.

Support started with the 4850 series iirc. Anything that is 4850 or later will work. 7970's are not supported yet, but will be coming soon.
Find all posts by this user
Quote this message in a reply
Post Reply