On Mon, 7 Oct 2002, Ivan Petrovich wrote:
> Margrit Lottmann a e'crit:
>
> > I have integrated a new printer to our print service.
>
> > If the next job starts, the pagecounter has the right value:
> >
> > old_pagecounter + number_of_pages_from_the previous_job
>
> This subject was discussed to great depth in August. Several
> solutions were proposed. Please look in the archive for more details.
>
> The problem is that your printer buffers the input, and tells you that
> it's done printing, when it really isn't. The solution I personally
> adopted is to add a delay using 'pagecount_poll_end'. (If your ifhp
> version is older than 3.5.8, use 'pagecount_poll' instead.)
>
I can't find any helps to that...is "pagecount_poll[_end] an option,
which I can use in my [hp4100] model ??? ...or : how to use it ???
I've found in the archive of this list following mail:
........
On Sun, 25 Aug 2002 00:35:50 -0400 (EDT)
Ryan Novosielski <[EMAIL PROTECTED]> wrote:
> What about all of that XML code that is in there for the Phaser? Is
there
> a modified version for the HP, or are those generally the same? (I'm
> pretty busy lately and trying not to do anything unnecessary).
What about all that XML code in there for the Phaser? Just leave it in
there. You can add other lines for other printers (or that was the
intent).
I'm working on updating the scripts a bit, preferably such that they will
take args from ifhp rather than pulling them from the printcap. You
shouldn't have to use that script for anything other than waitend
functionality, since the PJL pagecounting seems to work just fine with the
HP printers yet. Phasers have a strange idea of when the page counter
should update, which makes them interesting to deal with (at best).
The following XML entries should work for the HP printers:
<printerdata
name="hp4000"
pagecount_oid=".1.3.6.1.2.1.43.10.2.1.4.1.1"
display_oid=".1.3.6.1.2.1.43.16.5.1.2.1.1"
jobstatus_oid=".1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.15"
status_cancelled="10"
status_ok="5">
<status> </status>
</printerdata>
<printerdata
name="hp4050"
pagecount_oid=".1.3.6.1.2.1.43.10.2.1.4.1.1"
display_oid=".1.3.6.1.2.1.43.16.5.1.2.1.1"
jobstatus_oid=".1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.15"
status_cancelled="10"
status_ok="5">
<status> </status>
</printerdata>
<printerdata
name="hp4100"
pagecount_oid=".1.3.6.1.2.1.43.10.2.1.4.1.1"
display_oid=".1.3.6.1.2.1.43.16.5.1.2.1.1"
jobstatus_oid=".1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.15"
status_cancelled="10"
status_ok="5">
<status> </status>
...
Where I can use this script ??? in ifhp ???
???
MfG Margrit Lottmann
+-----------------------------------------------------------------------+
| phone : +49 391 67 18572 |
| +49 391 67 12819 |
| Margrit Lottmann fax : +49 391 67 11134 |
| |
| Otto-von-Guericke-Universitaet Magdeburg |
| Universitaetsrechenzentrum, URZ-N |
| Universitaetsplatz 2 |
| D-39106 Magdeburg, Germany |
| |
| [EMAIL PROTECTED] |
+-----------------------------------------------------------------------+
-----------------------------------------------------------------------------
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.
-----------------------------------------------------------------------------