Framework 16
FedoraKDE 41
AMD 780M integrated graphics card (still too poor to get the expansion, one day soonish!)
Has anyone had luck getting hashcat to run on Fedora with the integrated GPU? I’m attempting to learn how to use it and I seem to have hit a snag, best I can figure out is that hashcat isn’t seeing the graphics card and is throwing the error:
hashcat (v6.2.6) starting
* Device #2: Unstable OpenCL driver detected!
This OpenCL driver may fail kernel compilation or produce false negatives.
You can use --force to override, but do not report related errors.
/sys/bus/pci/devices/0000:c2:00.0/hwmon/hwmon9/pwm1: No such file or directory
HIP API (HIP 6.2.41134)
=======================
* Device #1: AMD Radeon 780M, 15599/15693 MB, 6MCU
OpenCL API (OpenCL 1.1 Mesa 24.2.7) - Platform #1 [Mesa]
========================================================
* Device #2: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 19.1.0, DRM 3.59, 6.11.8-300.fc41.x86_64), skipped
OpenCL API (OpenCL 3.0 PoCL 6.0 Linux, Release, RELOC, LLVM 18.1.7, SLEEF, DISTRO, POCL_DEBUG) - Platform #2 [The pocl project]
================================================================================================================================
* Device #3: cpu-skylake-avx512-AMD Ryzen 7 7840HS w/ Radeon 780M Graphics, skipped
Minimum password length supported by kernel: 8
Maximum password length supported by kernel: 63
Hashes: 12 digests; 12 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Optimizers applied:
* Zero-Byte
* Single-Salt
* Brute-Force
* Slow-Hash-SIMD-LOOP
Watchdog: Temperature abort trigger set to 90c
hiprtcCompileProgram(): HIPRTC_ERROR_COMPILATION
error: unknown argument: '-flegacy-pass-manager'
1 error generated when compiling for gfx1103.
* Device #1: Kernel /usr/lib64/hashcat/OpenCL/shared.cl build failed.
* Device #1: Kernel /usr/lib64/hashcat/OpenCL/shared.cl build failed.
This fella here seems to have it running on Kali Kali Linux with GPU-accelerated hashcat on FW16 -- success! but I’m sorta new to linux and am unsure if I can follow this for Fedora (but replace apt for dnf I guess).
I can run commands and post the output if need be, any help would be appreciated, thanks in advance!