Hashcat : /sys/bus/.../hwmon/hwmon6/pwm1: No such file or directory
#3
(08-19-2022, 02:52 PM)Snoopy Wrote: from your first codeblock

hashcat tries by default to use the best backend, in your case HIP, but hashcat can also use plain opencl (see the lines with info device skipped but you need to tell hashcat, all drivers related to opencl are skipped

to "force" hashcat to use opencl instead of HIP you will need options -D and -d

please show output of hashcat -I

this will tell you (and me) what devices hashcat recognizes and what kind of backend you can use
 
here is my hashcat -I output :

Code:
$ hashcat -I
hashcat (v6.2.5-663-gc3e18f7fe) starting in backend information mode

clCreateCommandQueue(): CL_OUT_OF_HOST_MEMORY

clCreateCommandQueue(): CL_OUT_OF_HOST_MEMORY

HIP Info:
=========

HIP.Version.: 5.2.21152

Backend Device ID #1 (Alias: #3)
  Name...........: AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx
  Processor(s)...: 11
  Clock..........: 1200
  Memory.Total...: 3815 MB
  Memory.Free....: 3815 MB
  Local.Memory...: 64 KB
  PCI.Addr.BDFe..: 0000:04:00.0

Backend Device ID #2 (Alias: #4)
  Name...........: AMD Radeon RX 560 Series
  Processor(s)...: 14
  Clock..........: 1223
  Memory.Total...: 4096 MB
  Memory.Free....: 4096 MB
  Local.Memory...: 64 KB
  PCI.Addr.BDFe..: 0000:01:00.0

OpenCL Info:
============

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

  Backend Device ID #3 (Alias: #1)
    Type...........: GPU
    Vendor.ID......: 1
    Vendor.........: Advanced Micro Devices, Inc.
    Name...........: AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx
    Version........: OpenCL 2.0
    Processor(s)...: 11
    Clock..........: 1200
    Memory.Total...: 3815 MB (limited to 1621 MB allocatable in one block)
    Memory.Free....: 0 MB
    Local.Memory...: 64 KB
    OpenCL.Version.: OpenCL C 2.0
    Driver.Version.: 3452.0 (HSA1.1,LC)
    PCI.Addr.BDF...: 04:00.0

  Backend Device ID #4 (Alias: #2)
    Type...........: GPU
    Vendor.ID......: 1
    Vendor.........: Advanced Micro Devices, Inc.
    Name...........: AMD Radeon RX 560 Series
    Version........: OpenCL 1.2
    Processor(s)...: 14
    Clock..........: 1223
    Memory.Total...: 4096 MB (limited to 3481 MB allocatable in one block)
    Memory.Free....: 0 MB
    Local.Memory...: 64 KB
    OpenCL.Version.: OpenCL C 2.0
    Driver.Version.: 3452.0 (HSA1.1,LC)
    PCI.Addr.BDF...: 01:00.0

OpenCL Platform ID #2
  Vendor..: Advanced Micro Devices, Inc.
  Name....: AMD Accelerated Parallel Processing
  Version.: OpenCL 2.0 AMD-APP (1800.8)

  Backend Device ID #5
    Type...........: CPU
    Vendor.ID......: 1
    Vendor.........: AuthenticAMD
    Name...........:
    Version........: OpenCL 1.2 AMD-APP (1800.8)
    Processor(s)...: 16
    Clock..........: 1400
    Memory.Total...: 7631 MB (limited to 1024 MB allocatable in one block)
    Memory.Free....: 3783 MB
    Local.Memory...: 32 KB
    OpenCL.Version.: OpenCL C 1.2
    Driver.Version.: 1800.8 (sse2,avx)

OpenCL Platform ID #3
  Vendor..: The pocl project
  Name....: Portable Computing Language
  Version.: OpenCL 3.0 PoCL 3.0-rc2  Linux, Release, RELOC, LLVM 14.0.5, SLEEF, DISTRO, POCL_DEBUG

  Backend Device ID #6
    Type...........: CPU
    Vendor.ID......: 1
    Vendor.........: AuthenticAMD
    Name...........: pthread-AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx
    Version........: OpenCL 3.0 PoCL HSTR: pthread-x86_64-pc-linux-gnu-znver1
    Processor(s)...: 8
    Clock..........: 2100
    Memory.Total...: 5583 MB (limited to 1024 MB allocatable in one block)
    Memory.Free....: 2759 MB
    Local.Memory...: 512 KB
    OpenCL.Version.: OpenCL C 1.2 PoCL
    Driver.Version.: 3.0-rc2
Reply


Messages In This Thread
RE: Hashcat : /sys/bus/.../hwmon/hwmon6/pwm1: No such file or directory - by sam80085 - 08-19-2022, 03:35 PM