Author

Topic: [OS] nvOC easy-to-use Linux Nvidia Mining - page 404. (Read 418251 times)

legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
I have funny situation with my 6 x Zotac 1070 Minis....

doing lspci --- I see 6  x VGA devices

but EWBF mines with only 5 cards

Did I forget to change a setting in onebash for 6 cards?

Motherboard is using MSI Z270-A PRO.

Ran same rig with Win10..... same thing.... EWBF and other miners..... sees only 5 cards but this time Device Manager also sees five cards
full member
Activity: 186
Merit: 100
The image of nvOC is 14.9gb but the two 16gb usb sticks I have tried only have 14.7gb or 14.8gb capacity.
I keep getting errors at the end when using hddrawcopy Sad

  
legendary
Activity: 1260
Merit: 1009
So here is my lspci

m1@m1-desktop:~$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
06:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
09:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)


and here is my xorg.conf, as I see the busid is matched. I tried to change to value, for example, from 01:00:0 to 01:00.0, but it did not work.


Try replacing your xorg.conf contents with this (open the xorg.conf with command from eariler, select all and delete, paste in the following code, save, logout, login):

Code:
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" 1920 0
    Screen      2  "Screen2" 3840 0
    Screen      3  "Screen3" 5760 0
    Screen      4  "Screen4" 7680 0
    Screen      5  "Screen5" 9600 0
    Screen      6  "Screen6" 11520 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "HannStar Display Corp HE225DPB"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "CLB  fit Headless"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Monitor"
    Identifier     "Monitor2"
    VendorName     "Unknown"
    ModelName      "CLB  fit Headless"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Monitor"
    Identifier     "Monitor3"
    VendorName     "Unknown"
    ModelName      "CLB  fit Headless"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Monitor"
    Identifier     "Monitor4"
    VendorName     "Unknown"
    ModelName      "CLB  fit Headless"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Monitor"
    Identifier     "Monitor5"
    VendorName     "Unknown"
    ModelName      "CLB  fit Headless"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Monitor"
    Identifier     "Monitor6"
    VendorName     "Unknown"
    ModelName      "CLB  fit Headless"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1080 Ti"
    BusID          "PCI:01:00:0"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1080 Ti"
    BusID          "PCI:02:00:0"
EndSection

Section "Device"
    Identifier     "Device2"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1080 Ti"
    BusID          "PCI:04:00:0"
EndSection

Section "Device"
    Identifier     "Device3"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1080 Ti"
    BusID          "PCI:05:00:0"
EndSection

Section "Device"
    Identifier     "Device4"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1080 Ti"
    BusID          "PCI:06:00:0"
EndSection

Section "Device"
    Identifier     "Device5"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1080 Ti"
    BusID          "PCI:08:00:0"
EndSection

Section "Device"
    Identifier     "Device6"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1080 Ti"
    BusID          "PCI:09:00:0"
EndSection

Section "Screen"

    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    Option         "Coolbits" "28"
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    Option         "Coolbits" "28"
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"

    Identifier     "Screen2"
    Device         "Device2"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    Option         "Coolbits" "28"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"

    Identifier     "Screen3"
    Device         "Device3"
    Monitor        "Monitor3"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    Option         "Coolbits" "28"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen4"
    Device         "Device4"
    Monitor        "Monitor4"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    Option         "Coolbits" "28"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen5"
    Device         "Device5"
    Monitor        "Monitor5"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    Option         "Coolbits" "28"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen6"
    Device         "Device6"
    Monitor        "Monitor6"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    Option         "Coolbits" "28"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Let me know if this works.

legendary
Activity: 1260
Merit: 1009
Hi, can anyone help?
I have same 4 ASUS 1060 3GB, all OC, but one works slowly then others.

ETH: 05/31/17-02:41:36 - New job from eth-eu1.nanopool.org:9999
ETH - Total Speed: 78.055 Mh/s, Total Shares: 7, Rejected: 0, Time: 00:06
ETH: GPU0 17.358 Mh/s, GPU1 20.249 Mh/s, GPU2 20.263 Mh/s, GPU3 20.185 Mh/s
GPU0 t=47C fan=75%, GPU1 t=52C fan=75%, GPU2 t=51C fan=75%, GPU3 t=48C fan=75%


What are the complete specifications of your system, to include riser type?

Have you tried swapping out the riser on that card?

How are you powering your risers?


So here is my lspci

m1@m1-desktop:~$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
06:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
09:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)


