Difference between revisions of "Motherboard Sorting"

From FreekiWiki
Jump to navigation Jump to search
Line 6: Line 6:
 
   edge [fontname="Helvetica"]
 
   edge [fontname="Helvetica"]
  
   start        [label="START HERE", shape="box", style="bold"]
+
   start        [label="START HERE",
   recycle2      [label="RECYCLE", shape="box", style="bold", color="orange"]
+
                  label_es="EMPEZAR AQUI",
   old          [label="OLDER KEEPER", shape="box", style="bold", color="orange"]
+
                  shape="box", style="bold"]
   new          [label="NEWER KEEPER", shape="box", style="bold", color="orange"]
+
   recycle2      [label="RECYCLE",
   blowncaps    [label="Can you see any\nBLOWN CAPS\n(bulging capacitors)?"]
+
                  label_es="RECICLAR",
   ddrslots      [label="MEMORY:\nAre there any\nDDR slots?\n(single notched DIMM)"]
+
                  shape="box", style="bold", color="orange"]
   ide          [label="Does it have\nIDE ports?"]
+
   old          [label="OLDER KEEPER",
   sata          [label="Does it have\nSATA ports?"]
+
                  label_es="CONSERVAR MÁS VIEJA",
   proprietary  [label="Does it need a\nRISER\nfor its cards?"]
+
                  shape="box", style="bold", color="orange"]
 +
   new          [label="NEWER KEEPER",
 +
                  label_es="CONSERVAR MÁS NUEVA",
 +
                  shape="box", style="bold", color="orange"]
 +
   blowncaps    [label="Can you see any\nBLOWN CAPS\n(bulging capacitors)?",
 +
                  label_es="¿Puede usted ver cualquier\nBLOWN CAPS\n(condensores sobresalientes)?"]  
 +
   ddrslots      [label="MEMORY:\nAre there any\nDDR slots?\n(single notched DIMM)",
 +
                  label_es="MEMORIA:\n¿Hay algunas ranuras para\nDDR?\n(DIMM con una sóla ranura)"]  
 +
   ide          [label="Does it have\nIDE ports?",
 +
                  label_es="¿Hay algunos\nIDE ports?"]
 +
   sata          [label="Does it have\nSATA ports?",
 +
                  label_es="¿Hay algunos\nSATA ports?"]
 +
   proprietary  [label="Does it need a\nRISER\nfor its cards?",
 +
                  label_es="¿Necesita la tarjeta madre\nUN RISER\npara sus tarjetas?"]
  
 
   start        -> blowncaps
 
   start        -> blowncaps
  
   blowncaps    -> recycle2 [label="YES"]
+
   blowncaps    -> recycle2 [label="YES", label_es="SÍ"]
 
   blowncaps    -> proprietary  [taillabel="NO"]
 
   blowncaps    -> proprietary  [taillabel="NO"]
  
   proprietary  -> recycle2 [taillabel="YES"]
+
   proprietary  -> recycle2 [taillabel="YES", taillabel_es="SÍ"]
 
   proprietary  -> ddrslots [taillabel="NO"]
 
   proprietary  -> ddrslots [taillabel="NO"]
 
    
 
    
 
   ddrslots    -> recycle2 [taillabel="NO"]
 
   ddrslots    -> recycle2 [taillabel="NO"]
   ddrslots    -> sata [label="YES"]
+
   ddrslots    -> sata [label="YES", label_es="SÍ"]
  
   sata -> new [taillabel="YES"]
+
   sata -> new [taillabel="YES", taillabel_es="SÍ"]
 
   sata -> ide [label="NO"]
 
   sata -> ide [label="NO"]
  
   ide -> old [label="YES"]
+
   ide -> old [label="YES", label_es="SÍ"]
 
   ide -> recycle2 [label="NO"]
 
   ide -> recycle2 [label="NO"]
  
Line 37: Line 50:
 
     }
 
     }
 
</graphviz>
 
</graphviz>
 +
  
 
;Blown caps
 
;Blown caps

Revision as of 00:44, 11 October 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 Drive Connector
Rectangular connector with two rows of pins. Note the blank pin spot in the middle.

Ideconnector.png

SATA (Serial ATA) Drive Connector
Small L-shaped connector usually protected by a little wall around it. This is the newest drive connector type.

Sataport.png