akonstam@xxxxxxxxxxx wrote:
On Wed, Nov 09, 2005 at 10:42:32AM +1000, david walcroft wrote:
I set up cups printing with this default printer in FC4
/etc/cups/ppd/PSC-2110.ppd
and I set "lpoptions" to suit the PSC-2110, but when I print I see that
my lpoptions are not used and in /etc/cups/cups/cups.conf I find
/<Location /printers/psc-2100-series--1> taking over as default
This is the end of cupsd.conf:
#
# End of "$Id: cupsd.conf.in,v 1.17 2005/01/03 19:29:45 mike Exp $".
#
<Location /printers/PSC-2110>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
</Location>
# Lines below are automatically generated - DO NOT EDIT
<Location /printers/psc-2100-series--1>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
Listen 127.0.0.1:631
I can not find where psc-2100-series--1 is coming from so How can I
stop this occuring
Thanks david
-m not sure how you are configuring you printer but in cupsd.conf the
line:
<Location /printers/PSC-2110>
Should appear after the:
# Lines below are automatically generated - DO NOT EDIT
and be generated by the system for the default printer. Did you put
that line explicitly in the file? Also how did you set the default
printer? From the cups web interface or by executing:
lpoptions -d PSC-2110 ?
=======================================================================
A nuclear war can ruin your whole day.
-------------------------------------------
Aaron Konstam
Computer Science
Trinity University
telephone: (210)-999-7484
I set up the printer up via http://localhost:631/printers including
default.No I did not add any lines in /etc/cups/cups.conf. This is my
lpoptions:
lpoptions -p PSC-2110 -o job-sheets=none,none -o cpi=12 -o lpi=6 -o
outputorder=reverse -o page-left=10 -o page-right=10 -o page-top=20 -o
page-bottom=42 -o media=A4,MultiPurpose -o wrap=true -o scaling=100
Thanks david