Difference between revisions of "Motherboard Sorting"

From FreekiWiki
Jump to navigation Jump to search
(added checks for processor speed to prevent removing of procs)
(no more of that)
Line 12: Line 12:
 
   recycle2      [label="NO\nWe do not want the mobo!", shape="box", style="bold", color="orange"]
 
   recycle2      [label="NO\nWe do not want the mobo!", shape="box", style="bold", color="orange"]
 
   keep          [label="YES\nWe will keep the mobo!", shape="box", style="bold", color="orange"]
 
   keep          [label="YES\nWe will keep the mobo!", shape="box", style="bold", color="orange"]
  isproc        [label="Is a processor\nvisible?"]
 
  procfast      [label="Is the processor\n2.0GHz or faster?"]
 
 
   blowncaps    [label="Can you see any\nBLOWN CAPS\n(bulging capacitors)?"]   
 
   blowncaps    [label="Can you see any\nBLOWN CAPS\n(bulging capacitors)?"]   
 
   dell          [label="Does it say\nDELL\non it?"]
 
   dell          [label="Does it say\nDELL\non it?"]
Line 29: Line 27:
 
   all_card_slots -> keep [taillabel="YES"]
 
   all_card_slots -> keep [taillabel="YES"]
  
   start        -> isproc
+
   start        -> blowncaps
 
 
  isproc      -> blowncaps [label="NO"]
 
  isproc      -> procfast [label="YES"]
 
 
 
  procfast    -> blowncaps [label="NO"]
 
  procfast    -> keep [taillabel="YES"]
 
  
 
   blowncaps    -> recycle2 [label="YES"]
 
   blowncaps    -> recycle2 [label="YES"]

Revision as of 15:53, 28 July 2009

BLACK Chart

Do we want the motherboard?

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.
Blown caps
Capacitors are little cylinders that stick up out of the motherboard. The tops should be flat. If they have been damaged, the tops may bulge slightly. This indicates likely failure of the motherboard. A system with blown caps might POST and seem to work fine for a while before failing mysteriously.
Risers
Risers (in this context) are portions of the motherboard that stick into the main part of the motherboard in order to provide slots for cards. Most motherboards that need risers can be distinguished by the fact that the cards are parallel to the main part of the motherboard.
DDR slots
DDRs are a type of DIMM (dual inline memory module). There are three types of DIMMs (SDRAM, DDR, and RAMBUS). These are all the same length and they all have little handles on the ends of the slot to hold the memory in place, but each types has a different number of notches in them (or different placement of the notches). DDR slots accommodate a single notch near the middle of the memory stick. (See also What kind of memory is this?