Try to turn off motherbord VGA, HDMI audio. Its helped me on 2th PCs
And i think, you have to reboot PC after xorg changes, just restart miner not helped me.

Right, restarting the mining process will not reinitialize X, logging out, then logging back in or rebooting should.  I would recommend logging out, then logging back in as its much faster.

member
Activity: 73
Merit: 10
So here is my lspci

m1@m1-desktop:~$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
06:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
09:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)


Try to turn off motherbord VGA, HDMI audio. Its helped me on 2th PCs
And i think, you have to reboot PC after xorg changes, just restart miner not helped me.
newbie
Activity: 53
Merit: 0
So here is my lspci

m1@m1-desktop:~$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
06:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
09:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)


and here is my xorg.conf, as I see the busid is matched. I tried to change to value, for example, from 01:00:0 to 01:00.0, but it did not work.


# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 381.09  (buildd@lgw01-19)  Sat Apr  8 10:34:02 UTC 2017

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 378.13  (buildmeister@swio-display-x86-rhel47-05)  Tue Feb  7 19:37:00 PST 2017

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" 1920 0
    Screen      2  "Screen2" 3840 0
    Screen      3  "Screen3" 5760 0
    Screen      4  "Screen4" 7680 0
    Screen      5  "Screen5" 9600 0
    Screen      6  "Screen6" 11520 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "HannStar Display Corp HE225DPB"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "CLB  fit Headless"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Monitor"
    Identifier     "Monitor2"
    VendorName     "Unknown"
    ModelName      "CLB  fit Headless"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Monitor"
    Identifier     "Monitor3"
    VendorName     "Unknown"
    ModelName      "CLB  fit Headless"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Monitor"
    Identifier     "Monitor4"
    VendorName     "Unknown"
    ModelName      "CLB  fit Headless"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Monitor"
    Identifier     "Monitor5"
    VendorName     "Unknown"
    ModelName      "CLB  fit Headless"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Monitor"
    Identifier     "Monitor6"
    VendorName     "Unknown"
    ModelName      "CLB  fit Headless"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1050 Ti"
    BusID          "PCI:01:00:0"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1050 Ti"
    BusID          "PCI:02:00:0"
EndSection

Section "Device"
    Identifier     "Device2"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1050 Ti"
    BusID          "PCI:04:00:0"
EndSection

Section "Device"
    Identifier     "Device3"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1050 Ti"
    BusID          "PCI:05:00:0"
EndSection

Section "Device"
    Identifier     "Device4"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1050 Ti"
    BusID          "PCI:06:00:0"
EndSection

Section "Device"
    Identifier     "Device5"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1050 Ti"
    BusID          "PCI:08:00:0"
EndSection

Section "Device"
    Identifier     "Device6"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1050 Ti"
    BusID          "PCI:09:00:0"
EndSection

Section "Screen"

# Removed Option "nvidiaXineramaInfoOrder" "DFP-3"
# Removed Option "nvidiaXineramaInfoOrder" "DFP-2"
# Removed Option "nvidiaXineramaInfoOrder" "DFP-3"
# Removed Option "nvidiaXineramaInfoOrder" "DFP-1"
# Removed Option "nvidiaXineramaInfoOrder" "DFP-3"
# Removed Option "nvidiaXineramaInfoOrder" "DFP-1"
# Removed Option "nvidiaXineramaInfoOrder" "DFP-3"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    Option         "Coolbits" "28"
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    Option         "Coolbits" "28"
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"

# Removed Option "nvidiaXineramaInfoOrder" "DFP-1"
    Identifier     "Screen2"
    Device         "Device2"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    Option         "Coolbits" "28"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"

# Removed Option "nvidiaXineramaInfoOrder" "DFP-1"
    Identifier     "Screen3"
    Device         "Device3"
    Monitor        "Monitor3"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    Option         "Coolbits" "28"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen4"
    Device         "Device4"
    Monitor        "Monitor4"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    Option         "Coolbits" "28"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen5"
    Device         "Device5"
    Monitor        "Monitor5"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    Option         "Coolbits" "28"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen6"
    Device         "Device6"
    Monitor        "Monitor6"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
member
Activity: 73
Merit: 10
Hi, can anyone help?
I have same 4 ASUS 1060 3GB, all OC, but one works slowly then others.

