Difference between revisions of "Laserjet Testing"

From FreekiWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<graphviz>
+
{{cleanup}}
digraph{
 
  
start [label="Start", shape="box"]
+
==Procedure==
missing_parts [label="Is it missing parts?\n(Cords don't count)"]
 
which_parts [label="Are the missing parts\ncosmetic (coverings) or\nvital (won't work without them)?"]
 
4 [label="Is it an HP Laserjet 4 or higher?"]
 
find_toner [label="Can you find toner for it?"]
 
recycle [label="Follow Recycling Prep flowchart.", shape="box"]
 
p [label="Mark it with a 'P'", shape="box"]
 
connect_printer [label="Connect to computer.\nFollow instructions below.\nCan you get it to print?"]
 
sell [label="Follow instructions for\nwrapping up and sending off" shape="box"]
 
quality [label="Is the output\n good quality?\ni.e. no striped black or color?"]
 
ask [label="Ask what to do.", shape="box"]
 
  
start -> 4
+
* Identify model series
4 -> missing_parts [label="YES"]
+
# If it is HP 2000+ series continue  testing
missing_parts -> find_toner [label="NO"]
+
# Otherwise, junk it
missing_parts -> which_parts [label="YES"]
 
which_parts -> recycle [label="Vital"]
 
which_parts -> find_toner [label="Cosmetic"]
 
4 -> recycle [label="NO"]
 
find_toner -> p [label="NO"]
 
find_toner -> connect_printer [label="YES"]
 
p -> recycle
 
connect_printer -> ask [label="NO"]
 
connect_printer -> quality [label="YES"]
 
quality -> sell [label="YES"]
 
  
 +
* Examine and determine if all necessary casing/components are attached
 +
# Use common sense, such as: "If I saw this printer would I want to buy this as is?".
 +
# If it looks like junk, then junk it.
  
}
+
* Locate Toner Cartridge
</graphviz>
+
#Typically located under a top-front panel, if you can't locate it immediately just root around in the panels. If you still can't locate the toner ask for help or assume the toner is missing.
 +
# Does it appear to be damaged or leaking? If not:
 +
#* Replace w/ necessary component
 +
#* Otherwise, junk it
  
==INSTRUCTIONS FOR PRINTING IN UBUNTU:==
+
* Locate Paper Tray
 +
# Replace small amount of paper
 +
 
 +
* Check for errors on display
 +
# Is the error physical/mechanical?
 +
#* If problem is easily repaired, such as a paper jam, repair.
 +
#* Otherwise, junk it
 +
# Is the error software?
 +
#* If you know exactly what the problem is, great. Otherwise, ask for assistance and determine whether or not the problem has an easy solution. If the problem doesn't have an easy solution, such as a "Memory Error...", junk it
 +
 
 +
* Locate ports
 +
# Attach necessary connections
 +
#* Power, parallel, CAT, etc... are typically located under the larger work tables.
 +
 
 +
==Instructions for printing in Ubuntu:==
  
 
*Connect via USB or LPT to one of the testing machines. If you're using LPT, check to make sure there is a switch and it's set correctly.
 
