Difference between revisions of "Motherboard Sorting"

From FreekiWiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
   start        [label="START HERE", shape="box", style="bold"]
 
   start        [label="START HERE", shape="box", style="bold"]
   recycle2      [label="NO\nWe do not want the mobo!", shape="box", style="bold", color="orange"]
+
   recycle2      [label="RECYCLE", shape="box", style="bold", color="orange"]
   keep          [label="YES\nWe will keep the mobo!", shape="box", style="bold", color="orange"]
+
  old          [label="OLDER KEEPER", shape="box", style="bold", color="orange"]
   blowncaps    [label="Can you see any\nBLOWN CAPS\n(bulging capacitors)?"] 
+
   new          [label="NEWER KEEPER", shape="box", style="bold", color="orange"]
  dell          [label="Does it say\nDELL\non it?"]
+
   blowncaps    [label="Can you see any\nBLOWN CAPS\n(bulging capacitors)?"]
   ddrslots      [label="MEMORY:\nAre there any\nDDR slots?\n(single notched DIMM)"]  
+
   ddrslots      [label="MEMORY:\nAre there any\nDDR slots?\n(single notched DIMM)"]
 +
  ide          [label="Does it have\nIDE ports?"]
 +
  sata          [label="Does it have\nSATA ports?"]
 
   proprietary  [label="Does it need a\nRISER\nfor its cards?"]
 
   proprietary  [label="Does it need a\nRISER\nfor its cards?"]
  
Line 17: Line 19:
  
 
   blowncaps    -> recycle2 [label="YES"]
 
   blowncaps    -> recycle2 [label="YES"]
   blowncaps    -> dell [label="NO"]
+
   blowncaps    -> proprietary  [taillabel="NO"]
 
 
  dell        -> proprietary  [taillabel="NO"]
 
  dell        -> recycle2 [taillabel="YES"]
 
  
 
   proprietary  -> recycle2 [taillabel="YES"]
 
   proprietary  -> recycle2 [taillabel="YES"]
Line 26: Line 25:
 
    
 
    
 
   ddrslots    -> recycle2 [taillabel="NO"]
 
   ddrslots    -> recycle2 [taillabel="NO"]
   ddrslots    -> ide
+
   ddrslots    -> sata
 +
 
 +
  sata -> new [taillabel="YES"]
 +
  sata -> ide [label="NO"]
  
 
   ide -> old [label="YES"]
 
   ide -> old [label="YES"]
   ide -> sata [label="NO"]
+
   ide -> recycle2 [label="NO"]
  
   sata -> keep [taillabel="YES"]
+
    
  sata -> recycle2 [label="NO"]
 
  
 
     }
 
     }
Line 45: Line 46:
 
; DDR slots
 
; 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?]]
 
: 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?]]
 +
 +
; IDE Hard Drive Connector - Look at several example motherboards to recognize this connector. Note the blank pin spot in the middle.
 +
 +
; SATA (Serial ATA) Hard Drive Connector - small L-shaped connector usually protected by a little wall around it. This is the newest hard drive type.
  
 
[[Category: Hardware ID]]
 
[[Category: Hardware ID]]

Revision as of 15:13, 18 August 2010

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?
IDE Hard Drive Connector - Look at several example motherboards to recognize this connector. Note the blank pin spot in the middle.
SATA (Serial ATA) Hard Drive Connector - small L-shaped connector usually protected by a little wall around it. This is the newest hard drive type.