cudaHashcat problem with nVidia card - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: cudaHashcat problem with nVidia card (/thread-1868.html) |
cudaHashcat problem with nVidia card - grim - 12-29-2012 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. RE: cudaHashcat problem with nVidia card - atom - 12-30-2012 Try -n 1, if it works, -n 2, then -n 4 and so on till it wont work anymore RE: cudaHashcat problem with nVidia card - grim - 12-31-2012 (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. RE: cudaHashcat problem with nVidia card - atom - 12-31-2012 hmm ok try --gpu-loops 1 -n 1. If that doesnt work, you card simply sucks RE: cudaHashcat problem with nVidia card - grim - 12-31-2012 (12-31-2012, 11:05 AM)atom Wrote: hmm ok try --gpu-loops 1 -n 1. If that doesnt work, you card simply sucks Even that dosent work -_- Was trying to do a cheap pentest build |