Difference between revisions of "User talk:Manseau"

From FreekiWiki
Jump to navigation Jump to search
(Removing all content from page)
 
(336 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="red"]
 
 
 
  poweruf      [label="For the laptop you are evaluating, retrieve a power supply from shelf matching output \n volts and amps to the specs on the laptop.", fontsize="12", shape="box", style="bold", color="orange"]
 
     
 
  sort          [label=" Remove the hard drive unless it's an Apple product. If \n its an Apple, give it back to the instructor unless otherwise directed.", fontsize="10",shape="box", style="bold", color="red"]
 
 
 
  hddrem        [label="Open the optical drive to make sure that the media has been \n removed from it. If not, remove the media and put it in the recycle bin where it will be processed \n and destroyed. The same stewardship of information also \n applies to floppy drives and card readers.", fontsize="10", shape="box", style="bold", color="red"]
 
 
 
  busted        [label="Is the display cracked, power connection broken or \n other defect present rendering the laptop unusable?", fontsize="10", color="red"]
 
 
 
  ask          [label="Ask your instructor \n for guidance." fontsize="11", shape="ox", style="bold", color="yellow"]
 
 
 
  usb          [label="Does it have a USB port?", fontsize="12", color="red"]
 
 
 
 
 
 
 
 
 
 
 
  powerable    [label="Does it have RAM \n and a power supply?", fontsize="11", shape="box", style="bold", color="red"]
 
 
 
  getpower      [label="Add RAM and / or \n a power supply as required.", fontsize="11", shape="box", style="bold", color="red"]
 
 
 
 
 
 
  poweron      [label="Does it power on, have a working \n screen, and complete the Power On Self Test? note 3", fontsize="11", color="red"]
 
 
  poweron1      [label="Does it power on, \n have a working screen, 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"]
 
 
  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"]
 
 
  incoming      [label="Yikes! [[Recycle]] That Laptop! Verify and \n affix hard drive removed sticker",fontsize="11", shape="box", style="bold", color="red"]
 
 
  pieces        [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"]     
 
 
  asis          [label="POSTs to Bios and meets specs \n for thrift store. Affix hard \n drive removed sticker. [[As Is]] sale." 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"]
 
 
 
  start      -> poweruf
 
  poweruf    -> sort  [label="" fontsize="11", color=""]
 
  sort        -> hddrem
 
  hddrem      -> busted
 
  busted      -> ask [label="Yes" fontsize="11"]
 
  busted      -> usb [label="No" fontsize="11", color="red"]
 
 
 
  usb        -> poweron [label="Yes" fontsize="11"]
 
  usb        -> incoming [label="No" fontsize="11"]
 
  powerable  -> poweron [label="Yes" fontsize="11"]
 
  powerable  -> getpower [label="No" fontsize="11", color="red"]
 
  powerun    -> poweron
 
 
 
  getpower    -> poweron [label="Ok" fontsize="11", color="red"]
 
  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"]
 
  procclass  -> whatzit [label="No" fontsize="11", color="red"]
 
  whatzit    -> enoughproc [label="Ok" fontsize="11", color=""]
 
  enoughproc  -> keeper [label="YES" fontsize="11", color="green"]
 
  enoughproc  -> incoming [label="NO" fontsize="11", color="red"]
 
  keeper      -> pieces [label="" fontsize="11", color="green"]
 
  keeper      -> asis [label="" fontsize="11", color="green"]
 
  keeper      -> build [label="" fontsize="11", color="green"]
 
}
 
</graphviz>
 
 
==Notes for discussion==
 
    1  Would there be a point that you would Eval a mac without an instructor's knowledge?
 
    2  Link to elaboration on macs
 
    3  Link to possible solutions
 
 
== 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