ETH: 05/31/17-02:41:36 - New job from eth-eu1.nanopool.org:9999
ETH - Total Speed: 78.055 Mh/s, Total Shares: 7, Rejected: 0, Time: 00:06
ETH: GPU0 17.358 Mh/s, GPU1 20.249 Mh/s, GPU2 20.263 Mh/s, GPU3 20.185 Mh/s
GPU0 t=47C fan=75%, GPU1 t=52C fan=75%, GPU2 t=51C fan=75%, GPU3 t=48C fan=75%
newbie
Activity: 32
Merit: 0
In Windows with +150cc, +900mc, 200mv
temperature: 73,
gpu_power_usage: 214,
speed_sps: 671,

legendary
Activity: 1260
Merit: 1009
I am planning to use this board
https://www.newegg.com/Product/Product.aspx?Item=N82E16813128975&cm_re=Z270P-_-13-128-975-_-Product
I would like to use your software, has anyone setup their rig with this board and your software before? I do not see it on the supported OP

What is the opinion on SSD vs USB drive, it makes sense to use a usb for the HD if its fully functional for this setup, however if an SSD is needed that is not an issue however given the choice why not use USB?

I will order one of these and make an image for it:  https://www.newegg.com/Product/Product.aspx?Item=N82E16813128975

I understand why members are hesitant to try a USB key, cheap USBs are usually terrible: and fast ones are usually expensive. 

The Lexar drives I recommend are both fast and cheap.  Other members have requested I fully support SSDs again; so I am going to re-add full support for them in a later version. 

Currently you will either need to use manual intervention or make some changes to the system or bash files when using an ssd.

Personally I use all Lexar 16gb USBs with my rigs; except one has a Lexar 32gb I got to test.  I think they are the better choice over a more expensive ssd.

This is my reasoning:

The 16gb Lexar's I recommend are very fast (watch one of the nvOC demo videos if you don't believe me)

are very cheap: $8

are easy to attach to image then remove and reattach to a rig

vs a regular SSD or HDD allow you to use at least one less cable on your rig.

Finally using a usb key allows users to try nvOC without needing to install over their previous OS (no commitment needed).

Although one could use a sata to usb adapter with an ssd, or an type of usb ssd / adapter (there are a lot)  and it would match all the advantages other than cost.  I recommend spending $8 on a Lexar 16gb and seeing if it is fast enough for you; if it is (and most likely it is) then you just saved ~$30 per rig.


I would really appreciate that, I just ordered 2x boards to setup Nvidia rigs with

Thank you for the detailed explanation, I am looking forward to trying your software

I will be honest however, I do not have experience using Linux, would you recommend against using your nvOC OS because of that or is there a particular guide/link you'd recommend?

Watch the demo videos I made.  Configuring oneBash will probably be the hardest part, but I think you will be able to do it.  If you have questions, I should be able to answer them.

Also I am reasonably sure that if an ssd is imaged while connected to the build pc with a USB-to-sata adapter and then attached to a rig via the usb-to-sata adapter that it will also work fully with all the current nvOC images.  Not sure why I didn't think of this before.

I will order the USB you rec'd and give it a go, especially since you're ordering a https://www.newegg.com/Product/Product.aspx?Item=N82E16813128975&cm_re=Z270P-_-13-128-975-_-Product to create image. I will post video results once I get it operational, I should have all my parts in by the end of next week

Sounds good, let me know if you have any questions.  If I don't answer quickly, its most likely because I am asleep or have turned off notifications to get work done.
sr. member
Activity: 1414
Merit: 487
YouTube.com/VoskCoin
I am planning to use this board
https://www.newegg.com/Product/Product.aspx?Item=N82E16813128975&cm_re=Z270P-_-13-128-975-_-Product
I would like to use your software, has anyone setup their rig with this board and your software before? I do not see it on the supported OP

What is the opinion on SSD vs USB drive, it makes sense to use a usb for the HD if its fully functional for this setup, however if an SSD is needed that is not an issue however given the choice why not use USB?

I will order one of these and make an image for it:  https://www.newegg.com/Product/Product.aspx?Item=N82E16813128975

I understand why members are hesitant to try a USB key, cheap USBs are usually terrible: and fast ones are usually expensive. 

The Lexar drives I recommend are both fast and cheap.  Other members have requested I fully support SSDs again; so I am going to re-add full support for them in a later version. 

Currently you will either need to use manual intervention or make some changes to the system or bash files when using an ssd.

Personally I use all Lexar 16gb USBs with my rigs; except one has a Lexar 32gb I got to test.  I think they are the better choice over a more expensive ssd.

This is my reasoning:

The 16gb Lexar's I recommend are very fast (watch one of the nvOC demo videos if you don't believe me)

are very cheap: $8

are easy to attach to image then remove and reattach to a rig

