Difference between revisions of "Motherboard Sorting"

From FreekiWiki
Jump to navigation Jump to search
Line 10: Line 10:
 
   keep          [label="YES\nWe will keep the mobo!", shape="box", style="bold"]
 
   keep          [label="YES\nWe will keep the mobo!", shape="box", style="bold"]
 
   blowncaps    [label="Are there\nBLOWN CAPS\n(bulging capacitors)?"]
 
   blowncaps    [label="Are there\nBLOWN CAPS\n(bulging capacitors)?"]
   ddrslots     [label="Are there any\nDDR slots?"]
+
   ddrslots     [label="Are there any\nDDR slots?"]
 
   proprietary  [label="Does it need a\nRISER\nfor its cards?"]
 
   proprietary  [label="Does it need a\nRISER\nfor its cards?"]
  
   start        -> ddrslots
+
   start        -> blowncaps
  ddrslots    -> blowncaps [taillabel="YES"]
+
 
  ddrslots    -> recycle [taillabel="NO"]
 
 
   blowncaps    -> proprietary [taillabel="NO"]
 
   blowncaps    -> proprietary [taillabel="NO"]
 
   blowncaps    -> recycle [taillabel="YES"]
 
   blowncaps    -> recycle [taillabel="YES"]
 +
 
   proprietary  -> recycle [taillabel="YES"]
 
   proprietary  -> recycle [taillabel="YES"]
   proprietary  -> keep [taillabel="NO"]
+
   proprietary  -> ddrslots [taillabel="NO"]
 
    
 
    
 +
  ddrslots    -> keep [taillabel="YES"]
 +
  ddrslots    -> recycle [taillabel="NO"]
 +
 
   }
 
   }
 
</graphviz>
 
</graphviz>
 
; 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.
 
  
 
;Blown caps
 
;Blown caps
Line 32: Line 32:
 
; Risers
 
; 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.
 
: 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.
  
 
[[Category: Triage]]
 
[[Category: Triage]]
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 15:30, 12 July 2007

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.