*Connect via USB or LPT to one of the testing machines. If you're using LPT, check to make sure there is a switch and it's set correctly.
*If you're using USB, Ubuntu should find your printer and allow you the option to configure it. Do that and print a test page.
+
*If you're using USB, Ubuntu should autodetect the printer. Print a test page.
*If your USB connection isn't found or you're using LPT go to '''System > Administration > Printing''' and either find the appropriate driver in the left menu, or create one. Get help if you hit a snag. Then print a test page.
+
*If the printer isn't autodetected go to '''System > Administration > Printing''' and add a new printer. Be sure to follow the recommendations made for driver selection and options. Get help if you hit a snag. Then print a test page.
 
*Delete the printer profile from the menu when you're done.
 
*Delete the printer profile from the menu when you're done.
  
==INSTRUCTIONS FOR WRAPPING UP AND SENDING OFF:==
+
==Instructions for wrapping and sending off==
  
There are three things we need to do with a Laserjet before we can sell it or give it away:
+
There are several things we need to check with a Laserjet before we can sell it or give it away:
  
# Print a nice, clear test page (to package with the printer).
 
 
# Print an Ubuntu test page (to package with the printer).
 
# Print an Ubuntu test page (to package with the printer).
 +
#*Include:
 +
##A brief description, such as: "Tested and works."
 +
##Any new/replaced toner
 +
##A date
 
# Make sure it has all of its covers and, if applicable, paper trays.
 
# Make sure it has all of its covers and, if applicable, paper trays.
 
# Make sure it has some working toner in it.
 
# Make sure it has some working toner in it.
Line 56: Line 58:
 
# We keep some parts, in specially marked boxes, on the shelves.
 
# We keep some parts, in specially marked boxes, on the shelves.
 
# There are numerous online resources for error codes on the internet, including in the [[Printers]] sidebar.
 
# There are numerous online resources for error codes on the internet, including in the [[Printers]] sidebar.
 +
 +
==Disposal==
 +
 +
* Locate Network Interface Card(NIC)
 +
# Is it an add-on parallel or 10 Base-T card?
 +
#* Remove and place in NIC bin for further testing.
 +
#*Otherwise, disregard the card.
 +
 +
*Remove
 +
# Paper from all trays.
 +
# Toner Cartridges
 +
#* Carefully inspect area surrounding cartridge for leaks and vacuum remnants of toner(s).
 +
#* Place cartridge in bin marked for toner disposal. If you're unsure as to where this is ask for assistance.
  
 
Good luck! Here is the link to the old version of this page: [[HP Laserjet Printer Repair]]
 
Good luck! Here is the link to the old version of this page: [[HP Laserjet Printer Repair]]
 +
 +
[[Category:Printers]]
 +
[[Category:Hardware Testing]]

Latest revision as of 14:09, 17 May 2013

This page or section appears to be out of date or otherwise inaccurate.
Please edit as seems necessary, removing the {{cleanup}} tag when you are through.


Procedure

  • Identify model series
  1. If it is HP 2000+ series continue testing
  2. Otherwise, junk it
  • Examine and determine if all necessary casing/components are attached
  1. Use common sense, such as: "If I saw this printer would I want to buy this as is?".
  2. If it looks like junk, then junk it.
  • Locate Toner Cartridge
  1. Typically located under a top-front panel, if you can't locate it immediately just root around in the panels. If you still can't locate the toner ask for help or assume the toner is missing.
  2. Does it appear to be damaged or leaking? If not:
    • Replace w/ necessary component
    • Otherwise, junk it
  • Locate Paper Tray
  1. Replace small amount of paper
  • Check for errors on display
  1. Is the error physical/mechanical?
    • If problem is easily repaired, such as a paper jam, repair.
    • Otherwise, junk it
  2. Is the error software?
    • If you know exactly what the problem is, great. Otherwise, ask for assistance and determine whether or not the problem has an easy solution. If the problem doesn't have an easy solution, such as a "Memory Error...", junk it
  • Locate ports
  1. Attach necessary connections
    • Power, parallel, CAT, etc... are typically located under the larger work tables.

Instructions for printing in Ubuntu:

  • Connect via USB or LPT to one of the testing machines. If you're using LPT, check to make sure there is a switch and it's set correctly.
  • If you're using USB, Ubuntu should autodetect the printer. Print a test page.
  • If the printer isn't autodetected go to System > Administration > Printing and add a new printer. Be sure to follow the recommendations made for driver selection and options. Get help if you hit a snag. Then print a test page.
  • Delete the printer profile from the menu when you're done.

Instructions for wrapping and sending off

There are several things we need to check with a Laserjet before we can sell it or give it away:

  1. Print an Ubuntu test page (to package with the printer).
    • Include:
    1. A brief description, such as: "Tested and works."
    2. Any new/replaced toner
    3. A date
  2. Make sure it has all of its covers and, if applicable, paper trays.
  3. Make sure it has some working toner in it.
  4. Make it somewhat clean.
  5. Include a power cord with it.
  6. Have a coordinator check it off.

How we get through this checklist is a little imprecise. Here are some resources.

  1. We keep some toner, marked by model numbers, in boxes under the testing bench:
  2. We keep some parts, in specially marked boxes, on the shelves.
  3. There are numerous online resources for error codes on the internet, including in the Printers sidebar.

Disposal

  • Locate Network Interface Card(NIC)
  1. Is it an add-on parallel or 10 Base-T card?
    • Remove and place in NIC bin for further testing.
    • Otherwise, disregard the card.
  • Remove
  1. Paper from all trays.
  2. Toner Cartridges
    • Carefully inspect area surrounding cartridge for leaks and vacuum remnants of toner(s).
    • Place cartridge in bin marked for toner disposal. If you're unsure as to where this is ask for assistance.

Good luck! Here is the link to the old version of this page: HP Laserjet Printer Repair