Installing Printers With CUPS and the Solaris 10 8/07 OS for x86 PlatformsVinod Hingorani, January 2008 My goal was to set up a monochromatic laser printer (for example, the Brother HL-2040) on the Solaris 10 8/07 Operating System for x86 platforms (not Solaris Express Developer Edition). I ran into several problems, even after using information from several excellent Internet resources. If your printer is supported out of the box with the existing drivers supplied in the Common UNIX Printing System (CUPS) packages, which are on the companion CD for the Solaris 10 OS, then you are in luck. Otherwise, certain files may be missing or the paths might not be not set, so read on. Note: The following procedure assumes you did a complete Solaris 10 installation. 1. Follow the excellent blog by Dan Anderson, Using CUPS Print Server for Solaris 10, completely, bit by bit, byte by byte. Note: Make sure you install CUPS in If your printer works, don't read further. 2. Look for your printer-specific PostScript Printer Descriptions (PPDs) in The Brother HL-2060 PPD worked fine for my Brother HL-2040 printer. 3. Download 4. Copy 5. Edit Note: This assumes that the ghostscript interpreter my $execpath = "NONE/bin:/usr/local/bin:/usr/bin:/bin:/usr/sfw/bin"; Alternatively, you can do the following: a. Edit the b. Add 6. Restart the CUPS daemon: # /etc/init.d/cupsd restart 7. Log out and log back in and check that 8a. Log in to the CUPS administration page (using localhost:631), and then install your printer, using the steps outlined in Dan's web blog (in step #1). 8b. Print a test page from the CUPS web page (using localhost:631). Documentation on how to do this is available on the Internet. 9. If you need to troubleshoot a problem, set the debug mode to Editor's note: This information appeared previously on the Sun Solaris Developer forum.
Comments (latest comments first)Discuss and comment on this resource in the BigAdmin Wiki
Unless otherwise licensed, code in all technical manuals herein (including articles, FAQs, samples) is provided under this License. |
| ||||||||||