Difference between revisions of "Motherboard Sorting"

From FreekiWiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{migrated}}
 +
[https://docs.google.com/document/d/1pH_r-NuM06b9aMk-rzYIZTeIYYBEqJGRN2IdRp2SL8Y/edit?usp=sharing link]
 +
 
;Do we want the motherboard?
 
;Do we want the motherboard?
 
<graphviz>
 
<graphviz>
Line 6: Line 9:
 
   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
+
   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 53:
 
     }
 
     }
 
</graphviz>
 
</graphviz>
 +
  
 
;Blown caps
 
;Blown caps
Line 53: Line 70:
 
: Small L-shaped connector usually protected by a little wall around it. This is the newest drive connector type.
 
: Small L-shaped connector usually protected by a little wall around it. This is the newest drive connector type.
 
[[Image:Sataport.png‎]]
 
[[Image:Sataport.png‎]]
 +
[[Motherboard Sorting en Español | En Español]]
 
[[Category: Hardware ID]]
 
[[Category: Hardware ID]]

Latest revision as of 16:42, 5 July 2014

deletion

This page has been migrated to a document on Free Geek's Google Drive.

Information remaining behind may no longer be relevant.

MIGRATOR:

When you have tagged this page as migrated,
please add a link to the new document on Google Drive.

(Link to new page immediately below.)


link

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 En Español