Why am I not able to print to a LaserJet 4250, but others can?

2

We've got an HP LaserJet 4250 network enabled printer on our network. I normally can print to it, as can anyone else in our office. For some reason I can't print to it now. It appears, to my PC, to be offline, but it doesn't appear that way to others.

Why?

Rod

Posted 2012-04-05T14:06:29.520

Reputation: 1 305

2What operating system(s)? – Shinrai – 2012-04-05T14:09:02.387

@Rod, please tag your question "Windows" if this is happening on a Windows PC (which has been the assumption in the two answers so far). – Scott C Wilson – 2012-04-05T14:27:01.583

Sorry I left that out. I'm using Windows 7. Others are using Windows XP. – Rod – 2012-04-05T14:58:00.203

Answers

2

Since you say you're using Windows 7 and the others are using Windows XP, I've actually seen a printer that does this before (a Xerox Workcentre M20i to be exact). It was incorrectly reporting the online status of the device, so Windows refused to print, but only in Windows 7 (it's ancient so the driver is...questionable). Try this -

  • In Devices and Printers, right-click the printer and select Printer properties.
  • Under the Ports tab, select the port that's currently in use (presumably standard TCP/IP of some sort) and click Configure Port...
  • Uncheck SNMP Status enabled.

This should, in theory, get it to always assume that printer is online. If this is your only problem, it should print properly like this. (The downside is if it ever DOES go offline for realsies, you have no way of knowing.)

Shinrai

Posted 2012-04-05T14:06:29.520

Reputation: 18 051

OK, I'm adding the port settings manually. It gives me a choice of either using raw or LPR for protocol. I don't know what that means, but I'm going to go with Raw for now. I'm leaving the SNMP Status Enabled checkbox, unchecked. – Rod – 2012-04-05T16:07:25.187

OK, that worked, thanks. I've got a Ricoh Aficio MP 4001 PCL6 copier/printer that's giving me the same problem, so I'm guessing I'll have to do the same thing with it. – Rod – 2012-04-05T16:14:10.733

Glad to hear that fixed it! – Shinrai – 2012-04-05T16:50:10.197

0

Sometimes Windows Updates can bollix up the drivers. You may need to reinstall the drivers for this printer.

Go to Control Panel->Devices and Printers and select the printer and remove and re-add the device, or try Troubleshoot and see if this allows you to fix it.

Scott C Wilson

Posted 2012-04-05T14:06:29.520

Reputation: 2 210

OK, I've removed the printer from my Devices and Printers, but cannot add it. It can't find it. – Rod – 2012-04-05T15:15:33.350

I've checked ad the printer's subnet, gateway, etc, are the same as my PC's. – Rod – 2012-04-05T16:05:34.830

0

Click the "Start" button and select "Printers" or "Printers and Faxes" from the menu. A window opens up showing all the printers you can access.

Double-click the printer that is having the issue A new window opens with a list of current print jobs.

Click printer in the menu bar and make sure that "use printer offline" is not checkmarked.

Also, make sure that you can ping the i.p. address of the network printer.

pextris

Posted 2012-04-05T14:06:29.520

Reputation: 351

For my machine, the printer in Devices and Printers, appears offline. I can ping the printer by IP fine. – Rod – 2012-04-05T15:01:00.183

can you connect to the printers http address? – Logman – 2012-04-05T15:21:54.667

Yes, I can connect to the printer's http address fine via a web browser. – Rod – 2012-04-05T16:04:29.200

0

Verify the network connection. Print out the printers network information (OR connect to the printers http web interface from a working computer), and compare the info to your computers ipconfig. Check the ip range and subnet. And make sure you are pinging the correct ip.

Logman

Posted 2012-04-05T14:06:29.520

Reputation: 3 452