Need help with hashcat - 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: Need help with hashcat (/thread-8941.html) |
Need help with hashcat - Mazeppa - 02-05-2020 I'm pretty much new to using hashcat, and I've been experiencing an issue which I just can't find an answer to. I'm running the latest version of hashcat (5.1.0). Code: * Device #1: This hardware has outdated CUDA compute capability (3.5). It says my "NVIDIA has outdated CUDA", and that it's "waiting for updated OPENCL drivers from Intel", but when I tried updating them, windows says the best drivers are already installed. My NVIDIA is at version 382, whilst hashcat required 367 or later. This is shown when typing -I: Code: Platform ID #1 Windows says I'm upto date with these drivers, so I'm not sure what's really going on. RE: Need help with hashcat - undeath - 02-05-2020 Your hardware is way too old. Sorry, got confused. Download the latest nvidia driver from their homepage, not through windws. https://www.nvidia.com/Download/driverResults.aspx/145874/en-us RE: Need help with hashcat - ZerBea - 02-06-2020 Download latest CUDA (10.2) from here: https://developer.nvidia.com/cuda-downloads or use Arch Linux: $ uname -r 5.5.2-arch1-1 $ pacman -Q | grep nvidia nvidia 440.59-3 nvidia-settings 440.59-1 nvidia-utils 440.59-1 opencl-nvidia 440.59-1 $ pacman -Q | grep cuda cuda 10.2.89-3 |