> From [EMAIL PROTECTED] Thu Mar  7 12:11:09 2002
> Date: Thu, 7 Mar 2002 20:15:56 +0100
> From: Wolfgang Wegner <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: LPRng: ifhp[.conf] woes
>
> Hi,
>
> I am trying to properly set up my lexmark 4039 and have some problems
> with ifhp.
> Starting with the easy ones:
> the lexmark handles PJL input tray selection a bit different. So I 
> added LPAPERSOURCE to pjl_vars_set, and some lines like these:
>
> pjl_tray2=@PJL SET LPAPERSOURCE = TRAY2
> pjl_intray2=[ pjl_tray2 ]
> pjl_tray3=@PJL SET LPAPERSOURCE = FEEDER
> pjl_intray3=@PJL SET LPAPERSOURCE = FEEDER
>
> The funny thing is, that "lpr -Ztray2" works, but "lpr -Zintray2" does not.
> If I double the entry, like for tray3, result is as expected... Did I do
> anything wrong here? (I just copied the entries from other printers...)
>
> Second thing is: is something like "pjl_user_opts-=..." possible (and I
> only did anything else wrong), or do I really have to explicitly set
> everything if I want to remove any earlier entry?
>
> I just upgraded from ifhp-3.4.4 to 3.5.6 5 minutes ago, but at least the
> tray selection problem is with both versions...
>
> Thanks,
> Wolfgang

Try:
 pjl_user_opts+=[ tray2 tray3 ]
 pjl_tray2=@PJL SET LPAPERSOURCE = TRAY2
 pjl_intray2=[ tray2 ]

 pjl_tray3=@PJL SET LPAPERSOURCE = FEEDER
 pjl_intray3=[ tray3 ]

-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to