GPU on Ryzen 5 2400g does not work [Linux Mint]

If you're new to FAH and need help getting started or you have very basic questions, start here.

Moderators: Site Moderators, FAHC Science Team

Post Reply
Baldi
Posts: 5
Joined: Wed Apr 22, 2020 7:41 am

GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by Baldi »

Hello,

I have a problem and need help. I am running FAH 7.6.9 on an AMD Ryzen 5 2400g under Linux Mint 19.3. Kernel 5.3.0-46. Unfortunately I am a double Noob. New to Linux and new to FAH. So I might have missed something that is totally clear to normal people.

I have a problem with getting the integrated GPU installed and working.

The CPU is working fine and gets WU, that are solved.

To include the GPU I did the procedure described in several forums ( this forum, Linux Mint forum and einsteinathome):

1. Preparation for installing opencl: sudo apt-get install ocl-icd-libopencl1 ocl-icd-opencl-dev mesa-opencl-icd
This seems to provide some dependencies for the opencl installation.
2. Downloaded the driver from AMD Driver version 19.50
3. ./amdgpu-install -y
4. .amdgpu-pro-install -y --opencl=legacy,pal
5. I added GPUs.txt.
This should have installed the opencl driver amd the FAH log looks like this.

Code: Select all

OS: Linux 5.3.0-46-generic x86_64
OS Arch: AMD64
GPUs: 1
GPU 0: Bus:41 Slot:0 Func:0 AMD:5 Raven [Ryzen vega 8 mobile]
CUDA: Not detected: Failed to open dynamic library 'libcuda.so':
libcuda.so: cannot open shared object file: No such file or directory
OpenCL Device 0: Platform:0 Device:0 Bus:NA Slot:NA Compute:1.1 Driver:19.2
The GPU is recognized as Ryzen Vega 8 mobile, which is not the correct version for the Ryzen 5 2400g but for the Ryzen 3 2200g. The difference is 8 vega units instead of 11. Others in the forum have reported, that it should still work.

The GPU is showing up in FAH, but it is creating Failed work units. The log looks like that FS01 should be the GPU.

Code: Select all

22:09:54:WU01:FS01:Assigned to work server 128.252.203.10
22:09:54:WU01:FS01:Requesting new work unit for slot 01: READY gpu:0:Raven [Ryzen vega 8 mobile] from 128.252.203.10
22:09:54:WU01:FS01:Connecting to 128.252.203.10:8080
22:12:05:WARNING:WU01:FS01:WorkServer connection failed on port 8080 trying 80
22:12:05:WU01:FS01:Connecting to 128.252.203.10:80
22:12:59:WU01:FS01:Downloading 29.59MiB
22:13:28:WU01:FS01:Download complete
22:13:28:WU01:FS01:Received Unit: id:01 state:DOWNLOAD error:NO_ERROR project:11761 run:0 clone:2356 gen:49 core:0x22 unit:0x0000005680fccb0a5e6d7d4017cfe915
22:13:28:WU01:FS01:Starting
22:13:28:WU01:FS01:Running FahCore: /usr/bin/FAHCoreWrapper /var/lib/fahclient/cores/cores.foldingathome.org/v7/lin/64bit/Core_22.fah/FahCore_22 -dir 01 -suffix 01 -version 706 -lifeline 1865 -checkpoint 15 -gpu-vendor amd -opencl-platform 0 -opencl-device 0 -gpu 0
22:13:28:WU01:FS01:Started FahCore on PID 3969
22:13:28:WU01:FS01:Core PID:3973
22:13:28:WU01:FS01:FahCore 0x22 started
22:13:28:WARNING:WU01:FS01:FahCore returned: BAD_WORK_UNIT (114 = 0x72)
22:13:28:WU01:FS01:Sending unit results: id:01 state:SEND error:FAULTY project:11761 run:0 clone:2356 gen:49 core:0x22 unit:0x0000005680fccb0a5e6d7d4017cfe915
22:13:28:WU01:FS01:Uploading 7.00KiB to 128.252.203.10
22:13:28:WU01:FS01:Connecting to 128.252.203.10:8080
What am I doing wrong?

Thanks for any ideas,

