I am having the hardest time getting a rig with 3x5970 and 1x7970 to work reliably.
It keeps locking up cgminer with 99.9 CPU on Xorg
My current setup is as follows:
Asrock 970 Extreme3
debian squeeze 64bit
PCIe powered extenders (2 16x and 2 1x to 16x)
0. 03:00.0 ATI Radeon HD 5900 Series
1. 04:00.0 ATI Radeon HD 5900 Series
2. 05:00.0 AMD Radeon HD 7900 Series
3. 09:00.0 ATI Radeon HD 5900 Series
4. 0a:00.0 ATI Radeon HD 5900 Series
5. 0d:00.0 ATI Radeon HD 5900 Series
6. 0e:00.0 ATI Radeon HD 5900 Series
SDK 2.6
Driver 12.3 (I have tried 12.2,12.3,921)
cgminer 2.3.2 (i have tried 2.3.1-2)
I have also ran cgminer with gpu2 OFF and it still locked up
my cgminer conf is:
{
"pools" : [
{ "url" : "http://pool.bonuspool.co.cc:1234",
"user" : "xxxxxx",
"pass" : "xxxxxx"
},
{
"url" : "http://us2.eclipsemc.com:8337",
"user" : "xxxxxxx",
"pass" : "xxxxxxx"
}
],
"intensity" : "9",
"gpu-engine" : "725-750,725-750,825-1125,725-750,725-750,725-725,725-750",
"gpu-fan" : "75",
"gpu-memclock" : "180,180,550,180,180,380,180",
"gpu-vddc" : "1.05",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-listen" : true,
"api-allow" : "W:127.0.0.1, W:192.168.0.0/24",
"auto-gpu" : true,
"kernel-path" : "/opt/miners/cgminer",
"vectors" : "2",
"worksize" : "256"
}
Things to try now include:
1.) moving the 7970 card to slot1. Should this be the first PCIe x16 slot or the PCIe x1 slot which is physically 1st? Currently the 7970 is in PCIe slot 2 which is the 4th physical slot (it goes x1, x16, x1, x16)?
2.) switch out MB for Asrock Extreme 4 (x1, x16, x16, x16)
3.) BAMT
4.) revert to 11.6 2.4 and remove 7970
here's the current cgminer screen (currently hung...
):
cgminer version 2.3.2 - Started: [2012-04-05 16:46:52]
--------------------------------------------------------------------------------
(5s):2163.6 (avg):2409.3 Mh/s | Q:465 A:535 R:0 HW:0 E:115% U:33.17/m
TQ: 12 ST: 14 SS: 0 DW: 11 NB: 2 LW: 1041 GF: 0 RF: 0
Connected to http://pool.bonuspool.co.cc:1234 with LP as user xxxxxxxxxx
Block: 0000012aeb82adfcdadfa2ecd5d4d81f... Started: [16:53:11]
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
GPU 0: 52.0C 4169RPM | 327.6/322.1Mh/s | A: 77 R:0 HW:0 U: 4.77/m I: 9
GPU 1: 52.0C 4174RPM | 328.6/326.9Mh/s | A: 69 R:0 HW:0 U: 4.28/m I: 9
GPU 2: 57.0C 4376RPM | 465.6/464.4Mh/s | A:113 R:0 HW:0 U: 7.01/m I: 9
GPU 3: 56.0C 4104RPM | 328.2/326.8Mh/s | A: 68 R:0 HW:0 U: 4.22/m I: 9
GPU 4: 55.5C 4104RPM | 327.1/327.0Mh/s | A: 63 R:0 HW:0 U: 3.91/m I: 9
GPU 5: 63.5C 4161RPM | 320.1/319.5Mh/s | A: 70 R:0 HW:0 U: 4.34/m I: 9
GPU 6: 56.0C 4156RPM | 328.2/326.8Mh/s | A: 75 R:0 HW:0 U: 4.65/m I: 9
--------------------------------------------------------------------------------
[2012-04-05 17:02:57] Accepted 00000000.53b883ad.2295b046 GPU 3 thread 6 pool 0
[2012-04-05 17:02:57] Accepted 00000000.bd27af01.7bcb1b84 GPU 5 thread 11 pool 0
[2012-04-05 17:02:58] Accepted 00000000.c55bfd2d.f8743636 GPU 3 thread 6 pool 0
[2012-04-05 17:03:00] Accepted 00000000.4a01ebdd.17971fd4 GPU 5 thread 11 pool 0
I have two other rigs with 4x5970 11.6 2.4 cgminer 2.3.1-2 and ASRock 970 Extreme4 that have been running fine for a week...it's just this one rig that keeps locking up (by that I mean the Xorg 99.9 cpu usage and cgminer screen hung). BTW I have this to start my cgminer session:
export DISPLAY=:0
export GPU_USE_SYNC_OBJECTS=1
cd /opt/miners/cgminer
./cgminer -c cgminer.conf
Anyone have suggestions, before I rage quit?