[Bug 58908] Re: HP PSC 2110 printer PJL ENTER LANGUAGE=PCL3GUI

2006-09-07 Thread Pascal De Vuyst
*** This bug is a duplicate of bug 55828 ***

Thanks for your bug report.
This bug has already been reported into our bug tracking system as bug #55828.
Marking as a duplicate of bug #55828, please add further comments to that bug 
report.

** This bug has been marked a duplicate of bug 55828
   PJL output from 1.2.2 client over IPP

-- 
HP PSC 2110 printer PJL ENTER LANGUAGE=PCL3GUI
https://launchpad.net/bugs/58908

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 58908] Re: HP PSC 2110 printer PJL ENTER LANGUAGE=PCL3GUI

2006-09-05 Thread Pascal De Vuyst
@Till

 This is not a bug in Ubuntu. It is wrongly configured. What you 
 are doing is to let the client convert the PostScript coming from 
 the applications into PCL and this is sent to the server which 
 assumes it to be plain text and tries to convert it to PCL again, 
 and the result on the paper looks like if you open a PCL file with a
 text editor.

I was thinking the same a while ago, see bug #55828. But this really is a bug, 
an upstream STR has been filed for this: 
http://www.cups.org/str.php?L1881+P0+S0+C0+I0+E0+Q1881.
This problem is fixed in CUPS 1.2.3 (not yet included into Dapper or Edgy, but 
coming soon).

-- 
HP PSC 2110 printer PJL ENTER LANGUAGE=PCL3GUI
https://launchpad.net/bugs/58908

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 58908] Re: HP PSC 2110 printer PJL ENTER LANGUAGE=PCL3GUI

2006-09-04 Thread Till Kamppeter
This is not a bug in Ubuntu. It is wrongly configured. What you are
doing is to let the client convert the PostScript coming from the
applications into PCL and this is sent to the server which assumes it to
be plain text and tries to convert it to PCL again, and the result on
the paper looks like if you open a PCL file with a text editor.

In a network environment with CUPS the printer filters and drivers are
always only on the server.

The easiest should be to have the following lines in the server's
/etc/cups/cupsd.conf:

Browsing On
BrowseAddress @LOCAL

and to restart the CUPS daemon there.

THe client's /etc/cups/cupsd.conf should contain:

Listen *:631
Browsing On
BrowseAllow @LOCAL
BrowseDeny All
BrowseOrder deny,allow

Restart the CUPS daemin on the client(s), too. Remove your print queues
for the PSC 2110 from your clients. Wait for 30 seconds and the server's
print queue should automatically get visible on the clients.

See also

http://www.linuxprinting.org/~till/printing-tutorial/tut.html


** Changed in: gnome-cups-manager (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
HP PSC 2110 printer PJL ENTER LANGUAGE=PCL3GUI
https://launchpad.net/bugs/58908

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 58908] Re: HP PSC 2110 printer PJL ENTER LANGUAGE=PCL3GUI

2006-09-04 Thread Till Kamppeter
I have forgotten one thing:

Also the server needs

Listen *:631

(do not forget to restart the CUPS daemon after this change).

-- 
HP PSC 2110 printer PJL ENTER LANGUAGE=PCL3GUI
https://launchpad.net/bugs/58908

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs