Aye Aye IP Printing! Help
February 7, 2007 4:57 AM
Subscribe
So, following the advice on a few previous MeFi threads, I bought an old HP Laserjet 5M printer for $80 on eBay that promises to do everything I ever dreamt of (pretty printing, cheap, duplex--there seem to be lots of these around, coming off corporate leases). IF I can figure out how to get the connection to a router and to my Mac G5 to work, that is.
I'm looking for any of the following:
1. Ideally, someone who'll say, d'oh, here's where you went wrong.
2. Alternately, any advice for where to get help to figure this out (I've spent way too many hours Googling without success).
THE GORY DETAILS
HP Laserjet 5M ---> Netgear WGR614v6 router ---> iMac G5, OS 10.4.8
The appropriate lights on the printer's ethernet port and the router are on, suggesting there is an actual connection. BUT I can't telnet the printer or ping it. The router does not "see" the printer under Attached Devices. I've tried adding a printer under OS X and entering the printer's IP address, but when I try to print I get an error message that says "Unable to connect to printer; trying again in 30 seconds."
Router details:
UPnP is on
Router is being used as DHCP server (Starting IP Address 192.168.1.2; Ending 192.168.1.51); the IP address on the printer is (manually set to) 192.168.1.51; the server has reserved the address 192.168.1.51 for the printer's MAC address.
Thanks for ANY clues!
posted by agent99 to computers & internet (21 comments total)
4 users marked this as a favorite
The key to it all is finding the right printer string. Skip the OSX gui front end, and just go straight to http://localhost:631/ to hit the CUPS subsystem directly. You might need your 'short username' (check system preferences -> user accounts) if you have a long username, and an account with admin privs.
Now, add printer. Fill in the name -- next you want LPD/LPR. Now, lpd://192.168.1.51/XXX ... and the XXX is the tricky bit to find out. You can try LP, LPD, LPT1, etc ... one of them'll work and then everything falls into place - or, at least it did when I had what sounds like the same problem.
(that CUPS interface also has a handy 'print test page' button to save a few more mouse clicks, too)
Best of luck.
posted by devbrain at 5:22 AM on February 7, 2007 [1 favorite]