hashcat finds cpu but not gpu
#1
OK so I have hashcat on my windows 10 PC and when I start going through a wordlist hashcat only finds my cpu an AMD FX(tm)-6300 as device 1 but by gpu a GTX 1060 is not found.

Using hashcat -I to see all devices only the cpu is found again. I have installed the latest drivers being 418.81 and I was wondering if anyone knows what I can do here?


C:\Hashcat\hashcat-5.1.0>hashcat64.exe -I
hashcat (v5.1.0) starting...

OpenCL Info:

Platform ID #1
Vendor : Advanced Micro Devices, Inc.
Name : AMD Accelerated Parallel Processing
Version : OpenCL 2.1 AMD-APP (2580.6)

Device ID #1
Type : CPU
Vendor ID : 1
Vendor : AuthenticAMD
Name : AMD FX(tm)-6300 Six-Core Processor
Version : OpenCL 1.2 AMD-APP (2580.6)
Processor(s) : 6
Clock : 4018
Memory : 4095/16381 MB allocatable
OpenCL Version : OpenCL C 1.2
Driver Version : 2580.6 (sse2,avx,fma4)


C:\Hashcat\hashcat-5.1.0>
Reply
#2
Please paste output of hashcat -I
Reply
#3
Typically the nvidia driver should install it's own opencl runtime, but for some reason it did not. Another question is why is there an AMD opencl runtime detected. Maybe the computer had an AMD GPU installed before? There's a good chance that by uninstalling the old AMD stuff correctly (see faq) problem with automatically fixing itself.
Reply