Hashcat not recognizing my GPU
#4
(05-22-2020, 08:02 AM)philsmd Wrote: see: https://hashcat.net/faq/wrongdriver

also test with
Code:
clinfo
to test and make sure it's working with other tools and therefore is not a hashcat problem.


Thanks for responding phil - my driver appears to be correct (367.x or later for nvidia and I have 440.82) but clinfo isn't detecting my card at all!

clinfo has a lot of information about my CPU, here's the relevant info  -
Code:
 
Number of platforms                              1
  Platform Name                                  Portable Computing Language
  Platform Vendor                                The pocl project
  Platform Version                                OpenCL 1.2 pocl 1.5, None+Asserts, LLVM 9.0.1, RELOC, SLEEF, DISTRO, POCL_DEBUG
  Platform Profile                                FULL_PROFILE
  Platform Extensions                            cl_khr_icd
  Platform Extensions function suffix            POCL

...
...

clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No devices found in platform

...

and the output for hwinfo --gfx:

Code:
$ sudo hwinfo --gfx
22: PCI 700.0: 0300 VGA compatible controller (VGA)           
  [Created at pci.386]
  Unique ID: aK5u.lDNs4rqucjC
  Parent ID: w+J7.0TU4LKoL980
  SysFS ID: /devices/pci0000:00/0000:00:03.1/0000:07:00.0
  SysFS BusID: 0000:07:00.0
  Hardware Class: graphics card
  Model: "nVidia GP104 [GeForce GTX 1080]"
  Vendor: pci 0x10de "nVidia Corporation"
  Device: pci 0x1b80 "GP104 [GeForce GTX 1080]"
  SubVendor: pci 0x196e "PNY"
  SubDevice: pci 0x119e
  Revision: 0xa1
  Driver: "nvidia"
  Driver Modules: "nvidia"
  Memory Range: 0xf6000000-0xf6ffffff (rw,non-prefetchable)
  Memory Range: 0xe0000000-0xefffffff (ro,non-prefetchable)
  Memory Range: 0xf0000000-0xf1ffffff (ro,non-prefetchable)
  I/O Ports: 0xe000-0xefff (rw)
  Memory Range: 0x000c0000-0x000dffff (rw,non-prefetchable,disabled)
  IRQ: 89 (1501922 events)
  Module Alias: "pci:v000010DEd00001B80sv0000196Esd0000119Ebc03sc00i00"
  Driver Info #0:
    Driver Status: nouveau is not active
    Driver Activation Cmd: "modprobe nouveau"
  Driver Info #1:
    Driver Status: nvidia_current_drm is not active
    Driver Activation Cmd: "modprobe nvidia_current_drm"
  Driver Info #2:
    Driver Status: nvidia_current is not active
    Driver Activation Cmd: "modprobe nvidia_current"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #8 (PCI bridge)

Primary display adapter: #22

nvidia-current would be the NVIDIA driver 440.82, right?
Reply


Messages In This Thread
Hashcat not recognizing my GPU - by aku - 05-22-2020, 07:12 AM
RE: Hashcat not recognizing my GPU - by aku - 05-22-2020, 07:35 AM
RE: Hashcat not recognizing my GPU - by philsmd - 05-22-2020, 08:02 AM
RE: Hashcat not recognizing my GPU - by aku - 05-22-2020, 08:15 AM
RE: Hashcat not recognizing my GPU - by aku - 05-22-2020, 08:21 AM
RE: Hashcat not recognizing my GPU - by philsmd - 05-22-2020, 12:31 PM
RE: Hashcat not recognizing my GPU - by womble - 05-23-2020, 09:15 AM