Page 1 of 1

Whitelist Nvidia GT 1030

Posted: Tue Mar 24, 2020 4:06 pm
by captnbp
Hi,

Could you please add the Nvidia GT 1030 ?

Thanks ! :D

Code: Select all

FAHClient --lspci
VendorID:DeviceID:PCI Bus:PCI Slot:PCI function:Vendor Name:Description
0x8086:0x0100:0:0:0:Intel Corporation:
0x8086:0x0101:0:1:0:Intel Corporation:
0x8086:0x0122:0:2:0:Intel Corporation:
0x8086:0x1c3a:0:22:0:Intel Corporation:
0x8086:0x1c2d:0:26:0:Intel Corporation:
0x8086:0x1c20:0:27:0:Intel Corporation:
0x8086:0x1c10:0:28:0:Intel Corporation:
0x8086:0x1c1c:0:28:6:Intel Corporation:
0x8086:0x1c1e:0:28:7:Intel Corporation:
0x8086:0x1c26:0:29:0:Intel Corporation:
0x8086:0x244e:0:30:0:Intel Corporation:
0x8086:0x1c44:0:31:0:Intel Corporation:
0x8086:0x1c02:0:31:2:Intel Corporation:
0x8086:0x1c22:0:31:3:Intel Corporation:
0x10de:0x1d01:1:0:0:NVIDIA Corporation:
0x10de:0x0fb8:1:0:1:NVIDIA Corporation:
0x10ec:0x8168:3:0:0:Realtek Semiconductor Co., Ltd.:
0x1b6f:0x7023:4:0:0:Etron Technology, Inc.:

Code: Select all

*********************** Log Started 2020-03-24T15:42:22Z ***********************
15:42:22:************************* Folding@home Client *************************
15:42:22:      Website: https://foldingathome.org/
15:42:22:    Copyright: (c) 2009-2018 foldingathome.org
15:42:22:       Author: Joseph Coffland <joseph@cauldrondevelopment.com>
15:42:22:         Args: --child --lifeline 10844 /etc/fahclient/config.xml --run-as
15:42:22:               fahclient --pid-file=/var/run/fahclient.pid --daemon
15:42:22:       Config: /etc/fahclient/config.xml
15:42:22:******************************** Build ********************************
15:42:22:      Version: 7.5.1
15:42:22:         Date: May 11 2018
15:42:22:         Time: 19:59:04
15:42:22:   Repository: Git
15:42:22:     Revision: 4705bf53c635f88b8fe85af7675557e15d491ff0
15:42:22:       Branch: master
15:42:22:     Compiler: GNU 6.3.0 20170516
15:42:22:      Options: -std=gnu++98 -O3 -funroll-loops
15:42:22:     Platform: linux2 4.14.0-3-amd64
15:42:22:         Bits: 64
15:42:22:         Mode: Release
15:42:22:******************************* System ********************************
15:42:22:          CPU: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
15:42:22:       CPU ID: GenuineIntel Family 6 Model 42 Stepping 7
15:42:22:         CPUs: 8
15:42:22:       Memory: 15.56GiB
15:42:22:  Free Memory: 273.29MiB
15:42:22:      Threads: POSIX_THREADS
15:42:22:   OS Version: 5.3
15:42:22:  Has Battery: false
15:42:22:   On Battery: false
15:42:22:   UTC Offset: 1
15:42:22:          PID: 10846
15:42:22:          CWD: /var/lib/fahclient
15:42:22:           OS: Linux 5.3.0-40-generic x86_64
15:42:22:      OS Arch: AMD64
15:42:22:         GPUs: 0
15:42:22:CUDA Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:6.1 Driver:9.1
15:42:22:       OpenCL: Not detected: Failed to open dynamic library 'libOpenCL.so':
15:42:22:               libOpenCL.so: cannot open shared object file: No such file or
15:42:22:               directory
15:42:22:***********************************************************************
15:42:53:<config>
15:42:53:  <!-- Client Control -->
15:42:53:  <fold-anon v='true'/>
15:42:53:
15:42:53:  <!-- Folding Slot Configuration -->
15:42:53:  <gpu v='false'/>
15:42:53:
15:42:53:  <!-- Network -->
15:42:53:  <proxy v=':8080'/>
15:42:53:
15:42:53:  <!-- User Information -->
15:42:53:  <team v='247478'/>
15:42:53:  <user v='captnbp'/>
15:42:53:
15:42:53:  <!-- Folding Slots -->
15:42:53:  <slot id='0' type='CPU'/>
15:42:53:</config>

Re: Whitelist Nvidia GT 1030

Posted: Tue Mar 24, 2020 4:59 pm
by Joe_H
1d01 is already whitelisted, client needs to download updated GPUs.txt file. The configuration also need to have the gpu = false changed to true, and the FAHClient process restarted. Someone should come along and provide additional instructions, in the meantime try searching the forum for other posts on this.

Re: Whitelist Nvidia GT 1030

Posted: Tue Mar 24, 2020 5:20 pm
by JimboPalmer
Welcome to Folding@home!

I am not a Linux user, but I think I have hints

You need to use Nvidia's Graphics driver, not the generic drivers.
You also need to install the OpanCL runtime and Dev kit from Nvidia.

Best of luck!

Re: Whitelist Nvidia GT 1030

Posted: Tue Mar 24, 2020 5:21 pm
by captnbp
Ooops my bad, I didn't check the embedded init script from the Ubuntu package. Just changed the options with --gpu=true and the GPU is now recognized.

Thanks !