vs a regular SSD or HDD allow you to use at least one less cable on your rig.

Finally using a usb key allows users to try nvOC without needing to install over their previous OS (no commitment needed).

Although one could use a sata to usb adapter with an ssd, or an type of usb ssd / adapter (there are a lot)  and it would match all the advantages other than cost.  I recommend spending $8 on a Lexar 16gb and seeing if it is fast enough for you; if it is (and most likely it is) then you just saved ~$30 per rig.


I would really appreciate that, I just ordered 2x boards to setup Nvidia rigs with

Thank you for the detailed explanation, I am looking forward to trying your software

I will be honest however, I do not have experience using Linux, would you recommend against using your nvOC OS because of that or is there a particular guide/link you'd recommend?

Watch the demo videos I made.  Configuring oneBash will probably be the hardest part, but I think you will be able to do it.  If you have questions, I should be able to answer them.

Also I am reasonably sure that if an ssd is imaged while connected to the build pc with a USB-to-sata adapter and then attached to a rig via the usb-to-sata adapter that it will also work fully with all the current nvOC images.  Not sure why I didn't think of this before.

I will order the USB you rec'd and give it a go, especially since you're ordering a https://www.newegg.com/Product/Product.aspx?Item=N82E16813128975&cm_re=Z270P-_-13-128-975-_-Product to create image. I will post video results once I get it operational, I should have all my parts in by the end of next week
legendary
Activity: 1260
Merit: 1009
I am planning to use this board
https://www.newegg.com/Product/Product.aspx?Item=N82E16813128975&cm_re=Z270P-_-13-128-975-_-Product
I would like to use your software, has anyone setup their rig with this board and your software before? I do not see it on the supported OP

What is the opinion on SSD vs USB drive, it makes sense to use a usb for the HD if its fully functional for this setup, however if an SSD is needed that is not an issue however given the choice why not use USB?

I will order one of these and make an image for it:  https://www.newegg.com/Product/Product.aspx?Item=N82E16813128975

I understand why members are hesitant to try a USB key, cheap USBs are usually terrible: and fast ones are usually expensive. 

The Lexar drives I recommend are both fast and cheap.  Other members have requested I fully support SSDs again; so I am going to re-add full support for them in a later version. 

Currently you will either need to use manual intervention or make some changes to the system or bash files when using an ssd.

Personally I use all Lexar 16gb USBs with my rigs; except one has a Lexar 32gb I got to test.  I think they are the better choice over a more expensive ssd.

This is my reasoning:

The 16gb Lexar's I recommend are very fast (watch one of the nvOC demo videos if you don't believe me)

are very cheap: $8

are easy to attach to image then remove and reattach to a rig

vs a regular SSD or HDD allow you to use at least one less cable on your rig.

Finally using a usb key allows users to try nvOC without needing to install over their previous OS (no commitment needed).

Although one could use a sata to usb adapter with an ssd, or an type of usb ssd / adapter (there are a lot)  and it would match all the advantages other than cost.  I recommend spending $8 on a Lexar 16gb and seeing if it is fast enough for you; if it is (and most likely it is) then you just saved ~$30 per rig.


I would really appreciate that, I just ordered 2x boards to setup Nvidia rigs with

Thank you for the detailed explanation, I am looking forward to trying your software

I will be honest however, I do not have experience using Linux, would you recommend against using your nvOC OS because of that or is there a particular guide/link you'd recommend?

Watch the demo videos I made.  Configuring oneBash will probably be the hardest part, but I think you will be able to do it.  If you have questions, I should be able to answer them.

Also I am reasonably sure that if an ssd is imaged while connected to the build pc with a USB-to-sata adapter and then attached to a rig via the usb-to-sata adapter that it will also work fully with all the current nvOC images.  Not sure why I didn't think of this before.
sr. member
Activity: 1414
Merit: 487
YouTube.com/VoskCoin
I am planning to use this board
https://www.newegg.com/Product/Product.aspx?Item=N82E16813128975&cm_re=Z270P-_-13-128-975-_-Product
I would like to use your software, has anyone setup their rig with this board and your software before? I do not see it on the supported OP

What is the opinion on SSD vs USB drive, it makes sense to use a usb for the HD if its fully functional for this setup, however if an SSD is needed that is not an issue however given the choice why not use USB?

I will order one of these and make an image for it:  https://www.newegg.com/Product/Product.aspx?Item=N82E16813128975

I understand why members are hesitant to try a USB key, cheap USBs are usually terrible: and fast ones are usually expensive. 

