Difference between revisions of "Getting the Processor Information"

From FreekiWiki
Jump to navigation Jump to search
Line 9: Line 9:
 
     blowncaps      [label="Are there any\nBLOWNCAPS?"]
 
     blowncaps      [label="Are there any\nBLOWNCAPS?"]
 
     checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?"]
 
     checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?"]
     disconnect      [label="Disconnect the HARD DRIVE\ncable from the MOTHERBOARD?"]
+
     disconnect      [label="Disconnect the\nHARD DRIVE CABLE\nfrom the\nMOTHERBOARD"]
 
     manualdetermine [label="MANUALLY DETERMINE\nthe processor information", URL="/index.php/System_Evaluation_2_Overview"]
 
     manualdetermine [label="MANUALLY DETERMINE\nthe processor information", URL="/index.php/System_Evaluation_2_Overview"]
 
     post            [label="Does it\nPOST?"]
 
     post            [label="Does it\nPOST?"]
Line 18: Line 18:
 
     rambus          [label="Does it have\nRAMBUS slots?"]
 
     rambus          [label="Does it have\nRAMBUS slots?"]
 
     havesdram      [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 POST?"]
 
     start          [label="START HERE", shape="box", style="bold"]
 
     start          [label="START HERE", shape="box", style="bold"]
 
     swapram        [label="Swap out the SDRAM\nsystematically\nTry 66, 100, and 133 Mhz\nDoes it POST?"]
 
     swapram        [label="Swap out the SDRAM\nsystematically\nTry 66, 100, and 133 Mhz\nDoes it POST?"]
Line 49: Line 49:
 
     checkconnect -> testpower [taillabel="NO"]
 
     checkconnect -> testpower [taillabel="NO"]
  
     testpower -> simplify [taillabel="YES"]
+
     testpower -> post [taillabel="YES"]
 
     testpower -> addstuff [taillabel="NO"]
 
     testpower -> addstuff [taillabel="NO"]
  
 
     post -> procinfo [taillabel="YES"]
 
     post -> procinfo [taillabel="YES"]
     post -> havesdram [taillabel="NO"]
+
     post -> simplify [taillabel="NO"]
  
 
     havesdram -> swapram [taillabel="YES"]
 
     havesdram -> swapram [taillabel="YES"]
Line 64: Line 64:
 
     bios -> manualdetermine [taillabel="NO"]
 
     bios -> manualdetermine [taillabel="NO"]
  
     simplify -> post [taillabel="YES"]
+
     simplify -> procinfo [taillabel="YES"]
 
     simplify -> swapvideocard [taillabel="NO"]
 
     simplify -> swapvideocard [taillabel="NO"]
  
     swapvideocard -> post [taillabel="YES"]
+
     swapvideocard -> havesdram [taillabel="YES"]
 
     swapvideocard -> manualdetermine [taillabel="NO"]
 
     swapvideocard -> manualdetermine [taillabel="NO"]
  
Line 76: Line 76:
 
   }
 
   }
 
</graphviz>
 
</graphviz>
 
{{Finding the processor speed}}
 
  
 
== Checking the Cables and Connections ==
 
== Checking the Cables and Connections ==
Line 85: Line 83:
 
* Is the power supply plugged into the motherboard?
 
* Is the power supply plugged into the motherboard?
 
* Is the power switch connected to the motherboard?
 
* Is the power switch connected to the motherboard?
 +
 +
== Manually determining the processor information ==
 +
'''This is your last resort option. Do not do this unless the instructions told you to.'''
 +
* See if you can see the speed without removing anything
 +
* Remove the heat sink/fan only if necessary
 +
* See the ''Note on Processor Speeds'' below.
 +
 +
{{Finding the processor speed}}
  
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 17:41, 22 May 2007

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Checking the Cables and Connections

  • Is the power strip on?
  • Is the computer plugged into the power strip?
  • Is the power switch on the back of the power supply on?
  • Is the power supply plugged into the motherboard?
  • Is the power switch connected to the motherboard?

Manually determining the processor information

This is your last resort option. Do not do this unless the instructions told you to.

  • See if you can see the speed without removing anything
  • Remove the heat sink/fan only if necessary
  • See the Note on Processor Speeds below.

Template:Finding the processor speed