Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3
by
Havesovgosh
on 25/10/2017, 12:28:04 UTC
Hi,
I need some support.
I have installed nvoc 0019 in my two rigs:
motherboard: ASUS B250 MIning
Videos: ASUS 106-100 mining edition.

I have disabled IAmNotAJeep_and_Maxximus007_WATCHDOG="NO", because miner is restarting periodically.

In first RIG In temp Screen I have following errors for all GPUs:

ERROR: The GPU has fallen off the bus or has otherwise become inaccessible
ERROR: Error assigning value 57 to attribute 'GPUTargetFanSpeed' (m1-desktop:0[fan:13]) as specified in assignment '[fan:13]/GPUTargetFanSpeed=57' (Unknown Error).
------------------------

IN Second in temp Screen the following:

ERROR: Error assigning value 52 to attribute 'GPUTargetFanSpeed' (m1-desktop:0[fan:7]) as specified in assignment '[fan:7]/GPUTargetFanSpeed=52' (Unknown Error).
GPU 8, Target temp: 70, Current: 46, Diff: 24, Fan: 51, Power: 99.41
Sun Oct 22 00:35:58 EDT 2017 - Adjusting Fan for gpu:8. Old: 51 New: 46 Temp: 46
------------------------------


Please help, What I'm doing wrong or what is missing in my config.


are you using:

Code:
P106_100_FULL_HEADLESS_MODE="YES"

?




My configuration was set to "NO".

I changed on one rig to "YES" and getting this error in the "temp" screen:

----------------
Mon Oct 23 01:24:05 EDT 2017 - Adjusting Fan for gpu:8. Old: 50 New: 45 Temp: 46
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused

ERROR: The control display is undefined; please run `nvidia-settings --help` for usage information.

Mon Oct 23 01:24:05 EDT 2017 - All good, will check again soon
----------

Also there was an error related to "persistence mode". I have enabled it manually for all GPUs.

Please Help!

Hi fullzero, Guys,

I have digged and try lot of things.
Unfortunately, without good results.
Now, I'm sure that very small thing I have missed and that's killing me. Smiley
What is I'm doing wrong?? Please support.

Don't worry about persistence mode, it's not fatal, just ignore that message.

Not many of us have those P106 cards to help troubleshoot. Hopefuly someone that has them and have a working setup can help you.

Your problem might be related to your motherboard. Apperantly there is known problem where motherboard doesn't work well with more than 12 or was it 13 GPU's. Asus is aware of the problem and they intend to fix it with new bios update. Check if they released new bios.

Thx for your soon feedback. I'll check the bios update.

Hope someone can help!!
----------------------------------------------------------------------------
Hi fullzero, Hi Guys,

I've found the solution. Also, I have changed to "YES" the IAmNotAJeep_and_Maxximus007_WATCHDOG. It's working fine around one hour. I'll monitor and let you know, if something new will come up.
Below is the steps:

1. Changes in 1bash:

LOCALorREMOTE="REMOTE"
SSH="YES"
P106_100_FULL_HEADLESS_MODE="NO"


2. Reboot

NO Monitors starting from now!!!

3.
sudo -i
rm /etc/X11/xorg.conf
nvidia-xconfig -a --allow-empty-initial-configuration --cool-bits=28 --use-display-device="DFP-0" --connected-monitor="DFP-0"
reboot

4. Change in 1bash:

__CORE_OVERCLOCK=100
MEMORY_OVERCLOCK=500 (getting 22 Mh/s)

Need to check in process tab. for all GPU's should be exists "Xorg - /usr/lib/xorg/Xorg"

-------------
m1@miner1:~$ nvidia-smi
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID  Type  Process name                               Usage      |
|=============================================================================|
|    0      1073    G   /usr/lib/xorg/Xorg                              30MiB |
|    0      1646    G   compiz                                          11MiB |
|    0      6160    C   /home/m1/eth/Genoil-U/ethminer                2253MiB |
|    1      1073    G   /usr/lib/xorg/Xorg                               7MiB |
|    1      6160    C   /home/m1/eth/Genoil-U/ethminer                2253MiB |
|    2      1073    G   /usr/lib/xorg/Xorg                               7MiB |
|    2      6160    C   /home/m1/eth/Genoil-U/ethminer                2253MiB |
|    3      1073    G   /usr/lib/xorg/Xorg                               7MiB |
|    3      6160    C   /home/m1/eth/Genoil-U/ethminer                2253MiB |

-----------------------------------------------------


Hope this will help also to others.