The Lexar drives I recommend are both fast and cheap.  Other members have requested I fully support SSDs again; so I am going to re-add full support for them in a later version. 

Currently you will either need to use manual intervention or make some changes to the system or bash files when using an ssd.

Personally I use all Lexar 16gb USBs with my rigs; except one has a Lexar 32gb I got to test.  I think they are the better choice over a more expensive ssd.

This is my reasoning:

The 16gb Lexar's I recommend are very fast (watch one of the nvOC demo videos if you don't believe me)

are very cheap: $8

are easy to attach to image then remove and reattach to a rig

vs a regular SSD or HDD allow you to use at least one less cable on your rig.

Finally using a usb key allows users to try nvOC without needing to install over their previous OS (no commitment needed).

Although one could use a sata to usb adapter with an ssd, or an type of usb ssd / adapter (there are a lot)  and it would match all the advantages other than cost.  I recommend spending $8 on a Lexar 16gb and seeing if it is fast enough for you; if it is (and most likely it is) then you just saved ~$30 per rig.


I would really appreciate that, I just ordered 2x boards to setup Nvidia rigs with

Thank you for the detailed explanation, I am looking forward to trying your software

I will be honest however, I do not have experience using Linux, would you recommend against using your nvOC OS because of that or is there a particular guide/link you'd recommend?
legendary
Activity: 1260
Merit: 1009
I am planning to use this board
https://www.newegg.com/Product/Product.aspx?Item=N82E16813128975&cm_re=Z270P-_-13-128-975-_-Product
I would like to use your software, has anyone setup their rig with this board and your software before? I do not see it on the supported OP

What is the opinion on SSD vs USB drive, it makes sense to use a usb for the HD if its fully functional for this setup, however if an SSD is needed that is not an issue however given the choice why not use USB?

I will order one of these and make an image for it:  https://www.newegg.com/Product/Product.aspx?Item=N82E16813128975

I understand why members are hesitant to try a USB key, cheap USBs are usually terrible: and fast ones are usually expensive.  

The Lexar drives I recommend are both fast and cheap.  Other members have requested I fully support SSDs again; so I am going to re-add full support for them in a later version.  

Currently you will either need to use manual intervention or make some changes to the system or bash files when using an ssd.

Personally I use all Lexar 16gb USBs with my rigs; except one has a Lexar 32gb I got to test.  I think they are the better choice over a more expensive ssd.

This is my reasoning:

The 16gb Lexar's I recommend are very fast (watch one of the nvOC demo videos if you don't believe me)

are very cheap: $8

are easy to attach to image then remove and reattach to a rig

vs a regular SSD or HDD allow you to use at least one less cable on your rig.

Finally using a usb key allows users to try nvOC without needing to install over their previous OS (no commitment needed).

Although one could use a sata to usb adapter with an ssd, or any type of usb ssd / adapter (there are a lot)  and it would match all the advantages other than cost.  I recommend spending $8 on a Lexar 16gb and seeing if it is fast enough for you; if it is (and most likely it is) then you just saved ~$30 per rig.

legendary
Activity: 1260
Merit: 1009
Wow, impressive result, I'm using Windows with EWBF miner but has only 650s per card. I will try to use nvOC and report here, I have 6 cards Gigabyte GeForce® GTX 1080 Ti Gaming OC 11G


How many sols you get with this setting +100cc +900mc 200mv for 1080ti
I currently using +100cc +400cc and get 650 sol, can't increase to +900mc same as yours

What OS are you using?

Note in these photos GPU 0 is an EVGA 1080ti SC and GPU 1 is a Reference EVGA 1080ti; look at the difference in temps and you will understand why its better to go with the After Market models.

Also these have active cooling, 1x server fan behind each card.  I get risers and server fans from: hawkfish007


Let me know how it goes.
sr. member
Activity: 1414
Merit: 487
YouTube.com/VoskCoin
newbie
Activity: 32
Merit: 0
Wow, impressive result, I'm using Windows with EWBF miner but has only 650s per card. I will try to use nvOC and report here, I have 6 cards Gigabyte GeForce® GTX 1080 Ti Gaming OC 11G


How many sols you get with this setting +100cc +900mc 200mv for 1080ti
I currently using +100cc +400cc and get 650 sol, can't increase to +900mc same as yours

What OS are you using?

Note in these photos GPU 0 is an EVGA 1080ti SC and GPU 1 is a Reference EVGA 1080ti; look at the difference in temps and you will understand why its better to go with the After Market models.

