FS#14421 - Printing doesn't work anymore with HPLIP 3.9.2 and CUPS 1.3.10
Attached to Project:
Arch Linux
Opened by Heiko Baums (cyberpatrol) - Wednesday, 22 April 2009, 00:09 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 01 May 2009, 16:51 GMT
Opened by Heiko Baums (cyberpatrol) - Wednesday, 22 April 2009, 00:09 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 01 May 2009, 16:51 GMT
|
Details
Description:
Since the CUPS update to 1.3.10 and with HPLIP 3.9.2 the printer settings for the HP DeskJet 960C can't be set anymore in the CUPS webinterface, in some GTK based applications (Claws Mail and Mousepad) printing is not possible anymore, and the hp-toolbox crashes, when the tab "Printer settings" is opened. See my bug reports to upstream: https://bugs.launchpad.net/hplip/+bug/364899 https://bugs.launchpad.net/hplip/+bug/364905 http://www.cups.org/str.php?L3163 With HPLIP 3.9.2 and CUPS 1.3.9 these problems don't occur. And I guess, that not only the HP DeskJet 960C is affected, but also any other HP printers. I'd suggest to downgrade cups in extra repo to 1.3.9, until this bug is fixed by upstream, either by the HPLIP or the CUPS devs. |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Friday, 01 May 2009, 16:51 GMT
Reason for closing: Fixed
Additional comments about closing: removed the broken custom cupsd.conf. we now only ship the upstream version.
Friday, 01 May 2009, 16:51 GMT
Reason for closing: Fixed
Additional comments about closing: removed the broken custom cupsd.conf. we now only ship the upstream version.
Detailed printer settings as defined in the ppd files with gutenprint 5.2.3 can not be accessed in the kde printing gui. Printing is possible however.
Wors well while downgrading to cups/libcups 1.3.9
Paul
http://bbs.archlinux.org/viewtopic.php?id=70775
Thanks Andyrtr for pointing this out in another bug thread.
The IPv6 issue is only for administrating CUPS like adding, or deleting printers, but not for printing, and is only Firefox related, because CUPS listens on IPv4 as well as on IPv6. This issue was alreay in CUPS 1.3.9. I solved this issue by changing the authentication method to BasicDigest.
This bug is a different issue.
I installed cups 1.3.10 from abs, but removed the following lines from the PKGBUILD:
# add own cupsd.conf with saner defaults as normal file
rm ${startdir}/pkg/etc/cups/cupsd.conf
install -D -m 644 ${startdir}/src/cupsd.conf ${startdir}/pkg/etc/cups/cupsd.conf
Then I configured /etc/cupsd.conf to my needs (like before), and now CUPS is working again as usual.
So, please, remove cupsd.conf from the package and use the original one from upstream.
After installing cups 1.3.10 from extra repo, execute as root:
cp /etc/cups/cupsd.conf.default /etc/cups/cupsd.conf