You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a Brother HL-L2370DN B/W Duplex laser printer. I added it to CUPS using the IPP Everywhere driver, and until recently, it worked without a problem, using cups-filters-1.28.17 on Gentoo Linux.
However the recent update to cups-filters-2.0.0 broke printing when colored data is to be printed.
The color wheel from the CUPS test page looks like this:
And when printing some red text, it's simply omitted:
Downgrading to cups-filters-1.28.17 fixes the problem.
The relevant test page part looks like this again:
and red text is printed again in a gray tone:
I would really love to help tracking this down, as all the new printers use IPP Everywhere … Thanks for fixing this in advance!
Cheers, Tobias
The text was updated successfully, but these errors were encountered:
Interestingly, I downgraded Gentoo's net-print/cups-filters package from 2.0.0 to 1.28.17-r2, and that made it work again. There's also a net-print/libcupsfilters package, but there's only version 2.0.0-r3 available atm, and the downgrade didn't touch it!
So if this is a libcupsfilters issue, why does downgrading cups-filters fix it?
And are those patches already released? Otherwise, I would try them …
I applied all three patches (for c6175a2, I had to remove the first hunk so that it worked, but this one only changes whitespace), rebuild libcupsfilters, installed it and restared cupsd. After that, driverless printing works as before.
Nice :-)
I'll forward this to Gentoo, maybe, they include those patches, before the next release. However, I think this would be worth a bugfix release, as this is really serious breakage – and it's already fixed upstream!
Dear devs,
I use a Brother HL-L2370DN B/W Duplex laser printer. I added it to CUPS using the IPP Everywhere driver, and until recently, it worked without a problem, using cups-filters-1.28.17 on Gentoo Linux.
However the recent update to cups-filters-2.0.0 broke printing when colored data is to be printed.
The color wheel from the CUPS test page looks like this:
And when printing some red text, it's simply omitted:
Downgrading to cups-filters-1.28.17 fixes the problem.
The relevant test page part looks like this again:
and red text is printed again in a gray tone:
I would really love to help tracking this down, as all the new printers use IPP Everywhere … Thanks for fixing this in advance!
Cheers, Tobias
The text was updated successfully, but these errors were encountered: