On Wed, 12 Dec 2001, John P. Verel wrote:

> > > >
> > > >       Recently I updated my computer from redhat 7.0 to 7.2 and now I can't
> > > > use printers as before. I use a HP LJ2100 printer I had two printers
> > > > configured, one with the normal behaviour and the other configured to
> > > > print 2 pages per page, but with redhat 7.2 it doesn't work. I can still
> > > > use the printer with the normal behaviour, but I don't know how to
> > > > configure it to print 2 pages per page.
> > > >
> > > >       Does anybody know how to make it

        Possibly (?)

        7.2 uses LPRng and (I think) 7.0 used lpr  Lprng has a file
        /etc/lpd.conf which controls al the config stuff (not surprisingly)
        What follows is a "diff" of the original and what is in place now
        (and it works fine

diff /etc/lpd.conf /etc/lpd.conf.orig
<    [EMAIL PROTECTED]
---
> #   default mail_operator_on_error=  (STRING)
238,239c238,239
< # Purpose: maximum eopies allowed
<    mc=128
---
> # Purpose: maximum copies allowed
> #   default mc=1  (INTEGER)
343c343
<    send_failure_action=hold
---
> #   default send_failure_action=remove  (STRING)
353c353
<    sendmail_to_user off
---
> #   default sendmail_to_user  (FLAG on)

        You'll see the default is mc=1 whereas I have set the default
        multiple copies (mc) to 128 - delete the word 'default' and
        keep the line  mc=128

Now you should not have to touch your 2 copies / page setup (in
/etc/printcap ?)

cheers, Kyle Hargraves




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to