I see the problem and found the bug that is causing this behaviour. It
will be fixed in the next release
of hplip.
The problem is in services.cpp (hplip-1.7.3/prnt/hpijs)
look for UXServices::MapPaperSize
towards the end of this function, you will see
 if((r = pPC->SetPaperSize (....
 {
     ....
     return -1
 }
Copy the two lines above this if block
    PaperWidth = pPC->Physical...
    PaperHeight = pPC->Physical...
and paste the two lines inside the if block before return -1 statement
save the file, make and install

I don't have any idea why your 6.10 system hangs, just upgrade to
hplip-1.7.3 and see if that fixes it.
Raghu

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Albert
Astals Cid
Sent: Tuesday, April 03, 2007 7:37 AM
To: hplip-help@lists.sourceforge.net
Subject: [Hplip-help] Problem printing a PS file

Hi, i am having problems printing a PS file. 

In my main machine Kubuntu 6.10 with 1.6.9 shipped with Kubuntu the
printer hangs when sending the PS file to be printed.

In my secondary machine with Kubuntu 7.04 and HPLIP 1.7.3 downloaded
from your web site the printer no longer hangs but it prints wrong.

The problem is that the file is somewhat "confidential" so i would
prefer sending it to an individual person rather than to the whole
mailing list. 

I've confirmed the file is correct as a friend told me he can print the
file correctly on three different printers that are pure PostScript
printers.

Any developer that wants the file?

I am using a HP PSC 1610.

Thanks.

Albert

------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT Join
SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
HPLIP-Help mailing list
HPLIP-Help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hplip-help

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
HPLIP-Help mailing list
HPLIP-Help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hplip-help

Reply via email to