I have just popped an RTX 5070Ti into a machine that was running a slightly older GPU on the v7 client.
I couldn't get the v7 client to work after doing that(!), so I thought I would try the v8 client ...
However, I can't seem to get the client to detect the presence of the card and the opencl and cuda drivers; under GPU it says 'false' (although the card description is given), and for opencl and cuda it says 'unsupported'. The installed driver is 570, and i have run 'sudo apt install ocl-icd-opencl-dev nvidia-cuda-dev' for the additional bits ...
Any thoughts to get the machine Folding?
Ubuntu 24.04 - v8.4.9 - RTX 5070Ti - Not running on GPU (Solved)
Moderators: Site Moderators, FAHC Science Team
-
- Posts: 253
- Joined: Thu Dec 06, 2007 6:31 pm
- Hardware configuration: Folding with: 4x RTX 4070Ti, 1x RTX 4080 Super
- Location: United Kingdom
- Contact:
Ubuntu 24.04 - v8.4.9 - RTX 5070Ti - Not running on GPU (Solved)
Last edited by DocJonz on Mon Jun 23, 2025 4:54 pm, edited 1 time in total.
Folding Stats (HFM.NET): DocJonz Folding Farm Stats
-
- Site Moderator
- Posts: 6447
- Joined: Sun Dec 02, 2007 10:38 am
- Location: Bordeaux, France
- Contact:
Re: Ubuntu 24.04 - v8.4.9 - RTX 5070Ti - Not running on GPU
Delete the GPUs.json file (somewhere in /var/lib/fahclient) and restart the client.
Re: Ubuntu 24.04 - v8.4.9 - RTX 5070Ti - Not running on GPU
For v8 it might be /var/lib/fah-client
-
- Posts: 253
- Joined: Thu Dec 06, 2007 6:31 pm
- Hardware configuration: Folding with: 4x RTX 4070Ti, 1x RTX 4080 Super
- Location: United Kingdom
- Contact:
Re: Ubuntu 24.04 - v8.4.9 - RTX 5070Ti - Not running on GPU
Thanks for the idea. Unfortunately the issue is still present (also even after an OS re-install).
In the settings for the edit machine, what does it mean if the GPU type is greyed, but the enable box is ticked?
In the settings for the edit machine, what does it mean if the GPU type is greyed, but the enable box is ticked?
Folding Stats (HFM.NET): DocJonz Folding Farm Stats
-
- Posts: 253
- Joined: Thu Dec 06, 2007 6:31 pm
- Hardware configuration: Folding with: 4x RTX 4070Ti, 1x RTX 4080 Super
- Location: United Kingdom
- Contact:
Re: Ubuntu 24.04 - v8.4.9 - RTX 5070Ti - Not running on GPU
Here's the log.
It seems to fail at 18:41:40, just after it identifies the GPU with "supported":false.
In running 'nvidia-smi', it says 'no devices found' which seems like an nvidia driver issue;
What's the best way, these days, to make sure the correct full nvidia driver is installed?
It seems to fail at 18:41:40, just after it identifies the GPU with "supported":false.
Code: Select all
18:41:40:I1: Revision: 443c54e909eb8d8994405a18fb328b5b05a623a5
18:41:40:I1: Branch: master
18:41:40:I1: Compiler: GNU 8.3.0
18:41:40:I1: Options: -Wsuggest-override -faligned-new -std=c++17 -fsigned-char
18:41:40:I1: -ffunction-sections -fdata-sections -O3 -funroll-loops -fno-pie
18:41:40:I1: -fPIC
18:41:40:I1: Platform: linux 4.19.0-27-cloud-amd64
18:41:40:I1: Bits: 64
18:41:40:I1: Mode: Release
18:41:40:I1:***************************** System ******************************
18:41:40:I1: CPU: Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz
18:41:40:I1: CPU ID: GenuineIntel Family 6 Model 158 Stepping 13
18:41:40:I1: CPUs: 8
18:41:40:I1: Memory: 15.54GiB
18:41:40:I1:Free Memory: 14.47GiB
18:41:40:I1: OS Version: 6.11
18:41:40:I1:Has Battery: false
18:41:40:I1: On Battery: false
18:41:40:I1: Hostname: Farm4
18:41:40:I1: UTC Offset: 1
18:41:40:I1: PID: 1180
18:41:40:I1: CWD: /var/lib/fah-client
18:41:40:I1: Exec: /usr/bin/fah-client
18:41:40:I1:*******************************************************************
18:41:40:I2:<config/>
18:41:40:I1:Opening Database
18:41:40:I1:F@H ID = Pmq9zMJHVQPrkrb5cwonW-D6UzqlDNXz2Kj7q6xUosU
18:41:40:I3:Loading default resource group
18:41:40:I1:Listening for HTTP on 127.0.0.1:7396
18:41:40:I3:Loaded 0 wus.
18:41:40:I3:gpus = {
18:41:40:I3: "gpu:01:00:00": {"vendor": 4318, "device": 11269, "type": "nvidia", "supported": false, "description": "GB203 [GeForce RTX 5070 Ti]"}
18:41:40:I3:}
18:41:40:W :CON1:DNS lookup failed for api.foldingathome.org
18:41:40:E :OUT1:Failed response: CONNECT
18:41:55:I1:OUT2:> GET https://api.foldingathome.org/machine/Pmq9zMJHVQPrkrb5cwonW-D6UzqlDNXz2Kj7q6xUosU HTTP/1.1
18:41:57:I1:OUT2:< HTTP/1.1 200 HTTP_OK
18:41:57:I1:OUT3:> GET wss://node1.foldingathome.org/ws/client HTTP/1.1
18:41:57:I1:OUT3:< HTTP/1.1 101 HTTP_SWITCHING_PROTOCOLS
18:41:57:I1:Logging into node account
18:45:09:I1:Machine state fold
18:45:09:I1:Default:Added new work unit: cpus:1 gpus:
18:45:09:I1:WU5:Requesting WU assignment for user DocJonz team 35947
18:45:09:I1:OUT6:> POST https://assign1.foldingathome.org/api/assign HTTP/1.1
18:45:10:I1:OUT6:< HTTP/1.1 503 HTTP_SERVICE_UNAVAILABLE
18:45:10:E :OUT6:HTTP_SERVICE_UNAVAILABLE: {"error":"No appropriate assignment"}
What's the best way, these days, to make sure the correct full nvidia driver is installed?
Folding Stats (HFM.NET): DocJonz Folding Farm Stats
-
- Posts: 253
- Joined: Thu Dec 06, 2007 6:31 pm
- Hardware configuration: Folding with: 4x RTX 4070Ti, 1x RTX 4080 Super
- Location: United Kingdom
- Contact:
Re: Ubuntu 24.04 - v8.4.9 - RTX 5070Ti - Not running on GPU
Got there ... finally!
Issue was the nvidia driver - I needed to install '570-open'.
Issue was the nvidia driver - I needed to install '570-open'.
Folding Stats (HFM.NET): DocJonz Folding Farm Stats