Difference between revisions of "Getting the Processor Information"

From FreekiWiki
Jump to navigation Jump to search
(cleaned up, removed MANUALLY DETERMINE)
Line 2: Line 2:
 
   digraph POSTING {
 
   digraph POSTING {
  
     addstuff        [label="Add the RAM and VIDEO"]
+
     addstuff        [label="Add the RAM, VIDEO\nand POWER SUPPLY"]
 
     bios            [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO?"]
 
     bios            [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO?"]
 
     checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?"]
 
     checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?"]
     floppyboot      [label="Try to\nBOOT FROM a FLOPPY\nCan you get the\nPROCESSOR INFO?"]
+
     floppyboot      [label="Try to\nBOOT FROM a FLOPPY\nto get the\nPROCESSOR INFO."]
    manualdetermine [label="You will need to\nMANUALLY DETERMINE\nthe processor information\n(go back to main flow chart)", shape="box", URL="/index.php/System_Evaluation_2_Overview"]  
 
 
     post            [label="Does it\nPOST?"]
 
     post            [label="Does it\nPOST?"]
 
     poweron        [label="Does it\nPOWER ON?"]
 
     poweron        [label="Does it\nPOWER ON?"]
    powersupply    [label="Does it have a\nPOWER SUPPLY?"]
 
 
     proc            [label="Does it have a\nPROCESSOR?"]
 
     proc            [label="Does it have a\nPROCESSOR?"]
 
     procinfo        [label="Can you get the \nPROCESSOR INFORMATION?"]
 
     procinfo        [label="Can you get the \nPROCESSOR INFORMATION?"]
     ramvideo        [label="Does it have\nRAM and VIDEO?"]
+
     ramvideo        [label="Does it have\nRAM, VIDEO, and\na POWER SUPPLY?"]
 
     simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POST?"]
 
     simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POST?"]
     start          [label="TRYING TO GET A\nSYSTEM TO POST\nSTART HERE", shape="box"]
+
     start          [label="START HERE", shape="box"]
     swapram        [label="Swap out the RAM\nsystematically.\nTry PC100, PC133, and PC66\nDoes it POST?"]
+
     swapram        [label="Swap out the RAM\nsystematically.\nTry different speeds.\nDoes it POST?"]
     triage         [label="Ready for TRIAGE\n(go back to main flow chart)", shape="box", URL="/index.php/System_Evaluation_2_Overview"]  
+
     goback         [label="Go back to main flow chart.", shape="box", URL="/index.php/System_Evaluation_2_Overview"]  
  
     start -> powersupply [taillabel="YES"]
+
     start -> proc
    powersupply -> proc [taillabel="YES"]
 
    powersupply -> manualdetermine [taillabel="NO"]
 
 
     proc -> ramvideo [taillabel="YES"]
 
     proc -> ramvideo [taillabel="YES"]
     proc -> triage [taillabel="NO"]
+
     proc -> goback [taillabel="NO"]
 
     ramvideo -> poweron [taillabel="YES"]
 
     ramvideo -> poweron [taillabel="YES"]
 
     ramvideo -> addstuff [taillabel="NO"]
 
     ramvideo -> addstuff [taillabel="NO"]
Line 29: Line 25:
 
     poweron -> checkconnect [taillabel="NO"]
 
     poweron -> checkconnect [taillabel="NO"]
 
     checkconnect -> post [taillabel="YES"]
 
     checkconnect -> post [taillabel="YES"]
     checkconnect -> manualdetermine [taillabel="NO"]
+
     checkconnect -> goback [taillabel="NO"]
 
     post -> procinfo [taillabel="YES"]
 
     post -> procinfo [taillabel="YES"]
 
     post -> simplify [taillabel="NO"]
 
     post -> simplify [taillabel="NO"]
 
     procinfo -> bios [taillabel="NO"]
 
     procinfo -> bios [taillabel="NO"]
     procinfo -> triage [taillabel="YES"]
+
     procinfo -> goback [taillabel="YES"]
     bios -> triage [taillabel="YES"]
+
     bios -> goback [taillabel="YES"]
 
     bios -> floppyboot [taillabel="NO"]
 
     bios -> floppyboot [taillabel="NO"]
     floppyboot -> triage [label="YES"]
+
     floppyboot -> goback
    floppyboot -> manualdetermine [label="NO"]
 
 
     simplify -> procinfo [taillabel="YES"]
 
     simplify -> procinfo [taillabel="YES"]
 
     simplify -> swapram [taillabel="NO"]
 
     simplify -> swapram [taillabel="NO"]
 
     swapram -> procinfo [taillabel="YES"]
 
     swapram -> procinfo [taillabel="YES"]
     swapram -> manualdetermine [taillabel="NO"]
+
     swapram -> goback [taillabel="NO"]
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 19:22, 7 January 2006