]> git.ipfire.org Git - thirdparty/cups.git/blame - README.txt
Change kIOPMAssertRemoteAccess to kIOPMAssertNetworkClientActive...
[thirdparty/cups.git] / README.txt
CommitLineData
9c0e8e5d
MS
1README - CUPS v1.7rc1 - 2013-07-03
2----------------------------------
ef416fc2 3
9c0e8e5d
MS
4*******************************************************
5*******************************************************
6**** ****
7**** PRE-RELEASE SOFTWARE - USE AT YOUR OWN RISK ****
8**** ****
9*******************************************************
10*******************************************************
0cb67df3
MS
11
12Looking for compile instructions? Read the file "INSTALL.txt" instead...
ef416fc2 13
ef416fc2 14
15INTRODUCTION
16
b0f6947b 17 CUPS is a standards-based, open source printing system developed by Apple
37e7e6e0 18 Inc. for OS® X and other UNIX®-like operating systems. CUPS uses the
b0f6947b
MS
19 Internet Printing Protocol ("IPP") and provides System V and Berkeley
20 command-line interfaces, a web interface, and a C API to manage printers and
21 print jobs. It supports printing to both local (parallel, serial, USB) and
22 networked printers, and printers can be shared from one computer to another,
23 even over the Internet!
ef416fc2 24
557dde9f
MS
25 Internally, CUPS uses PostScript Printer Description ("PPD") files to
26 describe printer capabilities and features and a wide variety of generic
27 and device-specific programs to convert and print many types of files.
28 Sample drivers are included with CUPS to support many Dymo, EPSON, HP,
29 Intellitech, OKIDATA, and Zebra printers. Many more drivers are available
30 online and (in some cases) on the driver CD-ROM that came with your printer.
ef416fc2 31
557dde9f
MS
32 CUPS is licensed under the GNU General Public License and GNU Library
33 General Public License versions 2. See the file "LICENSE.txt" for more
34 information.
ef416fc2 35
36
37READING THE DOCUMENTATION
38
557dde9f
MS
39 Once you have installed the software you can access the documentation (and
40 a bunch of other stuff) online at:
ef416fc2 41
4744bd90 42 http://localhost:631/
ef416fc2 43
557dde9f
MS
44 If you're having trouble getting that far, the documentation is located
45 under the "doc/help" directory.
ef416fc2 46
4744bd90 47 Please read the documentation before asking questions.
ef416fc2 48
49
50GETTING SUPPORT AND OTHER RESOURCES
51
557dde9f
MS
52 If you have problems, READ THE DOCUMENTATION FIRST! We also provide many
53 discussion forums which are available at:
ef416fc2 54
4744bd90 55 http://www.cups.org/newsgroups.php
ef416fc2 56
557dde9f 57 See the CUPS web site at "http://www.cups.org/" for other resources.
ef416fc2 58
59
60SETTING UP PRINTER QUEUES USING YOUR WEB BROWSER
61
557dde9f
MS
62 CUPS includes a web-based administration tool that allows you to manage
63 printers, classes, and jobs on your server. Open the following URL in your
64 browser to access the printer administration tools:
ef416fc2 65
4744bd90 66 http://localhost:631/admin/
ef416fc2 67
557dde9f
MS
68 DO NOT use the hostname for your machine - it will not work with the default
69 CUPS configuration. To enable administration access on other addresses,
70 check the "Allow Remote Administration" box and click on the "Change
71 Settings" button.
ef416fc2 72
557dde9f
MS
73 You will be asked for the administration password (root or any other user in
74 the sys/system/root/admin/lpadmin group on your system) when performing any
75 administrative function.
ef416fc2 76
77
78SETTING UP PRINTER QUEUES FROM THE COMMAND-LINE
79
557dde9f
MS
80 CUPS works best with PPD (PostScript Printer Description) files. In a pinch
81 you can also use System V style printer interface scripts.
ef416fc2 82
4744bd90 83 CUPS includes several sample PPD files you can use:
ef416fc2 84
557dde9f 85 Driver PPD Name
61cf44e2
MS
86 ----------------------------- ------------------------------
87 Dymo Label Printers drv:///sample.drv/dymo.ppd
88 Intellitech Intellibar drv:///sample.drv/intelbar.ppd
89 EPSON Stylus Color Series drv:///sample.drv/stcolor.ppd
90 EPSON Stylus Photo Series drv:///sample.drv/stphoto.ppd
91 EPSON Stylus New Color Series drv:///sample.drv/stcolor2.ppd
92 EPSON Stylus New Photo Series drv:///sample.drv/stphoto2.ppd
93 EPSON 9-pin Series drv:///sample.drv/epson9.ppd
94 EPSON 24-pin Series drv:///sample.drv/epson24.ppd
557dde9f
MS
95 Generic PCL Laser Printer drv:///sample.drv/generpcl.ppd
96 Generic PostScript Printer drv:///sample.drv/generic.ppd
61cf44e2
MS
97 HP DeskJet Series drv:///sample.drv/deskjet.ppd
98 HP LaserJet Series drv:///sample.drv/laserjet.ppd
99 OKIDATA 9-Pin Series drv:///sample.drv/okidata9.ppd
100 OKIDATA 24-Pin Series drv:///sample.drv/okidat24.ppd
101 Zebra CPCL Label Printer drv:///sample.drv/zebracpl.ppd
102 Zebra EPL1 Label Printer drv:///sample.drv/zebraep1.ppd
103 Zebra EPL2 Label Printer drv:///sample.drv/zebraep2.ppd
104 Zebra ZPL Label Printer drv:///sample.drv/zebra.ppd
105
106 Run the "lpinfo -m" command to list the available drivers:
107
108 lpinfo -m
109
110 Run the "lpinfo -v" command to list the available printers:
ef416fc2 111
4744bd90 112 lpinfo -v
ef416fc2 113
557dde9f 114 Then use the correct URI to add the printer using the "lpadmin" command:
ef416fc2 115
557dde9f 116 lpadmin -p printername -E -v device-uri -m ppd-name
ef416fc2 117
4744bd90 118 Network printers typically use "socket" or "lpd" URIs:
ef416fc2 119
557dde9f
MS
120 lpadmin -p printername -E -v socket://11.22.33.44 -m ppd-name
121 lpadmin -p printername -E -v lpd://11.22.33.44/ -m ppd-name
122
123 The sample drivers provide basic printing capabilities, but generally do not
124 exercise the full potential of the printers or CUPS. The CUPS web site
125 provides links and drivers:
ef416fc2 126
557dde9f
MS
127 http://www.cups.org/ppd.php PPD files
128 http://www.cups.org/links.php Links to other drivers
ef416fc2 129
130
131PRINTING FILES
132
557dde9f
MS
133 CUPS provides both the System V "lp" and Berkeley "lpr" commands for
134 printing:
ef416fc2 135
4744bd90 136 lp filename
137 lpr filename
ef416fc2 138
557dde9f 139 Both the "lp" and "lpr" commands support printing options for the driver:
ef416fc2 140
557dde9f
MS
141 lp -o media=A4 -o resolution=600dpi filename
142 lpr -o media=A4 -o resolution=600dpi filename
ef416fc2 143
557dde9f
MS
144 CUPS recognizes many types of images files as well as PDF, PostScript,
145 HP-GL/2, and text files, so you can print those files directly rather than
146 through an application.
ef416fc2 147
557dde9f
MS
148 If you have an application that generates output specifically for your
149 printer then you need to use the "-oraw" or "-l" options:
ef416fc2 150
557dde9f 151 lp -o raw filename
4744bd90 152 lpr -l filename
ef416fc2 153
4744bd90 154 This will prevent the filters from misinterpreting your print
155 file.
ef416fc2 156
157
158LEGAL STUFF
159
0fa6c7fa 160 CUPS is Copyright 2007-2013 by Apple Inc. CUPS and the CUPS logo are
d7871c8c 161 trademarks of Apple Inc.
ef416fc2 162
4744bd90 163 The MD5 Digest code is Copyright 1999 Aladdin Enterprises.
ef416fc2 164
557dde9f 165 This software is based in part on the work of the Independent JPEG Group.
ef416fc2 166
557dde9f
MS
167 CUPS is provided under the terms of version 2 of the GNU General Public
168 License and GNU Library General Public License. This program is distributed
169 in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
170 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
171 See the "doc/help/license.html" or "LICENSE.txt" files for more information.