Difference between revisions of "Motherboard Sorting"

From FreekiWiki
Jump to navigation Jump to search
(→‎BLACK Chart: no more VA-503+ boards)
Line 9: Line 9:
  
 
   start        [label="START HERE", shape="box", style="bold"]
 
   start        [label="START HERE", shape="box", style="bold"]
  recycle      [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"]
 
   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"]
Line 17: Line 16:
 
   rambus        [label="MEMORY:\nAre there any\nRAMBUS slots?\n(two notches in the middle)"]
 
   rambus        [label="MEMORY:\nAre there any\nRAMBUS slots?\n(two notches in the middle)"]
 
   proprietary  [label="Does it need a\nRISER\nfor its cards?"]
 
   proprietary  [label="Does it need a\nRISER\nfor its cards?"]
  all_card_slots [label="CARD SLOTS:\nDoes it have at least one ISA,\n at least one PCI, and an AGP?"]
 
  at_keyboard  [label="KEYBOARD:\nDoes it have an\nAT keyboard connector?"]
 
  simms_dimms  [label="MEMORY:\nDoes it have BOTH\n72 pin SIMM slots\nand SDRAM slots?"]
 
  at_atx_power  [label="POWER:\nDoes it have BOTH\nan AT power supply connector\nand an ATX power supply connector?"]
 
  all_card_slots -> recycle [taillabel="NO"]
 
  at_keyboard    -> recycle [taillabel="NO"]
 
  simms_dimms    -> recycle [taillabel="NO"]
 
  at_atx_power  -> recycle [taillabel="NO"]
 
  all_card_slots -> keep [taillabel="YES"]
 
  
 
   start        -> blowncaps
 
   start        -> blowncaps
Line 41: Line 31:
 
   ddrslots    -> rambus [taillabel="NO"]
 
   ddrslots    -> rambus [taillabel="NO"]
  
   rambus      -> recycle [taillabel="YES"]
+
   rambus      -> recycle2 [taillabel="YES"]
  rambus      -> simms_dimms [taillabel="NO"]
 
 
 
  subgraph cluster_1 {
 
      style ="dashed"
 
      label = "VA-503+" [fontname="Helvetica"];
 
      simms_dimms    -> at_atx_power [taillabel="YES"]
 
      at_atx_power  -> at_keyboard [taillabel="YES"]
 
      at_keyboard    -> all_card_slots [taillabel="YES"]
 
  }
 
  
 
   }
 
   }

Revision as of 13:24, 12 December 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?