Difference between revisions of "Laptop Evaluation"

From FreekiWiki
Jump to navigation Jump to search
m (→‎Evaluation 2: now 2.5)
 
(249 intermediate revisions by 7 users not shown)
Line 1: Line 1:
== Evaluation 2 ==
+
[[Category:Delete]]
''Evaluation 2 is the flowchart.''
 
  
<graphvizr>
+
__NOTOC__
 +
 
 +
 
 +
<graphviz>
 
   digraph D {
 
   digraph D {
  
 
#  size="7,10"
 
#  size="7,10"
  
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
+
   node [fontname="Helvetica", fontsize="10"]
  usb          [label="Does it have usb?", fontsize="11"]
+
   edge [fontname="Helvetica"]
  apples        [label="Is it an Apple?", fontsize="11"]
 
  macpile      [label="Put it in the Mac pile.\nDo not mine.", fontsize="11", shape="box", style="bold"]
 
  powerable    [label="Does it have RAM\nand a power supply?", fontsize="11"]
 
  getpower      [label="get 'em", fontsize="11", shape="diamond"]
 
  poweron      [label="Does it power on?", fontsize="11"]
 
  screeny      [label="Working screen?", fontsize="11"]
 
  handwavy      [label="Give it to an instructor\nfor Eval2.5", fontsize="11", shape="box", style="bold"]
 
  posty        [label="Does it post?", fontsize="11"]
 
  procclass    [label="Can you find\n the Processor Info?\n (try entering BIOS)" fontsize="11"]
 
  enoughproc    [label="Pentium II 233 or better?" fontsize="11"]
 
  whatzit      [label="Use EBMulti disk\n to run Memtest" fontsize="11"]
 
  record        [label="Pull Hard Drive\nand record info\non keeper sticker" fontsize="11"]
 
  hipower      [label="Over 1.4Ghz?" fontsize="11"]
 
   lockup        [label="Give it to an instructor\nfor Lockup.", fontsize="11", shape="box", style="bold"]
 
  recycle      [label="RECYCLE the system", fontsize="11", shape="box", style="bold"]
 
  hdsize        [label="Hard Drive 2GB or larger?", fontsize="11",]
 
  hdrecyc      [label="Throw in Bad HD bin", fontsize="11",shape="box", style="bold"]
 
  hdkeep        [label="Put in disk wiping\nincoming", fontsize="11",shape="box", style="bold"]
 
  
 +
  removehdd      [label="REMOVE THE HARD DRIVE.\nIf you're having trouble locating\nit, consult your Instructor", style=bold, color="red" shape="tripleoctagon"]
 +
  removecd        [label="OPEN THE OPTICAL DRIVE.\nUse a paper clip to eject the cd\ntray, and put any CD/DVDs into the\nRETURN TO RECEIVING box.", shape="tripleoctagon" color="orange"]
 +
  usb            [label="Is there a USB port?", shape="box"]
 +
  damage          [label="Is the screen broken or is there any other\ndamage that affects the usability of this system?", shape="box"]
 +
  oldspecs        [label="Is the system a Pentium II or earlier?", shape="box"]
 +
  powersupply    [label="Check the power ratings on the bottom\nof the system (sometimes underneath the battery)\nand look for a compatible adapter on the shelves.\n", shape="box", color="blue"]
 +
  postbios        [label="Does the system POST?\nCan you get into BIOS?", shape="box"]
 +
  postfaq        [label="Consult the POST Troubleshooting Guide...\nDoes the system POST?", shape="box", color="blue"]
 +
  specs          [label="Do the specs fit within our Builds?\n(Consult the whiteboard, or an Instructor)", shape="box"]
 +
  keeper          [label="IT'S A KEEPER!\nGrab a Keeper label and fill out\nthe Evaluation Checklist)", shape="doubleoctagon", color="green"]
 +
  asis            [label="WE DON'T WANT IT...\nBUT MAYBE SOMEBODY DOES!\nFollow the As-Is Laptop checklist.", shape="doubleoctagon", URL="http://wiki.freegeek.org/index.php/As-Is_Checklist", color="brown"]
 +
  parts          [label="MAKE IT A PARTS MACHINE!\nFollow the Laptop Parts Machine Checklist", shape="doubleoctagon", URL="http://wiki.freegeek.org/index.php/Laptop_Parts_Machine", color="yellow"]
 +
  recycle        [label="DISPOSE OF IT!\nFollow the Laptop Recycling checklist.", shape="doubleoctagon" URL="http://wiki.freegeek.org/index.php/Laptop_Recycling", color="red"]
 +
  harddrive      [label="Install a hard drive appropriate for its specs.\nMake sure to note whether it's IDE or SATA", shape="box", color="blue"]
 +
  memtest        [label="Set the machine up for Memtest.\nMake sure the RAM installed fits its Build Spec!", shape="box", color="blue"]
 +
  shiny          [label="Is this system either:\n\nParticularly shiny?\nA model we commonly build?\nSomething you couldn't bear to see recycled?", shape="box"]
 +
  storebox        [label="Include the power adapter, and put it on the\nbottom of the Store Cart", shape="box", color="blue"]
 +
  instructor      [label="Once the label is COMPLETELY filled\nout, hand it to your Instructor!", shape="box", color="blue"]
 +
  recyclecart    [label="Double check to see whether the for an\n'Uncovered Electronic Device' or 'FG-PDX' sticker\nand have your Instructor sign off on it!", shape="box", color="blue"],
  
  start      -> usb
+
  removehdd -> removecd
  usb         -> apples  [label="YES"]
+
  removecd -> usb
  usb         -> recycle [label="NO"]
+
  usb -> damage          [label="Y", color="green"]
  apples      -> macpile [label="YES"]
+
  usb -> recycle         [label="N", color="red"]
  apples      -> powerable [label="NO"]
+
  damage -> oldspecs      [label="N", color="green"]
  powerable   -> poweron [label="YES"]
+
  damage -> shiny        [label="Y", color="red"]
  powerable   -> getpower [label="NO"]
+
   specs -> keeper        [label="Y", color="green"]
  getpower    -> poweron
+
   specs -> asis          [label="Y", color="brown"]
  poweron    -> screeny [label="YES"]
+
  specs -> recycle        [label="N", color="red"]
  screeny    -> posty [label="YES"]
+
  shiny -> recycle        [label="N", color="red"]
  screeny    -> handwavy [label="NO"]
+
  shiny -> parts          [label="Y", color="yellow"]
  poweron    -> handwavy [label="NO"]
+
   oldspecs -> recycle    [label="Y", color="red"]
  posty      -> procclass [label="YES"
+
   oldspecs -> powersupply
  posty      -> handwavy [label="NO"]
+
  powersupply -> postbios
  procclass   -> enoughproc [label="YES"]
+
  postbios -> postfaq    [label="N", color="red"]
  procclass   -> whatzit [label="NO"]
+
  postbios -> specs      [label="Y", color="green"]
  whatzit    -> enoughproc
+
  postfaq -> specs        [label="Y", color="green"]
  enoughproc  -> hipower [label="YES"]
+
  postfaq -> shiny        [label="N", color="red"]
  enoughproc  -> recycle [label="NO"]
+
  keeper -> harddrive   
  hipower    -> record  [label="NO"]
+
  harddrive -> memtest
  hipower    -> lockup [label="YES"]
+
  asis -> storebox
  record      -> hdsize
+
  parts -> instructor
  hdsize      -> hdrecyc [label="NO"]
+
  recycle -> recyclecart
  hdsize      -> hdkeep  [label="YES"]
+
 
 +
  { rank=min; removehdd removecd usb }
 +
  { rank=same; parts recycle keeper asis }
 +
 
 
}
 
}
</graphvizr>
+
</graphviz>
 
 
== Evaluation2.5 ==
 
''Laptop Eval 2 is advanced problem solving of incoming laptops.''
 
*Won't post? take out the battery, switch out the ram, verify power.
 
*Still won't? Save it for parts.
 
*Bad screen? Reseat all cables.
 
*Keep hard drive cradle/enclosure & adaptors attached!  use tape, if necessary.
 
 
 
[[Category:Laptops]]
 

Latest revision as of 12:23, 17 September 2013



This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.