Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent Supported Printers #2087

Open
deeplow opened this issue Jul 8, 2024 · 2 comments
Open

Inconsistent Supported Printers #2087

deeplow opened this issue Jul 8, 2024 · 2 comments
Labels
Milestone

Comments

@deeplow
Copy link
Contributor

deeplow commented Jul 8, 2024

Description

Export README:

Supported Printers

Printer support is currently limited to a subset of Brother and HP printers that offer USB (non-wireless) connectivity, such as:

  • HP LaserJet Pro 4001dn
  • Brother HL-L2320D

Recommended hardware docs:

In order to print submissions, a supported non-networked printer is required. We have tested and recommend the HP LaserJet Pro M404n

Expected Behavior

Consistent list of supported devices to better inform acquisition.

Actual Behavior

Different devices listed in different places.

@deeplow
Copy link
Contributor Author

deeplow commented Jul 8, 2024

Some more context on this can be found on this 2018 ticket:

Why do we want to do this?

  • Raw queues used for special-use printers require custom applications that know about printer capabilities and how to produce printer-ready (document) data. Using CUPS is a convenience, but plenty of applications talk directly to printers (think Point of Sale systems)
  • Raw queues used for shared printers require client software to talk directly to the server to get the printer capabilities, which breaks when sandboxing/AppArmor/SELinux is used
  • Almost every printer manufactured since 2010 supports IPP/2.0 with standard file formats
    • Holdouts are industrial label printers and certain vertical market printers
  • PPDs and drivers have been holding us back from offering better user experience (ready media, localization, full range of printer options/values), improved document processing, and improved accounting
  • PPDs and drivers are a security and distribution nightmare

From a quick search, it looks like the replacement to printer drivers is IPP (some sort of network self-configure printing service). However, many printers don't support this and above all USB printers don't really seem to be considered compatible. There is IPP-USB which somehow tries to bridge the gap, but alledgly that's only for printers that support IPP over USB.

@rocodes
Copy link
Contributor

rocodes commented Jul 8, 2024

Pretty much all modern printers support Airprint, so they are theoretically capable of IPP over USB. The discrepancy you noticed in printer models does mean we should update our docs; it's because the M404n was discontinued and so we updated our recs in one place but not another.

Big picture though, I think the blocker is on our side just putting time into investigating the transition to ipp over USB. istr some issues with the grsec kernel and the Avahi daemon when @cfm last tested, but we weren't putting time into it so we didn't follow up. This is high up on the list of things to fix though :) we just need to put some time against it.

@legoktm legoktm added this to the 0.15.0 milestone Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants