Unable to get hashcat to run after GPU update - 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: Unable to get hashcat to run after GPU update (/thread-9155.html) |
Unable to get hashcat to run after GPU update - th4ntis - 04-23-2020 So long story short, I upgraded my NVIDIA Driver from 440.X to 440.82. Hashcat was working before this when I used the --force argument but now I can't seem to get it to run at all and after spending some time googling, I'm kinda running into a wall. So here's to hoping someone here can help me with my issue, or point me in the right direction. Code: :~$ hashcat -b RE: Unable to get hashcat to run after GPU update - zeroth - 04-29-2020 I have the very same problem after installing new Nvidia drivers. RTX 2060 OpenCL 1.2 CUDA 10.2.159 Driver Version: 440.82 RE: Unable to get hashcat to run after GPU update - zeroth - 04-29-2020 okay so it was solved for me by running Code: sudo apt remove libnvrtc9.1 RE: Unable to get hashcat to run after GPU update - philsmd - 04-30-2020 seems to be a installation or system configuration problem only... not really a problem with latest hashcat version. You for instance shouldn't have CUDA 9.1 and CUDA 10.2 installed... most of the time this is not even possible because the driver from nvidia.com will make sure to uninstall all other/older CUDA versions. Therefore, it's likely a problem with your package manager vs the CUDA SDK downloaded from nvidia.com !? RE: Unable to get hashcat to run after GPU update - hklsb - 04-01-2022 (04-29-2020, 10:57 PM)zeroth Wrote: okay so it was solved for me by running works for me too. Thanks |