Bitcoin Forum
March 19, 2024, 09:58:10 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 5970 crashing  (Read 1502 times)
Lars (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
July 11, 2011, 04:11:06 PM
 #1

I'm having some problems with my Gigabyte 5970 card. The card is running at stock clock settings (also with underclocked memory). Catalyst 11.5 drivers. GUIminer with "-v -w 128 -f 10" settings.

When I start mining with that system, it runs for anything between 10 minutes and ~24 hours before crashing/rebooting for no reason at all, typically falling in the 8-12 hour range. I have been trying to monitor the temperature of the cores, and they appear to be within the normal operating range for this kind of card. No higher than 85C now that I'm running it as a stand alone card.

Anyone have any insight as to what might be wrong? Is my card broken, or can this be worked around?
1710842290
Hero Member
*
Offline Offline

Posts: 1710842290

View Profile Personal Message (Offline)

Ignore
1710842290
Reply with quote  #2

1710842290
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710842290
Hero Member
*
Offline Offline

Posts: 1710842290

View Profile Personal Message (Offline)

Ignore
1710842290
Reply with quote  #2

1710842290
Report to moderator
mike678
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
July 11, 2011, 04:16:53 PM
 #2

If the whole system is crashing look at the minidump file Wink When I set up my mining rig I had some unstable energy conserving software that would boot up when it went idle for long periods of time and would cause the computer to crash.
Pipesnake
Legendary
*
Offline Offline

Activity: 1012
Merit: 1000



View Profile
July 11, 2011, 04:19:32 PM
 #3

Upgrade to 11.6 driver (delete all previous installs first).  Bring memory clock back to stock and see if that stops crashing (then you can start lowering it incrementally).

Also use modified phatk kernel here:  http://forum.bitcoin.org/index.php?topic=25860.0

phatk is optimized for 5870 and the 5970 is two 5870 gpus.

flags: -k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=11

At 835oc (which is very reasonable) you should see around 380mh/s.  Even at stock clock it will blow away whatever mh/s you got with poclbm


 ██▄                ██        ▄███████▄        ██                  ██      ▄█████████▄ 
 ████              ██      █                  █      ██                  ██      ██                ██
 ██  ▀█            ██    ▄█                  █▄    ██                  ██    ██                  ██
 ██    █▄          ██    ██                  ██    ██                  ██    ▀█                     
 ██      █▄        ██    ██                  ██    ██                  ██      ██                   
 ██        █▄      ██                                  ██                  ██       ▀████████▄   
 ██          █▄    ██    ██                  ██    ██                  ██                        ██ 
 ██            █▄  ██    ██                  ██    ██                  ██                          ██
 ██              █▄██    ██                  ██    ▀█                  █▀    ▄▄                  █▀
 ██                ███      █                  █        █                  █      ██                ██ 
 ██                  ▀█        ▀███████▀            ▀███████▀         ▀█████████▀   











Nousplatform Youtube     
Lars (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
July 11, 2011, 05:23:33 PM
 #4

I tried to read the minidump files with some viewer I found. I opened 5 different dumps, and all of them had a different error listed as the reason for the crash. I guess that is a dead end. Or maybe I just don't know what I'm supposed to be looking for in those dumps.

I have uninstalled the 11.5 drivers and installed 11.6 now. Going to try running phoenix with the modified kernel and see if it works better this time. Going to leave it at stock settings and see if it still runs tomorrow morning. Smiley
mike678
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
July 11, 2011, 05:41:46 PM
 #5

I tried to read the minidump files with some viewer I found. I opened 5 different dumps, and all of them had a different error listed as the reason for the crash. I guess that is a dead end. Or maybe I just don't know what I'm supposed to be looking for in those dumps.

I have uninstalled the 11.5 drivers and installed 11.6 now. Going to try running phoenix with the modified kernel and see if it works better this time. Going to leave it at stock settings and see if it still runs tomorrow morning. Smiley
try googling what it thinks might be causing the crashes. This might lead you in the right direction as to what it could be.
Lars (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
July 12, 2011, 04:44:22 PM
 #6

Didn't work. Sad Crashed some time during the night. Temperatures after around 8 hours of operation was about 76C, so it should not be the heat that is causing this. Guess I'll start googling error messages from the dumps. Smiley
Lars (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
July 12, 2011, 05:35:23 PM
 #7

A couple of error messages I have gotten (last 10 crashes) and the corresponding driver/file that is supposed to be causing it:

Code:
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
atikmdag.sys

DRIVER_IRQL_NOT_LESS_OR_EQUAL
ntoskrnl.exe

KMODE_EXCEPTION_NOT_HANDLED
ntoskrnl.exe

SYSTEM_SERVICE_EXCEPTION
ntoskrnl.exe

PAGE_FAULT_IN_NONPAGED_AREA
ntoskrnl.exe

SYSTEM_SERVICE_EXCEPTION
win32k.sys

INTERRUPT_EXCEPTION_NOT_HANDLED
ntoskrnl.exe

SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
dxgmms1.sys

KMODE_EXCEPTION_NOT_HANDLED
ntoskrnl.exe

INTERRUPT_EXCEPTION_NOT_HANDLED
atikmdag.sys

I'm not really sure what to make out of this. I seem to be having all sorts of errors, in all sorts of drivers. After spending some time googling theese errors I did notice a lot of people suggesting that several of theese could be caused by RAM issues. I have the cheapest RAM I could find installed in this particular system, so this could be the problem, but why would it run perfectly fine with say a 5850 card in it, but keep crashing as soon as I install the 5970? Any ideas?

mike678
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
July 13, 2011, 08:28:34 PM
 #8

try reseating the ram maybe you accidentally knocked it out slightly while installing the 5970?
Lars (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
July 13, 2011, 09:44:16 PM
 #9

I just ran memtest for about 24 hours, and it appers to have failed miserably. After the first 8 hours or so I had 1 error in the "red" part of the display. Now, after the temperature in the room has risen a bit, I have the whole red part filled with errors just from one test from one pass. Not sure if I can scroll this text in any way, but I'm guessing it's pretty bad.

The summary part of the memtest says I have had over 1200 errors in 26 passes.

I'm no expert on reading memtest results, but I guess it's safe to assume that this is bad. I'll have to pick up some new RAM to test if the system will run fine with the 5970.
mike678
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
July 13, 2011, 09:57:03 PM
 #10

That's too bad man it happens though. If you haven't try reseating the ram maybe it will make it better? I cant guarantee anything though.
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!