Bitcoin Forum
June 01, 2024, 07:26:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Ubutnu mining on 2x6990 all miners are able to mine only on one core.  (Read 833 times)
ATI 2x6990 (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 14, 2013, 06:05:03 PM
 #1

I am running 2x6990 ATI cards. I have reinstated my rig to Ubuntu 12.4 and I am not able to mine on all cores as before on LinuxCoin distribution.

I am using Smartcoin and as you can see only one core is working.

GPU[0]: Temp: 89.50 load: 99%
GPU[1]: Temp: 42.50 load: 0%
GPU[2]: Temp: 43.00 load: 0%
GPU[3]: Temp: 40.00 load: 0%
CPU Load Avgs: 0.17 0.27 0.30


 
Code:
Smartcoin r657s 19:41:01
----------------------------------------
Host: localhost
GPU[0]: Temp: 89.50 load: 99%
GPU[1]: Temp: 42.50 load: 0%
GPU[2]: Temp: 43.00 load: 0%
GPU[3]: Temp: 40.00 load: 0%
CPU Load Avgs: 0.17 0.27 0.30

Profile: Slush
--------Bitcoin.cz (slush)--------
GPU[0]: [103.98 MHash/sec] [24 Accepted] [0 Rejected] [0% Rejected]
GPU[1]: [103.76 MHash/sec] [21 Accepted] [0 Rejected] [0% Rejected]
GPU[2]: [106.06 MHash/sec] [24 Accepted] [0 Rejected] [0% Rejected]
GPU[3]: [98.75 MHash/sec] [27 Accepted] [0 Rejected] [0% Rejected]
Total : [412.55 MHash/sec] [96 Accepted] [0 Rejected] [0% Rejected]

Grand Total : [412.55 MHash/sec] [96 Accepted] [0 Rejected] [0% Rejected]

Below you can find script that Smartcoin is running. I have scripts are using DEVICE statement and but are running on one CORE.

Code:
04/14/13 19:21:23       Launching miner with launch string: sudo python /opt/Phoenix-Miner/phoenix.py  -u http://x:x@api.bitcoin.cz:8332/ device=0 worksize=128 vectors aggression=13 bfi_int fastloop=false -k phatk2

04/14/13 19:21:23       Starting miner Miner.11!

04/14/13 19:21:23       Launching miner with launch string: sudo python /opt/Phoenix-Miner/phoenix.py  -u http://x:x@api.bitcoin.cz:8332/ device=1 worksize=128 vectors aggression=13 bfi_int fastloop=false -k phatk2

04/14/13 19:21:23       Starting miner Miner.12!

04/14/13 19:21:23       Launching miner with launch string: sudo python /opt/Phoenix-Miner/phoenix.py  -u http://x:x@api.bitcoin.cz:8332/ device=2 worksize=128 vectors aggression=13 bfi_int fastloop=false -k phatk2

04/14/13 19:21:23       Starting miner Miner.13!

04/14/13 19:21:23       Launching miner with launch string: sudo python /opt/Phoenix-Miner/phoenix.py  -u http://x:x@api.bitcoin.cz:8332/ device=3 worksize=128 vectors aggression=13 bfi_int fastloop=false -k phatk2

Output of command fglrxinfo

Code:
display: :0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 6900 Series
OpenGL version string: 4.2.11903 Compatibility Profile Context



display: :0  screen: 1
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 6900 Series
OpenGL version string: 4.2.11903 Compatibility Profile Context



display: :0  screen: 2
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 6900 Series
OpenGL version string: 4.2.11903 Compatibility Profile Context



display: :0  screen: 3
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 6900 Series
OpenGL version string: 4.2.11903 Compatibility Profile Context

Output of ./cgminer -n

Code:
 [2013-04-14 19:47:09] CL Platform 0 vendor: Advanced Micro Devices, Inc.
 [2013-04-14 19:47:09] CL Platform 0 name: AMD Accelerated Parallel Processing
 [2013-04-14 19:47:09] CL Platform 0 version: OpenCL 1.2 AMD-APP (1016.4)
 [2013-04-14 19:47:09] Platform 0 devices: 4
 [2013-04-14 19:47:09]  0       Cayman
 [2013-04-14 19:47:09]  1       Cayman
 [2013-04-14 19:47:09]  2       Cayman
 [2013-04-14 19:47:09]  3       Cayman
 [2013-04-14 19:47:09] GPU 0 AMD Radeon HD 6900 Series   hardware monitoring enabled
 [2013-04-14 19:47:09] GPU 1 AMD Radeon HD 6900 Series   hardware monitoring enabled
 [2013-04-14 19:47:09] GPU 2 AMD Radeon HD 6900 Series   hardware monitoring enabled
 [2013-04-14 19:47:09] GPU 3 AMD Radeon HD 6900 Series   hardware monitoring enabled
 [2013-04-14 19:47:09] 4 GPU devices max detected

Output of ~/.bashrc

Code:
export DISPLAY=":0"
export LD_LIBRARY_PATH="/opt/AMD-APP-SDK-v2.4-lnx64/lib/x86_64/:$LD_LIBRARY_PATH"
xhost +

Aticonfig can initial all GPUs to /etc/X11/xorg.conf

Code:
sudo aticonfig --adapter=all --initial
Found fglrx primary device section
Found fglrx primary device section
Found fglrx primary device section
Found fglrx primary device section


Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
        Screen         "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0"
        Screen         "aticonfig-Screen[2]-0" RightOf "aticonfig-Screen[1]-0"
        Screen         "aticonfig-Screen[3]-0" RightOf "aticonfig-Screen[2]-0"
EndSection

Section "Module"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[1]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[2]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[3]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "PCI:3:0:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[1]-0"
        Driver      "fglrx"
        BusID       "PCI:4:0:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[2]-0"
        Driver      "fglrx"
        BusID       "PCI:7:0:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[3]-0"
        Driver      "fglrx"
        BusID       "PCI:8:0:0"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[1]-0"
        Device     "aticonfig-Device[1]-0"
        Monitor    "aticonfig-Monitor[1]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[2]-0"
        Device     "aticonfig-Device[2]-0"
        Monitor    "aticonfig-Monitor[2]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[3]-0"
        Device     "aticonfig-Device[3]-0"
        Monitor    "aticonfig-Monitor[3]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


Please help me. I am unable to find LinuxCoin distribution because the project is death please share it with me or help me how can I get all my miner work properly on all 4 cores. BTW cgminer and poclbm have the same problem. (I am using ADL_SDK_5.0.zip for cgminer).

Please help I am stacked on this for two days.
bernardbot
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 08, 2013, 04:16:01 AM
 #2

I have the same problem, the devices are correctly identified by either cgminer or reaper, but one (more in your case) doesn't get any work:

Code:
Adapter 0 - AMD Radeon HD 7900 Series
                            Core (MHz)    Memory (MHz)
           Current Clocks :    800           1350
             Current Peak :    800           1350
  Configurable Peak Range : [300-1200]     [150-1575]
                 GPU load :    99%

Adapter 1 - AMD Radeon HD 7900 Series
                            Core (MHz)    Memory (MHz)
           Current Clocks :    300           150
             Current Peak :    800           1350
  Configurable Peak Range : [300-1200]     [150-1575]
                 GPU load :    0%

Have you found a solution?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!