Difference between revisions of "Getting the Processor Information"

From FreekiWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
   digraph POSTING {
 
   digraph POSTING {
  
     addstuff        [label="If needed, add \nRAM, VIDEO\nand/or POWER SUPPLY", fontsize="11"]
+
    node [fontname="Helvetica", fontsize="11"]
     bios            [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO?", fontsize="11"]
+
    edge [fontname="Helvetica"]
     blowncaps      [label="Are there any\nBLOWNCAPS?", fontsize="11"]
+
 
     checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?", fontsize="11"]
+
     addstuff        [label="If needed, add \nRAM, VIDEO\nand/or POWER SUPPLY"]
     harddrive      [label="Try to boot from the\nEVAL 2 HARD DRIVE\nCan you get the\nPROCESSOR INFO?", fontsize="11"]
+
     bios            [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO?"]
     manualdetermine [label="MANUALLY DETERMINE\nthe processor information", fontsize="11", URL="/index.php/System_Evaluation_2_Overview"]
+
     blowncaps      [label="Are there any\nBLOWNCAPS?"]
     post            [label="Does it\nPOST?", fontsize="11"]
+
     checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?"]
     poweron        [label="Does it\nPOWER ON?", fontsize="11"]
+
     harddrive      [label="Try to boot from the\nEVAL 2 HARD DRIVE\nCan you get the\nPROCESSOR INFO?"]
     proc            [label="Does it have a\nPROCESSOR?", fontsize="11"]
+
     manualdetermine [label="MANUALLY DETERMINE\nthe processor information", URL="/index.php/System_Evaluation_2_Overview"]
     procinfo        [label="Can you get the \nPROCESSOR INFORMATION?", fontsize="11"]
+
     post            [label="Does it\nPOST?"]
     ram            [label="Does it have\nRAM?", fontsize="11"]
+
     poweron        [label="Does it\nPOWER ON?"]
     sdram          [label="Does it have\nSDRAM slots\n(regular DIMMs)?", fontsize="11"]
+
     proc            [label="Does it have a\nPROCESSOR?"]
     simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POST?", fontsize="11"]
+
     procinfo        [label="Can you get the \nPROCESSOR INFORMATION?"]
     start          [label="START HERE", shape="box", style="bold", fontsize="11"]
+
     ram            [label="Does it have\nRAM?"]
     swapram        [label="Swap out the RAM\nsystematically\nTry different speeds\nDoes it POST?", fontsize="11"]
+
     sdram          [label="Does it have\nSDRAM slots\n(regular DIMMs)?"]
     goback          [label="Go back to the\nSYSTEM EVALUATION 2 OVERVIEW chart", shape="box", style="bold", URL="/index.php/System_Evaluation_2_Overview", fontsize="11"]  
+
     simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POST?"]
     testpower      [label="Test the\npower supply\nDoes it work?", fontsize="11"]
+
     start          [label="START HERE", shape="box", style="bold"]
 +
     swapram        [label="Swap out the RAM\nsystematically\nTry different speeds\nDoes it POST?"]
 +
     goback          [label="Go back to the\nSYSTEM EVALUATION 2 OVERVIEW chart", shape="box", style="bold", URL="/index.php/System_Evaluation_2_Overview"]
 +
     testpower      [label="Test the\npower supply\nDoes it work?"]
  
 
     start -> proc
 
     start -> proc

Revision as of 15:59, 27 March 2007