Also these have active cooling, 1x server fan behind each card.  I get risers and server fans from: hawkfish007

https://s23.postimg.org/nhmbgwpez/100cc_200pl.jpg
https://s23.postimg.org/qr0qnddij/150cc_200pl.jpg
https://s23.postimg.org/fq5licl9n/100cc_225pl.jpg
https://s23.postimg.org/5vegc4hbf/150cc_225pl.jpg
legendary
Activity: 1260
Merit: 1009

How many sols you get with this setting +100cc +900mc 200mv for 1080ti
I currently using +100cc +400cc and get 650 sol, can't increase to +900mc same as yours

What OS are you using?

Note in these photos GPU 0 is an EVGA 1080ti SC and GPU 1 is a Reference EVGA 1080ti; look at the difference in temps and you will understand why its better to go with the After Market models.

Also these have active cooling, 1x server fan behind each card.  I get risers and server fans from: hawkfish007




newbie
Activity: 32
Merit: 0
How many sols you get with this setting +100cc +900mc 200mv for 1080ti
I currently using +100cc +400cc and get 650 sol, can't increase to +900mc same as yours
legendary
Activity: 1260
Merit: 1009
Thank you so much for your help, here is the LSPCI

m1@m1-desktop:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 5902 (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
06:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
09:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)

And here is the xorg.conf

This xorg.conf is missing large amounts of needed settings.  I think I know what the problem is / happened.  The image I made needs to NOT be using integrated graphics.

You have integrated graphics enabled in the bios or have attached a monitor to the video output on the mobo and forced an auto configuration on the mobo to start the integrated graphics.  This caused the system to create a new xorg.conf file which lacks almost all the needed changes.  Technically the one needed should be stored as the backup, but fixing this image will probably take longer than the following:

How is your monitor connected to your rig?  

If it is not attached to the second GPU please attach it there.

Then shutdown your rig.  

Unplug the usb key.  

Power on the rig, bios should post.  

Restore defaults to the bios, it should need to restart to do this.  

When it has rebooted with default configurations, make these three bios changes here and no others:

ensure 'Above 4G Decoding' is enabled in the bios.

ensure PTP aware OS: is set to 'Not PTP Aware' in the bios.

ensure you 'Clear Secure Boot Keys' in the bios

save and reboot

Now reimage your USB key with the ASUS PRIME Z270-A image.

when it is done, attach to rig and press ctrl + alt + delete to reboot

When ubuntu starts up watch the gnome terminal and see if OC occurs correctly.  I think it will if you follow the previous steps.

If it doesn't: open the guake terminal and enter:

lspci | grep VGA

and post what it says.

If it does work also let me know.  


Edit:  note when 7 cards are connected the monitor will display all black while booting; but will display normally once ubuntu starts.



So I followed your instruction and it is working well now, just 1 problem, although the busid match 100% with other cards, onebash only recognize Gpu 0 (the one with hdmi cable plug to monitor), and only oc that card, for the remain 5 card i need to do it manually with nvidia x server app.

For the oc value. I am using galax 1080ti, each time i try to oc it with cc200 mc >600, the system is almost crashed, sometimes the card not respone. I am using powerlimit 200, should I pl 125 as you do and oc 200-900? I may try it tomorrow since I am testing the stable of the system with the current oc value 150/450 before I go to sleep.

And one more thing, the usb os is kind of quite slow, do you plan to make the os for ssd in the future? I see th e system quite laggy at the start, not sure if it can handle the 7 cards running in the long run, like 1 months continuesly.

I really thank you for your os and your support for my problem, you are the real hero, man.

1st I wouldn't use higher than a +150cc; +200cc is not stable with a 1080ti.  Even +150cc has some stability issues long term.  So I use +100cc and +900mc.  Powerlimit 200 is a good balance between power consumption and hash/s; but you many want to use a higher one if you have cheap power.

Also I highly recommend using manual fans with a very high percent speed with 1080tis; this will make them a lot more stable.

If oneBash is only OCing one card, but you can manually use the commands to OC the others, then there are still conflicts within the system.  These are most likely causing your system to have degraded performance.  I will restore ssd support in a later version as it has already been requested.  

Please post what is output by:

lspci | grep VGA

legendary
Activity: 1260
Merit: 1009
I want to set my own os, but failed:

I run :

nvidia-settings -a [gpu:0]/GPUFanControlState=1

but failed:

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

Anyone know?

Take at look at this:  https://bitcointalksearch.org/topic/m.18742952

Jump to: