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

Moderators: Site Moderators, FAHC Science Team
Before entering this into your terminal, change the ROCm version to the one you want:curl -fsSL https://repo.radeon.com/rocm/rocm.gpg.key \
| sudo gpg --dearmor -o /etc/apt/keyrings/rocm.gpg
After this, run: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
In Ubuntu 25, you do not need Synaptic Package Manager as repositories can be managed directly via "Software & Updates" -> Other Software.sudo apt update && sudo apt upgrade
This can be slotted with quote formatting between: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
Is this on Gnome?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:
Before entering this into your terminal, change the ROCm version to the one you want:curl -fsSL https://repo.radeon.com/rocm/rocm.gpg.key \
| sudo gpg --dearmor -o /etc/apt/keyrings/rocm.gpgAfter this, run: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.sourcesIn Ubuntu 25, you do not need Synaptic Package Manager as repositories can be managed directly via "Software & Updates" -> Other Software.sudo apt update && sudo apt upgrade
In a nutshell, you dont need to do all the SPM stuff muziqaz has in the main post.
Good luck!![]()
Oh, wow, Linux can't even get basic OS level settings synced within itself
Joe, edit required again, sorry about thatmuziqaz wrote: ↑Thu Oct 09, 2025 6:52 pm Joe, can you add the following snippet to the first post of this threadThis can be slotted with quote formatting between: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
Check Web UI System Info section if your GPU is now supported (Should say True next to Supported)
AND
--Linux Mint:
Thanks