Baldi
Joe_H
Site Admin
Posts: 7937
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: GPU on Ryzen 5 2400g does not work

Post by Joe_H »

Usually there would be an error message associated with the BAD_WORK_UNIT report, have you changed the logging verbosity from the default of 3?

I don't see anything else obviously wrong, someone else more familiar with Mint and F@h install might spot something.

As for the name for the GPU, the list is actually based on the device ID number, and AMD has frequently used the same device ID for a number of different products based on the same chip. The description was based on the first report of the device ID and request for adding it.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
Baldi
Posts: 5
Joined: Wed Apr 22, 2020 7:41 am

Re: GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by Baldi »

Hello Joe_H,

thanks for your help. I learned a lot about Linux / AMD / drivers and which combination of them does not fit together at the moment.

As far as I understand it now, it is a driver problem, that is not solved for AMD amdgpu (amdgpu-pro) driver and Linux Mint. ==> Linux Mint forum amdgpu driver.

It seems that I have to wait for the next Version of Linux Mint (should be 20) and or the next Version of the amdgpu driver.

Until then I will only fold in the CPU.

Thanks,

Baldi
HugoNotte
Posts: 66
Joined: Tue Apr 07, 2020 7:09 pm

Re: GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by HugoNotte »

As far as I understand integrated GPUs are in general not supported.
bruce
Posts: 20824
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by bruce »

According to the information I can find, this hardware support Single Precision Floating point operations but not Double Precision. FAH now requires FP64 support with DP GFLOPS>0. While integrated GPUs are generally pretty slow, they can be supported as long as the FP64 instruction set is supported.
Joe_H
Site Admin
Posts: 7937
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by Joe_H »

From here the integrated GPU on this Ryzen does support DP - https://www.techpowerup.com/gpu-specs/r ... a-11.c3054.

People have reported it is dependent on the right drivers being installed on Windows, I suspect the same will hold for Linux drivers.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
Baldi
Posts: 5
Joined: Wed Apr 22, 2020 7:41 am

Re: GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by Baldi »

HugoNotte wrote:As far as I understand integrated GPUs are in general not supported.
Hi,

that is not correct. I made a test in Windows 10 (plugged in an old harddrive, installed and ran FAH) and the same system works with CPU and GPU.

Baldi
PantherX
Site Moderator
Posts: 6986
Joined: Wed Dec 23, 2009 9:33 am
Hardware configuration: V7.6.21 -> Multi-purpose 24/7
Windows 10 64-bit
CPU:2/3/4/6 -> Intel i7-6700K
GPU:1 -> Nvidia GTX 1080 Ti
§
Retired:
2x Nvidia GTX 1070
Nvidia GTX 675M
Nvidia GTX 660 Ti
Nvidia GTX 650 SC
Nvidia GTX 260 896 MB SOC
Nvidia 9600GT 1 GB OC
Nvidia 9500M GS
Nvidia 8800GTS 320 MB

Intel Core i7-860
Intel Core i7-3840QM
Intel i3-3240
Intel Core 2 Duo E8200
Intel Core 2 Duo E6550
Intel Core 2 Duo T8300
Intel Pentium E5500
Intel Pentium E5400
Location: Land Of The Long White Cloud
Contact:

Re: GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by PantherX »

Welcome to the F@H Forum Baldi,

Out of curiousity, could you please post the log file where you have successfully configured a GPU slot using iGPU instead of dGPU?
ETA:
Now ↞ Very Soon ↔ Soon ↔ Soon-ish ↔ Not Soon ↠ End Of Time

Welcome To The F@H Support Forum Ӂ Troubleshooting Bad WUs Ӂ Troubleshooting Server Connectivity Issues
4n0n
Posts: 17
Joined: Thu Apr 09, 2020 5:12 pm

Re: GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by 4n0n »

Your log shows
BAD_WORK_UNIT (114 = 0x72)
which is the same error i got on linux with AMD GPU (see: viewtopic.php?f=81&t=35025). So the root cause might be the same. Finally the post at viewtopic.php?f=81&t=33353 helped to solve my problem.

