Difference between revisions of "Hardware Grants Manual"

From FreekiWiki
Jump to navigation Jump to search
(New page: ==BLACK Chart== <div style="border: 10px solid BLACK; padding: .5em 1em; color: #000; margin: 3px 3px 0;"> ;Do we want the motherboard? <graphviz> digraph D { node [fontname="Helveti...)
 
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
==BLACK Chart==
+
{{delete}}
<div style="border: 10px solid BLACK; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 
;Do we want the motherboard?
 
<graphviz>
 
  digraph D {
 
 
 
  node [fontname="Helvetica", fontsize="11"]
 
  edge [fontname="Helvetica"]
 
 
 
  start        [label="START HERE", shape="box", style="bold"]
 
  reject        [label="NO\nWe do not want the mobo!", shape="box", style="bold", color="orange"]
 
  approve      [label="YES\nWe will keep the mobo!", shape="box", style="bold", color="orange"]
 
  take          [label="Take the oldest ticket first."] 
 
  eligibility  [label="What kind of organization are they?"]
 
  ineligible    [label="Partisan\nFor-profit\nIndividual"]
 
  eligible      [label=""]
 
  ddrslots      [label="MEMORY:\nAre there any\nDDR slots?\n(single notched DIMM)"] 
 
  proprietary  [label="Does it need a\nRISER\nfor its cards?"]
 
 
 
  start        -> take
 
 
 
  take        -> eligibility
 
 
 
  blowncaps    -> recycle2 [label="YES"]
 
  blowncaps    -> dell [label="NO"]
 
 
 
  dell        -> proprietary  [taillabel="NO"]
 
  dell        -> recycle2 [taillabel="YES"]
 
 
 
  proprietary  -> recycle2 [taillabel="YES"]
 
  proprietary  -> ddrslots [taillabel="NO"]
 
 
 
  ddrslots    -> keep [taillabel="YES"]
 
  ddrslots    -> recycle2 [taillabel="NO"]
 
 
 
    }
 
</graphviz>
 
 
 
;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?]]
 
 
 
</div>
 
[[Category: System Evaluation]]
 
[[Category: Hardware ID]]
 

Latest revision as of 14:53, 26 January 2011

deletion

This page has been requested to be deleted.
If you disagree, discuss on the talk page.
Whenever possible, could an Admin please remove this page?