Difference between revisions of "Laptop Evaluation"

From FreekiWiki
Jump to navigation Jump to search
m (added 'include appropriate memory')
(updated basic eval chart)
Line 5: Line 5:
  
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 +
  hddrem        [label="Find and remove hard drive", fontsize="11", shape="box", style="bold"]
 +
  busted        [label="Is the laptop visibly broken?", fontsize="11"]
 +
  ask          [label="Ask an instructor what to do with it" fontsize="11", shape="ox", style="bold"]
 
   usb          [label="Does it have USB?", fontsize="11"]
 
   usb          [label="Does it have USB?", fontsize="11"]
 
   apples        [label="Is it an Apple?", fontsize="11"]
 
   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"]
+
   macpile      [label="Give it to an instructor.\nDo not mine.", fontsize="11", shape="box", style="bold"]
  hddrem        [label="Find and remove hard drive", fontsize="11", shape="box", style="bold"]
 
 
   powerable    [label="Does it have RAM\nand a power supply?", fontsize="11"]
 
   powerable    [label="Does it have RAM\nand a power supply?", fontsize="11"]
 
   getpower      [label="Add RAM or power supply", fontsize="11"]
 
   getpower      [label="Add RAM or power supply", fontsize="11"]
 
   poweron      [label="Does it power on?\n Does it have a working screen?\n Does it post?", fontsize="11"]
 
   poweron      [label="Does it power on?\n Does it have a working screen?\n Does it post?", fontsize="11"]
   handwavy      [label="Consult Troubleshooting Guide \n Or Ask an Instructor.", fontsize="11", shape="box", style="bold"]
+
   handwavy      [label="Consult Laptops FAQ on wiki \n Or Ask an Instructor.", fontsize="11", shape="box", style="bold"]
 
   procclass    [label="Can you find\n the Processor Info?\n (try entering BIOS)" fontsize="11"]
 
   procclass    [label="Can you find\n the Processor Info?\n (try entering BIOS)" fontsize="11"]
 
   enoughproc    [label="Does it fit into one of the specs?", fontsize="11"]
 
   enoughproc    [label="Does it fit into one of the specs?", fontsize="11"]
  memtest      [label="Include appropriate amount of memory\n and run 3 passes of Memtest", fontsize="11"]
 
  keeper        [label="See Keeper Chart", fontsize="11", shape="box", style="bold"]
 
 
   whatzit      [label="Run Memtest\n(Don't know how?  Ask someone!)" fontsize="11"]
 
   whatzit      [label="Run Memtest\n(Don't know how?  Ask someone!)" fontsize="11"]
   record       [label="Fill out keeper label\n (see note about\n keeper labels below)" fontsize="11"]
+
   keeper       [label="Fill out keeper label" fontsize="11", shape="box", style="bold"]
  recycle      [label="Pull the Hard Drive", fontsize="11"]
+
   incoming      [label="Recycle That Laptop!",fontsize="11", shape="box", style="bold"]
   incoming      [label="Go to Recycling Chart",fontsize="11", shape="box", style="bold"]
 
 
    
 
    
  
  
   start      -> usb
+
   start      -> hddrem
 +
  hddrem      -> busted
 +
  busted      -> ask [label="YES"]
 +
  busted      -> usb [label="NO"]
 
   usb        -> apples  [label="YES"]
 
   usb        -> apples  [label="YES"]
   usb        -> recycle [label="NO"]
+
   usb        -> incoming [label="NO"]
 
   apples      -> macpile [label="YES"]
 
   apples      -> macpile [label="YES"]
   apples      -> hddrem [label="NO"]
+
   apples      -> powerable [label="NO"]
  hddrem      -> powerable
 
 
   powerable  -> poweron [label="YES"]
 
   powerable  -> poweron [label="YES"]
 
   powerable  -> getpower [label="NO"]
 
   powerable  -> getpower [label="NO"]
Line 38: Line 39:
 
   procclass  -> whatzit [label="NO"]
 
   procclass  -> whatzit [label="NO"]
 
   whatzit    -> enoughproc
 
   whatzit    -> enoughproc
   enoughproc  -> memtest [label="YES"]
+
   enoughproc  -> keeper [label="YES"]
   enoughproc  -> recycle [label="NO"]
+
   enoughproc  -> incoming [label="NO"]
  memtest    -> record
+
  record      -> keeper
 
  recycle    -> incoming
 
 
   
 
   
 
}
 
}
 
</graphviz>
 
</graphviz>
 
 
 
== What to Write on Keeper Labels ==
 
* Make
 
* Model
 
* Processor Type & Speed
 
* In the Notes section:
 
:* which key to enter BIOS?
 
:* which type of RAM?
 
:* hard to find locations of parts (i.e. hard drive behind battery?)
 
:* anything the laptop builder or eventual owner would need/like to know
 
  
 
== Memtest Notes ==
 
== Memtest Notes ==

Revision as of 15:00, 29 May 2009

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

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.