Update to Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)

It seems that a lot of GPU problems revolve around specific versions of drivers. Though AMD has their own support structure, you can often learn from information reported by others who fold.

Moderators: Site Moderators, FAHC Science Team

muziqaz
Posts: 2174
Joined: Sun Dec 16, 2007 6:22 pm
Hardware configuration: 9950x, 9950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, Intel B580
Location: London
Contact:

Re: Update to Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)

Post by muziqaz »

OK, updated the damn thing again.
Replaced rocm-opencl-sdk with rocm-opencl-runtime.
In some cases icd loader is no longer required. In some cases lack of it causes WUs to fail, even though fah-client shows everything supported (v8.5.1 alpha, I'm looking at you :D). But majority of distros, rocm-opencl-runtime pulls some sort of icd loader with it
FAH Omega tester
Image
AHelpingHand
Posts: 2
Joined: Thu Oct 09, 2025 5:38 pm

Re: Update to Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)

Post by AHelpingHand »

Since 25.04 and 25.10 have revamped their way of handling things, heres an update:

Download AMD's GPG public key with:
curl -fsSL https://repo.radeon.com/rocm/rocm.gpg.key \
| sudo gpg --dearmor -o /etc/apt/keyrings/rocm.gpg
Before entering this into your terminal, change the ROCm version to the one you want:
echo 'Types: deb
URIs: https://repo.radeon.com/rocm/apt/7.0.1/
Suites: noble
Components: main
Signed-By: /etc/apt/keyrings/rocm.gpg' \
| sudo tee /etc/apt/sources.list.d/rocm.sources
After this, run:
sudo apt update && sudo apt upgrade
In Ubuntu 25, you do not need Synaptic Package Manager as repositories can be managed directly via "Software & Updates" -> Other Software.
In a nutshell, you dont need to do all the SPM stuff muziqaz has in the main post.

Good luck! :D
muziqaz
Posts: 2174
Joined: Sun Dec 16, 2007 6:22 pm
Hardware configuration: 9950x, 9950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, Intel B580
Location: London
Contact:

Re: Update to Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)

Post by muziqaz »

Joe, can you add the following snippet to the first post of this thread
For Ubuntu 25.04 users, please follow this short guide on how to add a Radeon repo: viewtopic.php?p=371796#p371796

Thanks to AHelpingHand
This can be slotted with quote formatting between:
Check Web UI System Info section if your GPU is now supported (Should say True next to Supported)
AND
--Linux Mint:

Thanks
FAH Omega tester
Image
muziqaz
Posts: 2174
Joined: Sun Dec 16, 2007 6:22 pm
Hardware configuration: 9950x, 9950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, Intel B580
Location: London
Contact:

Re: Update to Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)

Post by muziqaz »

AHelpingHand wrote: Thu Oct 09, 2025 5:57 pm Since 25.04 and 25.10 have revamped their way of handling things, heres an update:

Download AMD's GPG public key with:
curl -fsSL https://repo.radeon.com/rocm/rocm.gpg.key \
| sudo gpg --dearmor -o /etc/apt/keyrings/rocm.gpg
Before entering this into your terminal, change the ROCm version to the one you want:
echo 'Types: deb
URIs: https://repo.radeon.com/rocm/apt/7.0.1/
Suites: noble
Components: main
Signed-By: /etc/apt/keyrings/rocm.gpg' \
| sudo tee /etc/apt/sources.list.d/rocm.sources
After this, run:
sudo apt update && sudo apt upgrade
In Ubuntu 25, you do not need Synaptic Package Manager as repositories can be managed directly via "Software & Updates" -> Other Software.
In a nutshell, you dont need to do all the SPM stuff muziqaz has in the main post.

Good luck! :D
Is this on Gnome?
I have the same issue you had on very old ubuntu system, which has gnome
FAH Omega tester
Image
AHelpingHand
Posts: 2
Joined: Thu Oct 09, 2025 5:38 pm

Re: Update to Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)

Post by AHelpingHand »

muziqaz wrote: Tue Oct 14, 2025 8:52 pm Is this on Gnome?
I have the same issue you had on very old ubuntu system, which has gnome
Yes sir :)
muziqaz
Posts: 2174
Joined: Sun Dec 16, 2007 6:22 pm
Hardware configuration: 9950x, 9950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, Intel B580
Location: London
Contact:

Re: Update to Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)

Post by muziqaz »

AHelpingHand wrote: Wed Oct 15, 2025 9:40 pm
muziqaz wrote: Tue Oct 14, 2025 8:52 pm Is this on Gnome?
I have the same issue you had on very old ubuntu system, which has gnome
Yes sir :)
Oh, wow, Linux can't even get basic OS level settings synced within itself :D
FAH Omega tester
Image
muziqaz
Posts: 2174
Joined: Sun Dec 16, 2007 6:22 pm
Hardware configuration: 9950x, 9950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, Intel B580
Location: London
Contact:

Re: Update to Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)

Post by muziqaz »

muziqaz wrote: Thu Oct 09, 2025 6:52 pm Joe, can you add the following snippet to the first post of this thread
For Ubuntu 25.04 users, please follow this short guide on how to add a Radeon repo: viewtopic.php?p=371796#p371796

Thanks to AHelpingHand
This can be slotted with quote formatting between:
Check Web UI System Info section if your GPU is now supported (Should say True next to Supported)
AND
--Linux Mint:

Thanks
Joe, edit required again, sorry about that :D
Can you replace Ubuntu 25.04 users with Gnome users, in above snippet, please :))
FAH Omega tester
Image
nada391
Posts: 65
Joined: Sun Mar 09, 2025 10:46 am

Re: Update to Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)

Post by nada391 »

Hello , tried this today, but had problems with "key" this could be solved by the following
https://github.com/ROCm/ROCm/issues/5268
sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 9386B48A1A693C5C
sudo gpg --export --armor 9386B48A1A693C5C | sudo tee /etc/apt/trusted.gpg.d/amdgpu.asc

afterwards, it allowed me to install the packages from AMD.
muziqaz
Posts: 2174
Joined: Sun Dec 16, 2007 6:22 pm
Hardware configuration: 9950x, 9950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, Intel B580
Location: London
Contact:

Re: Update to Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)

Post by muziqaz »

nada391 wrote: Tue Nov 04, 2025 12:08 pm Hello , tried this today, but had problems with "key" this could be solved by the following
https://github.com/ROCm/ROCm/issues/5268
sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 9386B48A1A693C5C
sudo gpg --export --armor 9386B48A1A693C5C | sudo tee /etc/apt/trusted.gpg.d/amdgpu.asc

afterwards, it allowed me to install the packages from AMD.
This is only needed for gnome desktop environment
FAH Omega tester
Image
nada391
Posts: 65
Joined: Sun Mar 09, 2025 10:46 am

Re: Update to Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)

Post by nada391 »

am using devuan 6.0 running xfce4; it was needed there, too. seems quite an ubiquitous error , and now apt-key deprecated, found it useful.

https://ibb.co/fdp1WTkf
Post Reply