bizzybody
asked Feb 22, 2011 at 3:52am
Cleaning a CLJ 2500 without the toolbox software.
Problem is, the only way to get that Toolbox and status software is off an original HP CD-ROM. Only some updates for it can be downloaded from HP.
Also on the CD-ROM, uncompressed and ready to use, are the PRN files the Toolbox uses for calibration, cleaning and diagnostics, plus a couple of demo pages for wasting toner.
It's easy to use those to run the cleaning without having the Toolbox.
If the printer is connected by parallel port, enter this command from a command prompt. If your printer is on a different port number, change that part.
copy cleaning_page.prn /B LPT1
Remove all paper from the printer then place the printed page face down in tray 1 with the arrow pointed toward the printer.
Now enter this command.
copy clean_mode_page.prn /B LPT1
If the printer is connected to a USB port or a LAN, you must first share the printer from the computer you'll send the cleaning commands from. If you don't share the printer, the commands will return a network path not found error.
Open a command prompt and enter this. (Change HPColorL to your printer's share name.)
copy cleaning_page.prn /B \\\\127.0.0.1\\HPColorL
Remove all paper from the printer then place the printed page face down in tray 1 with the arrow pointed toward the printer.
Now enter this. (Change HPColorL to your printer's share name.)
copy clean_mode_page.prn /B \\\\127.0.0.1\\HPColorL
The printer will make a periodic loud banging noise for a while, then the page will come out the top, face down, with a heavy buildup of toner on the black diagonal stripe. Apparently there's a special path used for this process because normally the upper face of the paper is what gets printed.
I made a couple of batch files with instructions and the commands. If you want those and the PRN files (but not the demo ones) I can e-mail them in a zip file. I don't know if they'll work with anything other than the Color LaserJet 2500 series.
It's also possible to create a standalone installer from the original CD-ROM which only contains the Toolbox and Status software. I did that for English only, with support for Win9x through XP and all variants of the CLJ 2500. All that is 18.1 megabytes. I don't know how much smaller it would be if only support for a single Windows version and single version of the printer were included. Would be nice if HP would pack this up with everything and put it on their support site!
Thank you for sharing.
I tried but can not use your advice since my system does not have that "cleaning_page.prn" file (this is what it says when I try to execute the command).
Could you please tell where to get it from?
Thank you,
V.V.
thanks in advance, kind regards gerul
http://www.axifile.com/en/78914D7FA7 PRNFiles.zip
While the original page that's printed is apparently a special image (and I think that printed page is used to try to get the excess toner to stick to it), it appears that the real meat of it is the PJL code in the next file:
@PJL SET HOSTCLEANINGPAGE=ON
...this appears to cause it to work its magic. Pretty neat, and thanks again!
What would be extra nifty is a cross platform program with a GUI that can detect the printer, where/how it's connected and send the matching files to do the cleaning.
Couple of questions:
Where should I install the files specifically or how do I change the file location syntax in my command to the direct location I've installed them in?
If my printer is connected directly via USB port, how can I determine what the system name is for it?
Thank you for the help! I've had this printer for ten years and I don't want to change it out for a few more years. It still works great - just needs cleaning and with no support for Windows 7... well, here I am.
You can do the copy command from anywhere, just open a command prompt and go to the folder. For example, unzip it to C: using the archive name as the folder name.
From run on the start menu, enter CMD and click OK. Next in the prompt, enter cd\\prnfiles and you're ready to send the prn files to the printer.
I can send the data to the printer, but the output is only a page with the following text :
PCL XL error
Subsystem : KERNEL
Error : MissingAtrribute
Operator : BeginPage
Position 3
Any ideas ?
This is what I did :
copy /b \\\\127.0.0.1\\2550PS
downloaded the files and moved the cleaning_page.prn & clean_mode_page.prn to my user file. users\\carol\\clean...
IN DOS: c:\\users\\carol>copy clean_page.prn /b dot4_002 (which I think is the share name of the printer: got it from after WHERE when I go to the top left FILE/PRINT)
but, when I do the copy in dos, it just makes another copy in the carol\\user file with the name dot4_002
From the description, I would say you have a defective drum wiper blade in your imaging unit. Open the lid and pull it out and look at the surface of the drum. You will undoubtedly see the line in the area it is printing on the page. You will have to replace the imaging unit.
do you mean the green roller in the imaging drum? there are two beige stripes on either side but they are outside of the dimensions of the paper. plus, the vertical line is only on the left side about 3" in.
what is the wiper blade and can I see it without dismantling the drum and perhaps clean it? it is worth a shot as a new drum is $250. !!!
Any other suggestions? I am using the PCL 6 drivers from HP.
New upload location for the cleaning files. https://mega.nz/#!ihgWVYgb
Just found this and the files thanks. I see a Linux user did it but if anyone knows how I'd like to learn as I have an iMac that needs it.
Took me quite some time to find the proper command on Linux, so here it is (so simple when you know...)
lp cleaning_page.prn -d hp_color_LaserJet_2500 (change the name of the printer if needed)
lp clean_mode_page.prn -d hp_color_LaserJet_2500 (change the name of the printer if needed)
Thanks a lot for the files bizzybody!! :)) https://mega.nz/#!XoIBRYSa!JrqhLphgLYkV23A8pTIIxqUI4hdwF_Iqcuao61Cbw4o
Please tell me what is the ICL roller and where it is in HP LJ 2500
The ICL is the Intermediate Cleaning Roller and I believe its part of the Imaging Drum. Its referred to in the Service Manual but no image provided
Hi
I know this is an old post but my 2550n is still working fine except a clean would be useful. I have the toolbox and have downloaded the prn files but I cannot get your process to work. I've tried 20 different ways but it can't find the file 'The system cannot find the file specified' even though I am using the file path to the desktop where it is situated. I even tried >lpr but that didn't work it just produced the Options list.