Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 32656
Collapse All | Expand All

(-)official/printing-howto.xml (-2 / +20 lines)
Lines 57-64 Link Here
57
</p>
57
</p>
58
58
59
<pre caption = "Editing /etc/make.conf">
59
<pre caption = "Editing /etc/make.conf">
60
<comment>add <i>cups</i> and <i>usb</i> (if you are using a USB printer connection) to your existing USE var list. </comment>
60
<comment>add cups, foomaticdb, ppds and usb (if you are using a USB printer connection) to your existing USE var list. </comment>
61
USE="cups usb other_var1 other_var2"
61
USE="cups foomaticdb ppds usb other_var1 other_var2"
62
</pre>
62
</pre>
63
63
64
<p>
64
<p>
Lines 286-291 Link Here
286
file. The easiest way to generate a PPD is through foomatic.
286
file. The easiest way to generate a PPD is through foomatic.
287
</p>
287
</p>
288
288
289
<note>
290
Another way is to download a PPD file from <uri
291
link="http://www.linuxprinting.org">LinuxPrinting.org</uri> and place it in
292
<path>/usr/share/cups/models</path>. If you use this method, you can skip the
293
rest of this section and continue with <uri link="#doc_chap5">CUPS
294
Configuration</uri>.
295
</note>
296
289
<p>
297
<p>
290
Three pieces of information are necessary in order to make the below command 
298
Three pieces of information are necessary in order to make the below command 
291
work; you need your printer ID, printer device, and your print driver (this 
299
work; you need your printer ID, printer device, and your print driver (this 
Lines 311-316 Link Here
311
</pre>
319
</pre>
312
320
313
<p>
321
<p>
322
If grepping for the driver doesn't work, you can search for your printer on <uri
323
link="http://www.linuxprinting.org">LinuxPrinting.org</uri> and check what
324
drivers it is known to work with. Then pick one of those drivers and install:
325
</p>
326
327
<pre caption="Installing a PPD driver">
328
# <i>foomatic-configure -s cups -p &lt;printer model&gt; -c &lt;printer device&gt; -n &lt;queue name&gt; -d &lt;driver&gt;</i>
329
</pre>
330
331
<p>
314
Now, here's a more specific example. The following code assumes that you have 
332
Now, here's a more specific example. The following code assumes that you have 
315
an Epson Stylus Color 980. Of course, you should replace this with your actual
333
an Epson Stylus Color 980. Of course, you should replace this with your actual
316
printer model.
334
printer model.

Return to bug 32656