Hashcat problem on ubuntu - RX6800 - 10-15-2025
I've installed my GPU ASUS TUF GAMING Radeon RX 6800 OC Edition on Ubuntu 24.04, but it is not recognized by hashcat
Quote:hashcat (v7.1.2-282-g66546e659) starting in backend information mode
hipInit(): no ROCm-capable device is detected
OpenCL Info:
============
OpenCL Platform ID #1
Vendor..: Intel(R) Corporation
Name....: Intel(R) OpenCL Graphics
Version.: OpenCL 3.0
Backend Device ID #01
Type...........: GPU
Vendor.ID......: 8
Vendor.........: Intel(R) Corporation
Name...........: Intel(R) UHD Graphics 770
Version........: OpenCL 3.0 NEO
Processor(s)...: 16
Preferred.Thrd.: 7
Clock..........: 1550
Memory.Total...: 44617 MB (limited to 2047 MB allocatable in one block)
Memory.Free....: 22308 MB
Memory.Unified.: 1
Local.Memory...: 64 KB
OpenCL.Version.: OpenCL C 1.2
Driver.Version.: 23.43.027642
OpenCL Platform ID #2
Vendor..: The pocl project
Name....: Portable Computing Language
Version.: OpenCL 3.0 PoCL 5.0+debian Linux, None+Asserts, RELOC, SPIR, LLVM 16.0.6, SLEEF, DISTRO, POCL_DEBUG
Backend Device ID #02
Type...........: CPU
Vendor.ID......: 128
Vendor.........: GenuineIntel
Name...........: cpu-haswell-13th Gen Intel(R) Core(TM) i5-13500
Version........: OpenCL 3.0 PoCL HSTR: cpu-x86_64-pc-linux-gnu-haswell
Processor(s)...: 20
Preferred.Thrd.: 1
Clock..........: 4800
Memory.Total...: 45895 MB (limited to 8192 MB allocatable in one block)
Memory.Free....: 22947 MB
Memory.Unified.: 1
Local.Memory...: 1280 KB
OpenCL.Version.: OpenCL C 1.2 PoCL
Driver.Version.: 5.0+debian
OpenCL Platform ID #3
Vendor..: Mesa/X.org
Name....: rusticl
Version.: OpenCL 3.0
OpenCL Platform ID #4
Vendor..: Advanced Micro Devices, Inc.
Name....: AMD Accelerated Parallel Processing
Version.: OpenCL 2.1 AMD-APP (3662.0)
Quote:Platform #0: Intel(R) OpenCL Graphics
`-- Device #0: Intel(R) UHD Graphics 770
Platform #1: Portable Computing Language
`-- Device #0: cpu-haswell-13th Gen Intel(R) Core(TM) i5-13500
Platform #2: rusticl
Platform #3: AMD Accelerated Parallel Processing
Code: sudo lshw -C display
Quote:*-display
description: VGA compatible controller
product: Navi 21 [Radeon RX 6800/6800 XT / 6900 XT]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:03:00.0
logical name: /dev/fb0
version: c3
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list fb
configuration: depth=32 latency=0 mode=2560x1440 resolution=2560,1440 visual=truecolor xres=2560 yres=1440
resources: iomemory:600-5ff iomemory:640-63f memory:6000000000-63ffffffff memory:6400000000-640fffffff ioport:4000(size=256) memory:81200000-812fffff memory:81300000-8131ffff
*-display
description: Display controller
product: AlderLake-S GT1
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 0c
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm bus_master cap_list
configuration: driver=i915 latency=0
resources: iomemory:640-63f iomemory:400-3ff irq:225 memory:6410000000-6410ffffff memory:4000000000-400fffffff ioport:5000(size=64) memory:4010000000-4016ffffff memory:4020000000-40ffffffff
How can i start using this GPU for cracking with hashcat?
RE: Hashcat problem on ubuntu - Snoopy - 10-17-2025
As stated on the main site
GPU Driver requirements:
AMD GPUs on Linux require "AMD Radeon Software for Linux" with "ROCm"
and as stated on line 2 of your paste
hipInit(): no ROCm-capable device is detected
you are missing the required drivers or softwarepackages
|