No devices found/left AMD + Linux
#1
Sad 
Code:
hipInit(): 101

No devices found/left.

This error appears when trying to execute any hashcat cracking command.
hashcat -I reports the same error and doesn't provide any information.

The clinfo command reports this info:

Code:
Number of platforms                              1
  Platform Name                                  AMD Accelerated Parallel Processing
  Platform Vendor                                Advanced Micro Devices, Inc.
  Platform Version                                OpenCL 2.1 AMD-APP (3513.0)
  Platform Profile                                FULL_PROFILE
  Platform Extensions                            cl_khr_icd cl_amd_event_callback
  Platform Extensions function suffix            AMD
  Platform Host timer resolution                  1ns

  Platform Name                                  AMD Accelerated Parallel Processing
Number of devices                                0

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  No platform
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)  No platform
  clCreateContext(NULL, ...) [default]            No platform
  clCreateContext(NULL, ...) [other]             
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  No devices found in platform

I have installed the latest AMDGPU version with the additional --usecase=rocm (even the SDKs), which in the new ROCm guides seems to be the correct way to install it, and I get that "Not found" error.
I've followed the "Wrong driver" guide with all the steps, even trying the xorg.conf thing even though it's already obsolete

OS: Ubuntu 22.04.1 (which is pretty new and didn't have support for ROCm until recently)
Hashcat: v6.2.6
GPU: AMD Radeon RX 580
Reply


Messages In This Thread
No devices found/left AMD + Linux - by whit3f0x - 12-21-2022, 04:55 PM
RE: No devices found/left AMD + Linux - by slyexe - 12-23-2022, 05:27 AM