Difference between revisions of "Getting the Processor Information"

From FreekiWiki
Jump to navigation Jump to search
(moved simpify and swap ram up and added swap video card)
Line 17: Line 17:
 
     ram            [label="Does it have\nRAM?"]
 
     ram            [label="Does it have\nRAM?"]
 
     sdram          [label="Does it have\nSDRAM slots\n(regular DIMMs)?"]
 
     sdram          [label="Does it have\nSDRAM slots\n(regular DIMMs)?"]
 +
    havesdram      [label="Does it have\nSDRAM slots\n(regular DIMMs)?"]
 
     simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POWER ON?"]
 
     simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POWER ON?"]
 
     start          [label="START HERE", shape="box", style="bold"]
 
     start          [label="START HERE", shape="box", style="bold"]
     swapram        [label="Swap out the RAM\nsystematically\nTry different speeds\nDoes it POWER ON?"]
+
     swapram        [label="Swap out the SDRAM\nsystematically\nTry 66, 100, and 133 Mhz\nDoes it POST?"]
     swapvideocard         [label="Swap out the VIDEO CARD\nDoes it POST?"]
+
     swapvideocard   [label="Swap out the VIDEO CARD\nDoes it power on?"]
 
     goback          [label="Go back to the\nSYSTEM EVALUATION 2 OVERVIEW chart", shape="box", style="bold", URL="/index.php/System_Evaluation_2_Overview"]
 
     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?"]
 
     testpower      [label="Test the\npower supply\nDoes it work?"]
Line 50: Line 51:
  
 
     post -> procinfo [taillabel="YES"]
 
     post -> procinfo [taillabel="YES"]
     post -> swapvideocard [taillabel="NO"]
+
     post -> havesdram [taillabel="NO"]
 +
 
 +
    havesdram -> swapram [taillabel="YES"]
 +
    havesdram -> goback [taillabel="NO"]
  
 
     procinfo -> bios [taillabel="NO"]
 
     procinfo -> bios [taillabel="NO"]
Line 62: Line 66:
  
 
     simplify -> post [taillabel="YES"]
 
     simplify -> post [taillabel="YES"]
     simplify -> swapram [taillabel="NO"]
+
     simplify -> swapvideocard [taillabel="NO"]
 
 
    swapram -> post [taillabel="YES"]
 
    swapram -> manualdetermine [taillabel="NO"]
 
  
     swapvideocard -> procinfo [taillabel="YES"]
+
     swapvideocard -> post [taillabel="YES"]
 
     swapvideocard -> manualdetermine [taillabel="NO"]
 
     swapvideocard -> manualdetermine [taillabel="NO"]
  
 +
    swapram -> procinfo [taillabel="YES"]
 +
    swapram -> manualdetermine [taillabel="NO"]
  
 
     manualdetermine -> goback
 
     manualdetermine -> goback

Revision as of 16:00, 31 March 2007