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 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? |