Discussion:
insufficient InputSlot choices for PostScript printers
Johannes Meixner
2007-08-07 08:02:11 UTC
Permalink
Hello,

a user reported for HPLIP 2.7.7 (shortened):
-----------------------------------------------------------------
LaserJet 3050 asks for manual confirmation of the media source
...
Whenever I print something on the 3050, e.g. with OO or KOffice
the printer beeps (alarm) and asks to press the tick in order
to choose the media source.

In 2.6.7 it did not continue before the user pressed the tick
with 2.7.7 it still displays the same message and beeps,
yet continues to print without any interaction.

In the printer's settings Tray 1 (Manual) is set to off
and I cannot choose any other tray as media source than Tray 1.
So if Tray 1 is not the 250 pages tray that might explain
the issue.
-----------------------------------------------------------------

I guess it is somehow a duplicate of what I reported some time ago:
http://sourceforge.net/mailarchive/forum.php?forum_name=hplip-devel&max_rows=25&style=flat&viewmonth=200611&viewday=16

I don't know which exact PPD the user uses but I guess it is
HP_LaserJet_3050.ppd "HP LaserJet 3050 Postscript (recommended)"
because in this PPD there is no other choice than "Tray 1" for
the InputSlot which matches to what the user reported.

In contrast HP-LaserJet_3050-hpijs.ppd "HP LaserJet 3050 Foomatic/hpijs"
has a lot of InputSlot choices for the same printer model
so that it seems the InputSlot choices in the PostScript PPD
are insufficient.

Using HPLIP 2.7.7 I searched all its PPDs to find those
where there is only one choice for InputSlot:
-------------------------------------------------------------------
$ for p in $( rpm -ql hplip | grep '\.ppd\.gz$' ) \
do test "1" = "$( zgrep '^\*InputSlot' $p | wc -l )" \
&& zgrep '^\*NickName' $p \
done

*NickName: "HP LaserJet 1200 Postscript (recommended)"
*NickName: "HP LaserJet 1220 Postscript (recommended)"
*NickName: "HP LaserJet 3050 Postscript (recommended)"
*NickName: "HP LaserJet 3052 Postscript (recommended)"
*NickName: "HP LaserJet 3200 Postscript (recommended)"
*NickName: "HP LaserJet 3300 Series Postscript (recommended)"
*NickName: "HP LaserJet 4ML v2013.003 Postscript (recommended)"
*NickName: "HP LaserJet 4MP v2013.103 Postscript (recommended)"
*NickName: "HP LaserJet 3015 Postscript (recommended)"
*NickName: "HP LaserJet 3020 3030 Postscript (recommended)"
*NickName: "HP LaserJet 3380 Postscript (recommended)"
-------------------------------------------------------------------

Could you please check at least those PPDs if the choice
for InputSlot and its default setting together with
the ManualFeed default setting are really correct.


Kind Regards
Johannes Meixner
--
SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany
AG Nuernberg, HRB 16746, GF: Markus Rex

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
Johannes Meixner
2007-08-09 14:20:02 UTC
Permalink
Hello,
Post by Johannes Meixner
-----------------------------------------------------------------
LaserJet 3050 asks for manual confirmation of the media source
...
Whenever I print something on the 3050, e.g. with OO or KOffice
the printer beeps (alarm) and asks to press the tick in order
to choose the media source.
...

Is perhaps
http://sourceforge.net/mailarchive/message.php?msg_name=200708081024.l78AOl406562%40sun80.thp.Uni-Koeln.DE
also related (or perhaps actually the same problem)?

Kind Regards
Johannes Meixner
--
SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany
AG Nuernberg, HRB 16746, GF: Markus Rex

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
Loading...