I’m usually the chief sysadmin in the family for the things like the printer and the Windows boxes. In the interests of making it easier for myself in the future and hopefully others, here are a couple of things I fixed this week.
For some reason the printer, an old but still very productive HP Color Laserjet 4550 that cost a horrendous amount when we first bought it back in 1998 or thereabouts, started having conniptions when we wanted to print out files. Mostly it blew up on OpenOffice or Microsoft Word documents. The error was 49.4C04 Service Error. Poking around on the web revealed a bunch of completely useless information:
- Turn the computer off, wait a minute, turn it back on, this only ever happens once and rebooting the printer solves the problem
- Wrong! The next thing I printed caused one line of wingdings to be printed per page for many pages despite pressing the cancel button; turning the power off resulted only in paper jams and the same error message.
- Caused by a defective network card; replace
- Not in this case; it’s a parallel (LPT1) connection directly into the networked PC
- Caused by third-party memory; take it out
- Again, not in this case since I never bothered installing more memory
What did work was reinstalling the drivers. Not the PCL 6 drivers that Windows tried to tell me to take, the PCL 5 drivers. Those PCL 5 drivers actually work on our system, unlike the PCL 6 drivers.
The other problem that I found the solution to was the size of the Norton Protected Recycle Bin. I installed this some years ago, have never used it, and found that it kept growing. And growing. And wouldn’t let itself be cleaned up, no matter how often I told it to purge itself. So I uninstalled and then tried to delete the recycler/nprotect directory files. No dice. The Norton website suggestion didn’t work either (sounds weird, but it’s true); what did work was the suggestion I found online: rmdir /s \\?\C:\RECYCLER\NPROTECT. I suspect the Norton recycle bin will not be reinstalled on my system.
HP’s printer error messages are remarkably unhelpful, as is the company’s online help about them. I still get people coming to my site about a specific error that I answer better than HP does. Sad.