At work our color printing system has always been a little on the finicky side. Recently I had only 1 out of 4 Mac OS X boxes able to send jobs to that printer but it worked fine when I set up a network print share on my Windows DC.
Instead of struggling with the unreliable internal print server, I decided on using OS X's built-in Samba print and file sharing capabilities. Unfortunately Bonjour was less than successful at locating this share I set up. So here are the manual steps I culled from Apple's support site:
- Open the Printer Setup Utility (in System Preferences or in the Utilities folder)
- Under Tiger, select Add Printer and then hold the Option key while clicking the More Printers button. Panther users instead hold the Option key down while selecting Add Printer from the Printers menu.
- Choose Advanced from the menu that pops up.
- Select the Windows Printer via SAMBA dropdown in the Device popup.
- Name the printer and then under Device URI enter the following information (based on a Windows Active Directory network):
smb://username:password@domain_name/server_name/print_share
- Select the appropriate printer driver from the menu or browse one that's been downloaded for the printer.
Keep in mind that you can make this a bit easier if your Mac is part of the directory service already. You then would substitute the device URI as simply:
smb://server_name/print_share
I'm sure that one of these days I will have a post about integrating the Macs with AD... For the time being, the SMB printing with the full URI works nicely and faster than the device's internal print server.