Page 4 of 4

Re: HOWTO: How I got my AMD card folding on Linux

Posted: Sun Jun 01, 2025 4:20 pm
by NetoriusNick
AMD Vega 64 not folding , drivers from AMD installed
opencl installed and it sees the GPU

Code: Select all

Platform #0: AMD Accelerated Parallel Processing
 `-- Device #0: gfx900:xnack-
FAH 8.4.9 states

Code: Select all

16:17:51:I1:WU21:There are 2 platforms available.
16:17:51:I1:WU21:Platform 0: Reference
16:17:51:I1:WU21:Platform 1: CPU
16:17:51:I1:WU21:opencl-device was set but OpenCL platform could not be found.
16:17:51:I1:WU21:ERROR:126: Neither CUDA nor OpenCL is available.
16:17:51:I1:WU21:Saving result file ../logfile_01.txt
16:17:51:I1:WU21:Saving result file science.log
16:17:51:I1:WU21:Folding@home Core Shutdown: BAD_WORK_UNIT
16:17:52:E :WU21:Core returned BAD_WORK_UNIT (114)
16:17:52:I1:WU21:Uploading WU results
16:17:53:I1:WU21:Credited
no groups found like referanced at the start of this thread, was not sure if the initd was still relevant to 24.04.

Re: HOWTO: How I got my AMD card folding on Linux

Posted: Sun Jun 01, 2025 4:55 pm
by muziqaz

Re: HOWTO: How I got my AMD card folding on Linux

Posted: Sun Jun 01, 2025 6:46 pm
by NetoriusNick
Thank you, looks like I need to do a fresh install tomorrow

Re: HOWTO: How I got my AMD card folding on Linux

Posted: Tue Aug 26, 2025 3:59 pm
by sboyette
Arch Linux user reporting in. Bottom line: setup is very straightforward assuming that you're comfortable installing AUR packages.

Coming back to FAH after a year+ away, I'm now crunching on APUs. I've got one Minisforum machine using a 7640HS, and one homebuilt which is currently using an 8600G. Those both have 6 Zen 4 cores and Radeon 760M GPU blocks.

Getting them running was a matter of installing two packages: `rocm-opencl-runtime`, which lives in the `extra` repo and thus is installable via `pacman`; and the `foldingathome` package, which is up-to-date and installed via the AUR.

I did already have `ocl-icd` and `vulkan-icd-loader` installed from my previous crunching, but if you're starting from scratch you do need the first and may need the second -- they're both installable via `pacman`.

I rebooted before attempting to start FAH, just to be sure that all libraries would be discoverable/in use. A run of `clinfo` showed that the OpenCL stack was in good working order, so I did a `systemctl enable` and `systemctl start` of the `fah-client` service. It's been smooth since.