Getting the Processor Information

From FreekiWiki
Revision as of 15:27, 3 November 2006 by Rfs (talk | contribs)
Jump to navigation Jump to search

<graphvizr>

 digraph POSTING {
   addstuff        [label="If needed, add \nRAM, VIDEO\nand/or POWER SUPPLY", fontsize="11"]
   bios            [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO?", fontsize="11"]
   blowncaps       [label="Are there any\nBLOWNCAPS?", fontsize="11"]
   checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?", fontsize="11"]
   ddr             [label="Does it have\nDDR slots?", fontsize="11"]
   harddrive       [label="Try to boot from the\nEVAL 2 HARD DRIVE\nCan you get the\nPROCESSOR INFO?", fontsize="11"]
   manualdetermine [label="MANUALLY DETERMINE\nthe processor information\nand go back to the\nSYSTEM EVALUATION 2 OVERVIEW chart", shape="box", fontsize="11", URL="/index.php/System_Evaluation_2_Overview", style="bold"]
   post            [label="Does it\nPOST?", fontsize="11"]
   poweron         [label="Does it\nPOWER ON?", fontsize="11"]
   proc            [label="Does it have a\nPROCESSOR?", fontsize="11"]
   procinfo        [label="Can you get the \nPROCESSOR INFORMATION?", fontsize="11"]
   ram             [label="Does it have\nRAM?", fontsize="11"]
   sdram           [label="Does it have\nSDRAM slots\n(regular DIMMs)?", fontsize="11"]
   simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POST?", fontsize="11"]
   start           [label="START HERE", shape="box", style="bold", fontsize="11"]
   swapram         [label="Swap out the RAM\nsystematically\nTry different speeds\nDoes it POST?", fontsize="11"]
   goback          [label="Go back to the\nSYSTEM EVALUATION 2 OVERVIEW chart", shape="box", style="bold", URL="/index.php/System_Evaluation_2_Overview", fontsize="11"] 
   tardis          [label="Label and take it to the\nTARDIS\nfor further evaluation.", fontsize="11", shape="box", style="bold" ]
   start -> proc
   proc -> goback [taillabel="NO"]
   proc -> blowncaps [taillabel="YES"]
   blowncaps -> ram [taillabel="NO"] 
   blowncaps -> goback [taillabel="YES"] 
   ram -> sdram [taillabel="NO"]
   ram -> addstuff [taillabel="YES"]
   sdram -> addstuff [taillabel="YES"]
   sdram -> ddr [taillabel="NO"]
   ddr -> tardis [label="YES"]
   ddr -> manualdetermine [taillabel="NO"]
   addstuff -> poweron
   poweron -> post [taillabel="YES"]
   poweron -> checkconnect [taillabel="NO"]
   checkconnect -> post [taillabel="YES"]
   checkconnect -> manualdetermine [taillabel="NO"]
   post -> procinfo [taillabel="YES"]
   post -> simplify [taillabel="NO"]
   procinfo -> bios [taillabel="NO"]
   procinfo -> goback [taillabel="YES"]
   bios -> goback [taillabel="YES"]
   bios -> harddrive [taillabel="NO"]
   harddrive -> goback [taillabel="YES"]
   harddrive -> manualdetermine [taillabel="NO"]
   simplify -> procinfo [taillabel="YES"]
   simplify -> swapram [taillabel="NO"]
   swapram -> procinfo [taillabel="YES"]
   swapram -> manualdetermine [taillabel="NO"]
 }

</graphvizr>

Template:Do we want it for a server? Template:Finding the processor speed