Difference between revisions of "Getting the Processor Information"

From FreekiWiki
Jump to navigation Jump to search
m
Line 9: Line 9:
 
     addstuff        [label="If needed, add \nRAM, VIDEO\nand/or POWER SUPPLY"]
 
     addstuff        [label="If needed, add \nRAM, VIDEO\nand/or 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?"]
     blowncaps      [label="Are there any\nBLOWNCAPS?"]
+
     blowncaps      [label="Can you see any\nBLOWN CAPS?"]
 
     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\nHARD DRIVE CABLE\nfrom the\nMOTHERBOARD"]
 
     disconnect      [label="Disconnect the\nHARD DRIVE CABLE\nfrom the\nMOTHERBOARD"]
Line 18: Line 18:
 
     procinfo        [label="Can you get the \nPROCESSOR INFORMATION?"]
 
     procinfo        [label="Can you get the \nPROCESSOR INFORMATION?"]
 
     ram            [label="Does it have\nRAM?"]
 
     ram            [label="Does it have\nRAM?"]
     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 POST?"]
 
     simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POST?"]
Line 29: Line 29:
 
     start -> proc
 
     start -> proc
  
     proc -> blowncaps [taillabel="YES"]
+
     proc -> ram [taillabel="YES"]
 
     proc -> goback [taillabel="NO"]
 
     proc -> goback [taillabel="NO"]
 
    blowncaps -> ram [taillabel="NO"]
 
    blowncaps -> goback [taillabel="YES"]
 
  
 
     ram -> rambus [taillabel="NO"]
 
     ram -> rambus [taillabel="NO"]
Line 70: Line 67:
  
 
     swapvideocard -> havesdram [taillabel="YES"]
 
     swapvideocard -> havesdram [taillabel="YES"]
     swapvideocard -> manualdetermine [taillabel="NO"]
+
     swapvideocard -> blowncaps [taillabel="NO"]
 +
 
 +
    blowncaps -> havesdram [taillabel="NO"]
 +
    blowncaps -> manualdetermine [taillabel="YES"]  
  
 
     swapram -> procinfo [taillabel="YES"]
 
     swapram -> procinfo [taillabel="YES"]

Revision as of 15:23, 29 May 2007

The process

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