hashcat Forum
0 H/s after install opencl very rare - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: 0 H/s after install opencl very rare (/thread-6038.html)



0 H/s after install opencl very rare - p4tria - 11-13-2016

hi guys, it's happening something really perculiar to my hashcat v3.1... it worked well before installing the NVIDIA opencl in order to have CPU and GPU (i had only GPU at first) as explained here:  
https://hashcat.net/forum/thread-5135.html

before that, i just get good results with:

Code:
time crunch 7 7 -t cra@kme | sudo ./hashcat64.bin -a 0 -m 1000 363DXXXXAD34B6XXX53C0F5XXX5AB830

in a few secs i got results; and progress data was running normal.

But, once installed the opencl for Ubuntu 16:04 LTS:
https://software.intel.com/en-us/articles/opencl-drivers#latest_linux_SDK_release

Now i execute the same comand line, and it doesn't work; the cmd refresh every 10 secs with the same status; the progress data is always 0; and also the speed Dev for my GPU and CPU is 0 H/s:

Code:
Session.Name...: hashcat
Status.........: Running
Input.Mode.....: Pipe
Hash.Target....: 363DXXXXAD34B6XXX53C0F5XXX5AB830
Hash.Type......: NTLM
Time.Started...: Sun Nov 13 00:34:40 2016 (19 secs)
Speed.Dev.#1...:        0 H/s (0.00ms)
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 0
Rejected.......: 0
HWMon.Dev.#1...: Temp: 36c Fan: 36% Util: 13% Core: 405Mhz Mem: 324Mhz Lanes:16

i have tried only with dev 1, only dev2 (CPU) and with both but the problem is the same.

But if I try only the crunch command or the hashcat command with a dictionary it works find... why now i cant do both with the "|"?

i have tried to update, reboot... 

any idea?


RE: 0 H/s after install opencl very rare - atom - 11-13-2016

maybe the sudo?