no GPU connected (AMD Radeon RX5600XT) - 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 GPU connected (AMD Radeon RX5600XT) (/thread-9086.html) |
no GPU connected (AMD Radeon RX5600XT) - Maranzano - 03-30-2020 Hi everyone, I have AMD Radeon 5600XT but as I understood i couldn't use it with hashcat so I can use CPU only root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~# hashcat -I hashcat (v5.1.0-1755-gddb641b8) starting... OpenCL Info: ============ OpenCL Platform ID #1 Vendor..: The pocl project Name....: Portable Computing Language Version.: OpenCL 1.2 pocl 1.4, None+Asserts, LLVM 9.0.1, RELOC, SLEEF, DISTRO, POCL_DEBUG Backend Device ID #1 Type...........: CPU Vendor.ID......: 1 Vendor.........: AuthenticAMD Name...........: pthread-AMD Ryzen 5 3600 6-Core Processor Version........: OpenCL 1.2 pocl HSTR: pthread-x86_64-pc-linux-gnu-znver1 Processor(s)...: 4 Clock..........: 3593 Memory.Total...: 10915 MB (limited to 4096 MB allocatable in one block) Memory.Free....: 10851 MB OpenCL.Version.: OpenCL C 1.2 pocl Driver.Version.: 1.4 How to connect GPU? RE: no GPU connected (AMD Radeon RX5600XT) - undeath - 03-30-2020 install rocm RE: no GPU connected (AMD Radeon RX5600XT) - Maranzano - 03-31-2020 I've tried but it seems I've done something wrong to my CPU drivers root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~# hashcat -I hashcat (v5.1.0-1755-gddb641b8) starting... : CommandLine Error: Option 'limited-coverage-experimental' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~# root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~# lspci 00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 01) 00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 01) 00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 08) 00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) 00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 00:07.7 System peripheral: VMware Virtual Machine Communication Interface (rev 10) 00:0f.0 VGA compatible controller: VMware SVGA II Adapter 00:10.0 SCSI storage controller: Broadcom / LSI 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 01) RE: no GPU connected (AMD Radeon RX5600XT) - undeath - 03-31-2020 If you still have pocl installed try to remove that. RE: no GPU connected (AMD Radeon RX5600XT) - Maranzano - 03-31-2020 Delete them and now I have root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~# hashcat -I hashcat (v5.1.0-1755-gddb641b8) starting... clGetDeviceIDs(): CL_DEVICE_NOT_FOUND clGetDeviceIDs(): CL_DEVICE_NOT_FOUND Does it mean that I need to install amd drivers? |