![]() |
No devices found/left AMD + Linux - 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: No devices found/left AMD + Linux (/thread-11209.html) Pages:
1
2
|
No devices found/left AMD + Linux - whit3f0x - 12-21-2022 Code: hipInit(): 101 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 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 RE: No devices found/left AMD + Linux - whit3f0x - 12-21-2022 Using previous Hashcat versions (6.0.0) I instead get this one: Code: clGetDeviceIDs(): CL_DEVICE_NOT_FOUND RE: No devices found/left AMD + Linux - whit3f0x - 12-22-2022 After adding drivers also for the CPU, I could get Hashcat to display some info with hashcat -I about the GPU: Code: OpenCL Platform ID #2 However, I'm still stuck here and had no luck getting it to work RE: No devices found/left AMD + Linux - TyrranicalOtter - 12-22-2022 I have somewhat of a similar issue with my RX 580's. I'm on Ubuntu 20.04 however. Wasn't sure 22.04 was going to be too new. Hopefully, we'll get an answer. RE: No devices found/left AMD + Linux - whit3f0x - 12-23-2022 Opened a Github issue: https://github.com/hashcat/hashcat/issues/3550 RE: No devices found/left AMD + Linux - slyexe - 12-23-2022 Pretty sure there is a huge post by one of the admins regarding AMD OpenCL being completely broken as well as HIP and anything relating to AMD. It's nothing related to hashcat and strictly an issue with AMD. I'll have a glance thru the forum and see if I can find it...but it has been some time! RE: No devices found/left AMD + Linux - whit3f0x - 12-23-2022 Yep, that is what I was thinking of. When writing the issue in Github and taking a deeper look it seems that not even clinfo is able to detect OpenCL, only the platform for it. Probably a bug with the drivers that will need a fix. However, I'm not able to test that as the only version available on my distribution is the latest, maybe @TyrranicalOtter can test it. RE: No devices found/left AMD + Linux - whit3f0x - 12-28-2022 Unfortunately, I couldn't get the drivers to work and correctly install OpenCL. However, I somehow managed to get HIP to work making a mix of drivers but also gave me an error. I reported it in Github and it is solved in the Github's main branch version (I couldn't test it because I uninstalled one of the drivers and destroyed the whole thing). Probably will need to wait for a driver's update or someone that gets it to work RE: No devices found/left AMD + Linux - Snoopy - 03-09-2023 (03-09-2023, 11:17 AM)pightfoot6 Wrote:(12-28-2022, 10:52 AM)whit3f0x Wrote: Unfortunately, I couldn't get the drivers to work and correctly install OpenCL. However, I somehow managed to get HIP to work making a mix of drivers but also gave me an error. I reported it in Github and it is solved in the Github's main branch version (I couldn't test it because I uninstalled one of the drivers and destroyed the whole thing). i think HIP is broken on windows too, but you could give a plain win10 with recent amd drivers at try RE: No devices found/left AMD + Linux - whit3f0x - 04-16-2023 Tried again after some time, and in this ROCm update I got new progress. If you install the latest ROCm (Don't forget to include your user in render group), I get a segfault from hashcat lmao |