Network printer

I have a printer attached to my iMac, a HP Laserjet P2015 the queue name are HP_LaserJet_P2015_Series and the iMac IP is 192.168.1.2 and I try to install it on my FreeBSD 9.2 PC in CUPS with ipp://192.168.1.2/HP_LaserJet_P2015_Series but in CUPS it says the queue is wrong.
Code:
The printer URI is incorrect or no longer exists
I have even tried HTTP and nothing works, CUPS is running.
 
Have you tried adding the port number to you ip?
Code:
ipp://192.168.1.2:631/HP_LaserJet_P2015_Series
Also make sure that CUPS is configured to accept jobs from your ip address.
 
Back
Top