Difference between revisions of "User talk:Manseau"

From FreekiWiki
Jump to navigation Jump to search
(Removing all content from page)
 
(295 intermediate revisions by the same user not shown)
Line 1: Line 1:
<graphviz>
 
  digraph D {
 
  
#  size="10,12"
 
 
 
 
  start        [label="LAPTOP EVALUATION STARTS HERE", fontsize="12", shape="box", style="bold",
 
                color="black"]
 
 
 
  poweruf      [label="For the laptop you are evaluating, retrieve a power supply from shelf matching output \n volts and amps to the  input volts and amps specs on the laptop.", fontsize="12", shape="box", style="bold", color="black"]
 
     
 
  sort          [label=" Remove the hard drive and put it in the incoming HDD bin.If it's an Apple product the \n instructor will direct you in what to do with it.[[Data Protection Policy]]" fontsize="11",shape="box", style="bold", color="black"]
 
 
 
  hddrem        [label="Open the optical drive by inserting a small diameter screwdriver into \n the caddy release hole. It there is media in it, remove it from the caddy \n and put it in the recycle bin.", fontsize="11", shape="box", style="bold", color="black"]
 
 
 
  busted        [label="Is the display cracked, power connection broken or \n other defect present rendering the laptop unusable?", fontsize="11", color="red"]
 
 
 
 
 
 
  usb          [label="Does it have a USB port?", fontsize="11", color="red"]
 
 
 
  ask          [label="Ask your instructor \n for guidance." fontsize="11", shape="ox", style="bold", color="yellow"] 
 
 
 
  poweron      [label="Does it power on,\n have a working  display, and \n complete the Power On Self Test?", fontsize="11", color="red"]
 
 
  poweron1      [label="Does it power on, \n have a working display, and \n complete the Power On Self Test?", fontsize="11", color="red"]
 
 
 
  handwavy      [label="Consult Laptops FAQ on wiki [[FAQ]] \n Or ask the instructor for guideance.", fontsize="11", shape="box", style="bold", color="yellow"]
 
 
 
  procclass    [label="Can you find\n the Processor Info?\n Try booting to BIOS." fontsize="11", color="red"]
 
 
 
  keeper        [label="Consult Laptops FAQ on wiki [[link to Process]].", fontsize="11", shape="box", style="bold", color="yellow"]
 
 
 
  defect        [label="Research specs consistent with \n the MFG and model number." fontsize="12", shape="box", style="bold",
 
                color="red"]
 
 
 
  enoughproc    [label="Does it fit into one of the --[[Laptop Specs]]?", fontsize="11", color="red"]
 
 
incoming      [label="Yikes! [[Recycle]] That Laptop! Verify and \n affix hard drive removed sticker",fontsize="11", shape="box", style="bold", color="red"]
 
 
  whatzit      [label="[[Run Memtest]]\n(Don't know how?  Ask someone!)" fontsize="11", shape="box", style="bold", color="red"]
 
 
  keeper        [label="YIPPEE! Its a keeper!" fontsize="11", shape="box", style="bold", color="green"]
 
 
 
 
 
  pieces        [label="Machine won't boot but fits \n other build specs, instructor will \n determine if it recycles or becomes \n a parts machine.",fontsize="11", shape="box", style="bold", color="yellow"]     
 
 
  asis          [label="POSTs to Bios but only meets \n specs for thrift store [[As-Is]]." fontsize="11", shape="box", style="bold" color="green"] 
 
 
  build        [label="Laptop meets specs for grant, \n high or low end thrift store sale \n or FG-PDX. Be sure to \n document covered or uncovered \n equipment[[ecycle]]" fontsize="11", shape="box", style="bold" color="green"]
 
 
  buildrdy      [label="Once memory test is complete, \n it's ready for build" fontsize="11", shape="box", style="bold", color=""]
 
 
  tstore        [label=" Verify hard drive removed and \n [[As Is]] sale sticker. \n Forward to thrift store." fontsize="11", shape="box", style="bold", color=""]
 
 
  parts        [label="Affix a parts only label to it and \n identify symptoms and problems with  \n remaining laptop parts for future use of parts. \n Affix keeper label if one doesn't exist.",fontsize="11", shape="box", style="bold", color="green"]
 
 
 
  start      -> poweruf[label="" fontsize="11", color=""]
 
  poweruf    -> hddrem  [label="" fontsize="11", color=""]
 
  hddrem      -> sort[label="" fontsize="11", color=""]
 
  sort      -> busted[label="" fontsize="11", color=""]
 
  busted      -> ask [label="Yes" fontsize="11", color="red"]
 
  busted      -> usb [label="No" fontsize="11", color="black"]
 
  usb        -> incoming [label="No" fontsize="11", color="red"]
 
  usb        -> poweron [label="Yes" fontsize="11"]
 
  poweron    -> procclass [label="YES" fontsize="11"]
 
  poweron    -> handwavy [label="NO" fontsize="11", color="red"]
 
  handwavy    -> poweron1 [label="Ok" fontsize="11", color="red"]
 
  poweron1    -> procclass [label="Yes" fontsize="11"]
 
  poweron1    -> defect [label="No" fontsize="11", color="red"]
 
  defect      -> enoughproc [label="OK" fontsize="11", color=""]
 
  procclass  -> enoughproc [label="Yes" fontsize="11"]
 
  enoughproc  -> keeper [label="YES" fontsize="11", color="green"]
 
  enoughproc  -> incoming [label="NO" fontsize="11", color="red"]
 
  keeper      -> pieces [label="If" fontsize="11", color="green"]
 
  pieces    -> incoming  [label="Recycle" fontsize="11", color="red"]
 
  pieces      -> parts [label="Parts \n Machine" fontsize="11", color="green"]
 
  keeper      -> asis [label="If" fontsize="11", color="green"]
 
  keeper      -> build [label="If" fontsize="11", color="green"]
 
  build      -> whatzit[label="Then" fontsize="11", color="Green"]
 
  whatzit    -> buildrdy [label="Ok" fontsize="11", color="black"]
 
  asis        ->  tstore[label="Then" fontsize="11", color="green"]
 
 
 
 
}
 
</graphviz>
 
 
 
 
== Memtest Notes ==
 
''Memtest is a useful tool found on many boot disks. Besides testing memory, it provides us a quick way to find processor and memory info.''
 
Memtest is available on ebmulti floppies, ubuntu (or other debian based) live cds, and our netboot server.
 
[[Category:Laptops]]
 

Latest revision as of 19:06, 16 February 2010