Hallo,
habe ein kleines Problem mit meinem mining-rig
Ich habe Ubuntu 10.04.1 mit drei ATI Saphire 5850 Karten. Nun, es werden zwei erkannt, mit den kann ich auch minen, nur die dritte karte will und will sich nicht aktivieren lassen.
wenn ich "sudo aticonfig --initial --adapter=all" mache sagt er auch ich hätte drei karten:
$ sudo aticonfig --initial --adapter=all
Found fglrx primary device section
Found fglrx primary device section
Found fglrx primary device section
Using /etc/X11/xorg.conf
Saving back-up to /etc/X11/xorg.conf.fglrx-6
auch nach einem neustart kann ich danach die dritte karte nicht ansprechen:
$ aticonfig --adapter=all --od-gettemp
Adapter 0 - ATI Radeon HD 5800 Series
Sensor 0: Temperature - 39.50 C
Adapter 1 - ATI Radeon HD 5800 Series
Sensor 0: Temperature - 45.00 C
ERROR - Get temperature failed for Adapter 2 - ATI Radeon HD 5800 Series
beim FAN-stat holen sagt er mir das ich kein X Server auf der karte aktiv habe:
export DISPLAY=:0.2 ; aticonfig --pplib-cmd "get fanspeed 0"
aticonfig: This program must be run as root when no X server is active
meine xorg.conf sieht so aus:
~$ cat /etc/X11/xorg.conf
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"
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 "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:10:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]-0"
Driver "fglrx"
BusID "PCI:9:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[2]-0"
Driver "fglrx"
BusID "PCI:4: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
irgend ein Tipp was ich machen kann?
Thx für eure Hilfe!