cudaHashcat problem with nVidia card
#1
Hey, When I try using hashcat plus on my desktop with a nVidia GT 610 it gives me the following error.

cat example.dict | ./cudaHashcat-plus32.bin -m 400 example400.hash

cudaHashcat-plus v0.09 by atom starting...

Hashes: 1 total, 1 unique salts, 1 unique digests
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 1
Workload: 16 loops, 80 accel
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: GeForce GT 610, 2047MB, 1620Mhz, 1MCU
Device #1: Kernel ./kernels/4318/m0400.sm_21.ptx

Starting attack in stdin mode...

ERROR: cuStreamSynchronize() 700

The driver is the latest one from the nVidia site. I am running Ubuntu 12.04.
#2
Try -n 1, if it works, -n 2, then -n 4 and so on till it wont work anymore
#3
(12-30-2012, 11:35 PM)atom Wrote: Try -n 1, if it works, -n 2, then -n 4 and so on till it wont work anymore

Hi atom, no joy, it dosent work. Gives the same error.
#4
hmm ok try --gpu-loops 1 -n 1. If that doesnt work, you card simply sucks Smile
#5
(12-31-2012, 11:05 AM)atom Wrote: hmm ok try --gpu-loops 1 -n 1. If that doesnt work, you card simply sucks Smile

Even that dosent work -_- Was trying to do a cheap pentest build Wink