Cause: By using the /etc/init.d/FAHClient startup script the system changes the user context to user "fahclient". This change is not implemented correctly (see: https://github.com/FoldingAtHome/fah-issues/issues/1418) so that "fahclient" has no sufficient privileges.
Solution: Create a systemd startup service as shown in the post mentioned above.
BobWilliams757
Posts: 520
Joined: Fri Apr 03, 2020 2:22 pm
Hardware configuration: ASRock X370M PRO4
Ryzen 2400G APU
16 GB DDR4-3200
MSI GTX 1660 Super Gaming X

Re: GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by BobWilliams757 »

Hopefully the above driver will fix things in Mint.

Running Windows 10 my 2400G installed and configured with no issues at all. Just for the verification for anyone else, the Vega 11 onboard will in fact configure and run with the FAH client. Several others besides me have had recent threads, most in the "Whitelist" section of the forum. Both the 2400G and 2200G (Ryzen 3) will show as the Raven [Ryzen vega 8 mobile] as shown in Baldi's log. But the ID of the card is generic, and the Vega 11 runs quicker than the Vega 8.

They are no powerhouses, but are reasonably efficient in terms of watts/point. PPD will vary with memory since the on board uses system memory. When folding using the onboard iGPU and the CPU I think both take a slightly bigger hit in efficiency as compared to a conventional setup, since they use some of the same resources.


Windows 10
stock clocks on CPU and iGPU
DDR4-2933 memory setting (max stock recommended by AMD)


Folding with iGPU only, my 2400G returns on average in the 70-71K PPD range. The power draw is so low you wouldn't even notice it's running unless your fan profiles are set up weird.


Both the R3 200G and R5 2400G can easily be overclocked on most boards. It seems the trend is that either CPU or iGPU can be OC easily, but combining both is a bit trickier. On my system I haven't bothered since it's also our primary web surfing rig, my wifes work stuff, etc and 24/7 stability is the primary concern. From what I've seen in reviews bumping the GPU clocks could probably bring the Vega 11 to around 75K PPD range, and the Vega 8 wouldn't be far behind.
Fold them if you get them!
BobWilliams757
Posts: 520
Joined: Fri Apr 03, 2020 2:22 pm
Hardware configuration: ASRock X370M PRO4
Ryzen 2400G APU
16 GB DDR4-3200
MSI GTX 1660 Super Gaming X

Re: GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by BobWilliams757 »

PantherX wrote:Welcome to the F@H Forum Baldi,

Out of curiousity, could you please post the log file where you have successfully configured a GPU slot using iGPU instead of dGPU?

I know this was directed at Baldi, but since he might not have things set up on Win10 I'll post mine.

Code: Select all

*********************** Log Started 2020-04-30T23:17:49Z ***********************
23:17:49:****************************** FAHClient ******************************
23:17:49:        Version: 7.6.9
23:17:49:         Author: Joseph Coffland <joseph@cauldrondevelopment.com>
23:17:49:      Copyright: 2020 foldingathome.org
23:17:49:       Homepage: https://foldingathome.org/
23:17:49:           Date: Apr 17 2020
23:17:49:           Time: 11:13:06
23:17:49:       Revision: 398c2b17fa535e0cc6c9d10856b2154c32771646
23:17:49:         Branch: master
23:17:49:       Compiler: Visual C++ 2008
23:17:49:        Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
23:17:49:       Platform: win32 10
23:17:49:           Bits: 32
23:17:49:           Mode: Release
23:17:49:         Config: C:\Users\rober\AppData\Roaming\FAHClient\config.xml
23:17:49:******************************** CBang ********************************
23:17:49:           Date: Apr 17 2020
23:17:49:           Time: 11:10:09
23:17:49:       Revision: 2fb0be7809c5e45287a122ca5fbc15b5ae859a3b
23:17:49:         Branch: master
23:17:49:       Compiler: Visual C++ 2008
23:17:49:        Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
23:17:49:       Platform: win32 10
23:17:49:           Bits: 32
23:17:49:           Mode: Release
23:17:49:******************************* System ********************************
23:17:49:            CPU: AMD Ryzen 5 2400G with Radeon Vega Graphics
23:17:49:         CPU ID: AuthenticAMD Family 23 Model 17 Stepping 0
23:17:49:           CPUs: 8
23:17:49:         Memory: 14.93GiB
23:17:49:    Free Memory: 12.94GiB
23:17:49:        Threads: WINDOWS_THREADS
23:17:49:     OS Version: 6.2
23:17:49:    Has Battery: false
23:17:49:     On Battery: false
23:17:49:     UTC Offset: -4
23:17:49:            PID: 9820
23:17:49:            CWD: C:\Users\rober\AppData\Roaming\FAHClient
23:17:49:             OS: Windows 10 Home
23:17:49:        OS Arch: AMD64
23:17:49:           GPUs: 1
23:17:49:          GPU 0: Bus:56 Slot:0 Func:0 AMD:5 Raven [Ryzen vega 8 mobile]
23:17:49:           CUDA: Not detected: Failed to open dynamic library 'nvcuda.dll': The
23:17:49:                 specified module could not be found.
23:17:49:
23:17:49:OpenCL Device 0: Platform:0 Device:0 Bus:56 Slot:0 Compute:1.2 Driver:2841.19
23:17:49:  Win32 Service: false
23:17:49:******************************* libFAH ********************************
23:17:49:           Date: Apr 15 2020
23:17:49:           Time: 14:53:14
23:17:49:       Revision: 216968bc7025029c841ed6e36e81a03a316890d3
23:17:49:         Branch: master
23:17:49:       Compiler: Visual C++ 2008
23:17:49:        Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
23:17:49:       Platform: win32 10
23:17:49:           Bits: 32
23:17:49:           Mode: Release
23:17:49:***********************************************************************
23:17:49:<config>
23:17:49:  <!-- Network -->
23:17:49:  <proxy v=':8080'/>
23:17:49:
23:17:49:  <!-- Slot Control -->
23:17:49:  <power v='full'/>
23:17:49:
23:17:49:  <!-- User Information -->
23:17:49:  <passkey v='*****'/>
23:17:49:  <user v='BobWilliams757'/>
23:17:49:
23:17:49:  <!-- Folding Slots -->
23:17:49:  <slot id='1' type='GPU'>
23:17:49:    <pause-on-start v='true'/>
23:17:49:  </slot>
23:17:49:  <slot id='0' type='CPU'>
23:17:49:    <pause-on-start v='true'/>
23:17:49:    <paused v='true'/>
23:17:49:  </slot>
23:17:49:</config>
23:17:49:Trying to access database...
23:17:49:Successfully acquired database lock
23:17:49:Enabled folding slot 01: PAUSED gpu:0:Raven [Ryzen vega 8 mobile] (by user)
23:17:49:Enabled folding slot 00: PAUSED cpu:7 (by user)
23:19:02:FS01:Unpaused
23:19:02:WU00:FS01:Connecting to 65.254.110.245:80
23:19:02:WARNING:WU00:FS01:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
23:19:02:WU00:FS01:Connecting to 18.218.241.186:80
23:19:02:WU00:FS01:Assigned to work server 128.252.203.10
23:19:02:WU00:FS01:Requesting new work unit for slot 01: READY gpu:0:Raven [Ryzen vega 8 mobile] from 128.252.203.10
23:19:02:WU00:FS01:Connecting to 128.252.203.10:8080
23:19:24:WARNING:WU00:FS01:WorkServer connection failed on port 8080 trying 80
23:19:24:WU00:FS01:Connecting to 128.252.203.10:80
23:19:45:ERROR:WU00:FS01:Exception: Failed to connect to 128.252.203.10:80: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
23:19:45:WU00:FS01:Connecting to 65.254.110.245:80
23:19:45:WARNING:WU00:FS01:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
23:19:45:WU00:FS01:Connecting to 18.218.241.186:80
23:19:46:WARNING:WU00:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration
23:19:46:WU00:FS01:Connecting to 65.254.110.245:80
23:19:46:WARNING:WU00:FS01:Failed to get assignment from '65.254.110.245:80': No WUs available for this configuration
23:19:46:WU00:FS01:Connecting to 18.218.241.186:80
23:19:46:WARNING:WU00:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration
23:19:46:ERROR:WU00:FS01:Exception: Could not get an assignment
23:20:45:WU00:FS01:Connecting to 65.254.110.245:80
23:20:45:WU00:FS01:Assigned to work server 155.247.166.220
23:20:45:WU00:FS01:Requesting new work unit for slot 01: READY gpu:0:Raven [Ryzen vega 8 mobile] from 155.247.166.220
23:20:45:WU00:FS01:Connecting to 155.247.166.220:8080
23:20:45:WU00:FS01:Downloading 2.79MiB
23:20:46:WU00:FS01:Download complete
23:20:46:WU00:FS01:Received Unit: id:00 state:DOWNLOAD error:NO_ERROR project:14158 run:2 clone:4638 gen:0 core:0x21 unit:0x000000000002894c5d3b220ec3ada7f7
23:20:46:WU00:FS01:Downloading core from http://cores.foldingathome.org/v7/win/64bit/amd/Core_21.fah
23:20:46:WU00:FS01:Connecting to cores.foldingathome.org:80
23:20:47:WU00:FS01:FahCore 21: Downloading 3.48MiB
23:20:50:WU00:FS01:FahCore 21: Download complete
23:20:50:WU00:FS01:Valid core signature
23:20:50:WU00:FS01:Unpacked 11.81MiB to cores/cores.foldingathome.org/v7/win/64bit/amd/Core_21.fah/FahCore_21.exe
23:20:50:WU00:FS01:Starting
23:20:50:WU00:FS01:Running FahCore: "C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:\Users\rober\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/v7/win/64bit/amd/Core_21.fah/FahCore_21.exe -dir 00 -suffix 01 -version 706 -lifeline 9820 -checkpoint 15 -gpu-vendor amd -opencl-platform 0 -opencl-device 0 -gpu 0
23:20:50:WU00:FS01:Started FahCore on PID 88
23:20:50:WU00:FS01:Core PID:508
23:20:50:WU00:FS01:FahCore 0x21 started
23:20:51:WU00:FS01:0x21:*********************** Log Started 2020-04-30T23:20:51Z ***********************
23:20:51:WU00:FS01:0x21:Project: 14158 (Run 2, Clone 4638, Gen 0)
23:20:51:WU00:FS01:0x21:Unit: 0x000000000002894c5d3b220ec3ada7f7
23:20:51:WU00:FS01:0x21:CPU: 0x00000000000000000000000000000000
23:20:51:WU00:FS01:0x21:Machine: 1
23:20:51:WU00:FS01:0x21:Reading tar file core.xml
23:20:51:WU00:FS01:0x21:Reading tar file integrator.xml
23:20:51:WU00:FS01:0x21:Reading tar file state.xml
23:20:51:WU00:FS01:0x21:Reading tar file system.xml
23:20:51:WU00:FS01:0x21:Digital signatures verified
23:20:51:WU00:FS01:0x21:Folding@home GPU Core21 Folding@home Core
23:20:51:WU00:FS01:0x21:Version 0.0.20
23:20:55:WU00:FS01:0x21:Completed 0 out of 12500000 steps (0%)
23:20:55:WU00:FS01:0x21:Temperature control disabled. Requirements: single Nvidia GPU, tmax must be < 110 and twait >= 900
23:24:29:WU00:FS01:0x21:Completed 125000 out of 12500000 steps (1%)
23:25:03:ERROR:Receive error: 10054: An existing connection was forcibly closed by the remote host.
23:28:02:WU00:FS01:0x21:Completed 250000 out of 12500000 steps (2%)
23:31:34:WU00:FS01:0x21:Completed 375000 out of 12500000 steps (3%)
23:35:06:WU00:FS01:0x21:Completed 500000 out of 12500000 steps (4%)

A little slop left in there that I could have edited, but the meat is all there.

My 2400G has run 80-85 WU's since I started folding again recently. Other than a couple of "strange" WU's point return has been consistent within normal variances and I've yet to have any error while folding.

As a note, I have no dedicated GPU in this system. I'm thinking about picking one up, but hoping the onboard iGPU drivers and drivers for the dedicated GPU will play well together so I can fold on both if I want.
Fold them if you get them!
Baldi
Posts: 5
Joined: Wed Apr 22, 2020 7:41 am

Re: GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by Baldi »

PantherX wrote:Welcome to the F@H Forum Baldi,

Out of curiousity, could you please post the log file where you have successfully configured a GPU slot using iGPU instead of dGPU?
Hi,

this is the log for Slot 1 (the GPU).

Code: Select all

*********************** Log Started 2020-05-03T10:03:01Z ***********************
10:03:01:WU00:FS01:Starting
10:03:01:WU00:FS01:Running FahCore: "C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:\Users\Admin\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/v7/win/64bit/Core_22.fah/FahCore_22.exe -dir 00 -suffix 01 -version 706 -lifeline 7076 -checkpoint 15 -gpu-vendor amd -opencl-platform 0 -opencl-device 0 -gpu 0
10:03:01:WU00:FS01:Started FahCore on PID 8316
10:03:01:WU00:FS01:Core PID:9200
10:03:01:WU00:FS01:FahCore 0x22 started
10:03:02:WU00:FS01:0x22:*********************** Log Started 2020-05-03T10:03:02Z ***********************
10:03:02:WU00:FS01:0x22:*************************** Core22 Folding@home Core ***************************
10:03:02:WU00:FS01:0x22:       Type: 0x22
10:03:02:WU00:FS01:0x22:       Core: Core22
10:03:02:WU00:FS01:0x22:    Website: https://foldingathome.org/
10:03:02:WU00:FS01:0x22:  Copyright: (c) 2009-2018 foldingathome.org
10:03:02:WU00:FS01:0x22:     Author: John Chodera <john.chodera@choderalab.org> and Rafal Wiewiora
10:03:02:WU00:FS01:0x22:             <rafal.wiewiora@choderalab.org>
10:03:02:WU00:FS01:0x22:       Args: -dir 00 -suffix 01 -version 706 -lifeline 8316 -checkpoint 15
10:03:02:WU00:FS01:0x22:             -gpu-vendor amd -opencl-platform 0 -opencl-device 0 -gpu 0
10:03:02:WU00:FS01:0x22:     Config: <none>
10:03:02:WU00:FS01:0x22:************************************ Build *************************************
10:03:02:WU00:FS01:0x22:    Version: 0.0.5
10:03:02:WU00:FS01:0x22:       Date: Apr 22 2020
10:03:02:WU00:FS01:0x22:       Time: 04:42:59
10:03:02:WU00:FS01:0x22: Repository: Git
10:03:02:WU00:FS01:0x22:   Revision: 2d69202c898bd9bb3e093f51cd32bf411c2a0388
10:03:02:WU00:FS01:0x22:     Branch: HEAD
10:03:02:WU00:FS01:0x22:   Compiler: Visual C++ 2008
10:03:02:WU00:FS01:0x22:    Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
10:03:02:WU00:FS01:0x22:   Platform: win32 10
10:03:02:WU00:FS01:0x22:       Bits: 64
10:03:02:WU00:FS01:0x22:       Mode: Release
10:03:02:WU00:FS01:0x22:************************************ System ************************************
10:03:02:WU00:FS01:0x22:        CPU: AMD Ryzen 5 2400G with Radeon Vega Graphics
10:03:02:WU00:FS01:0x22:     CPU ID: AuthenticAMD Family 23 Model 17 Stepping 0
10:03:02:WU00:FS01:0x22:       CPUs: 8
10:03:02:WU00:FS01:0x22:     Memory: 13.95GiB
10:03:02:WU00:FS01:0x22:Free Memory: 11.48GiB
10:03:02:WU00:FS01:0x22:    Threads: WINDOWS_THREADS
10:03:02:WU00:FS01:0x22: OS Version: 6.2
10:03:02:WU00:FS01:0x22:Has Battery: false
10:03:02:WU00:FS01:0x22: On Battery: false
10:03:02:WU00:FS01:0x22: UTC Offset: 2
10:03:02:WU00:FS01:0x22:        PID: 9200
10:03:02:WU00:FS01:0x22:        CWD: C:\Users\Admin\AppData\Roaming\FAHClient\work
10:03:02:WU00:FS01:0x22:         OS: Windows 10 Pro
10:03:02:WU00:FS01:0x22:    OS Arch: AMD64
10:03:02:WU00:FS01:0x22:********************************************************************************
10:03:02:WU00:FS01:0x22:Project: 14417 (Run 0, Clone 1941, Gen 31)
10:03:02:WU00:FS01:0x22:Unit: 0x0000002d0d5262775e84c8a49cd46b3e
10:03:02:WU00:FS01:0x22:Digital signatures verified
10:03:02:WU00:FS01:0x22:Folding@home GPU Core22 Folding@home Core
10:03:02:WU00:FS01:0x22:Version 0.0.5
10:03:02:WU00:FS01:0x22:  Found a checkpoint file
10:04:07:WU00:FS01:0x22:Completed 200000 out of 1000000 steps (20%)
10:04:07:WU00:FS01:0x22:Temperature control disabled. Requirements: single Nvidia GPU, tmax must be < 110 and twait >= 900
Baldi
4n0n
Posts: 17
Joined: Thu Apr 09, 2020 5:12 pm

Re: GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by 4n0n »

Baldi wrote: this is the log for Slot 1 (the GPU).

Code: Select all

 C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:\Users\Admin\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/v7/win/64bit/Core_22.fah/FahCore_22.exe -dir 00 -suffix 01 -version 706 -lifeline 7076 -checkpoint 15 -gpu-vendor amd -opencl-platform 0 -opencl-device 0 -gpu 0
Baldi, are you trying to fool us? This is definitely not a log concerning the forementioned system in op. You're writing about having problems with Linux Mint and post logs from a Windows machine.

???
Baldi
Posts: 5
Joined: Wed Apr 22, 2020 7:41 am

Re: GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by Baldi »

4n0n wrote:
Baldi wrote: this is the log for Slot 1 (the GPU).

Code: Select all

 C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:\Users\Admin\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/v7/win/64bit/Core_22.fah/FahCore_22.exe -dir 00 -suffix 01 -version 706 -lifeline 7076 -checkpoint 15 -gpu-vendor amd -opencl-platform 0 -opencl-device 0 -gpu 0
Baldi, are you trying to fool us? This is definitely not a log concerning the forementioned system in op. You're writing about having problems with Linux Mint and post logs from a Windows machine.

???
Hi,
I am not trying to fool you. Maybe there was a misunderstanding.

I am having problems to get FAH with GPU running in Linux Mint.

As a test, if it is a Linux driver problem, or if my hardware is not supported at all, I did a test run in Windows 10. There the GPU worked with FAH. I tried to say this in my last post, but was maybe not successful.

When PantherX asked for a log file with the GPU, I sent the only log file with GPU, that I have. The one from the Windows test system.

I am not trying to fool you.

Baldi
PantherX
Site Moderator
Posts: 6986
Joined: Wed Dec 23, 2009 9:33 am
Hardware configuration: V7.6.21 -> Multi-purpose 24/7
Windows 10 64-bit
CPU:2/3/4/6 -> Intel i7-6700K
GPU:1 -> Nvidia GTX 1080 Ti
§
Retired:
2x Nvidia GTX 1070
Nvidia GTX 675M
Nvidia GTX 660 Ti
Nvidia GTX 650 SC
Nvidia GTX 260 896 MB SOC
Nvidia 9600GT 1 GB OC
Nvidia 9500M GS
Nvidia 8800GTS 320 MB

Intel Core i7-860
Intel Core i7-3840QM
Intel i3-3240
Intel Core 2 Duo E8200
Intel Core 2 Duo E6550
Intel Core 2 Duo T8300
Intel Pentium E5500
Intel Pentium E5400
Location: Land Of The Long White Cloud
Contact:

Re: GPU on Ryzen 5 2400g does not work [Linux Mint]

Post by PantherX »

Thanks for the logs Baldi & BobWilliams757, it seems that AMD iGPUs are compatible with folding as they might be using a cut-down version of their dGPU architecture. Nonetheless, it is folding and not having issues which is nice :)
ETA:
Now ↞ Very Soon ↔ Soon ↔ Soon-ish ↔ Not Soon ↠ End Of Time

Welcome To The F@H Support Forum Ӂ Troubleshooting Bad WUs Ӂ Troubleshooting Server Connectivity Issues
Post Reply