this post was submitted on 07 Jul 2025
8 points (100.0% liked)

Linux

56145 readers
908 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I'm in the process of getting a new printer and since I recently (December 2024) switched to Linux it would be nice if it would be Linux compatible. So far I've decided on the Canon PIXMA G550 printer but I can't find anything about it's compatibility so I figured I would just ask here in the hopes someone might have the same printer or knows someone who has the same printer and can tell me if this printer works with Linux. If all else fails I could still use the printer with my tablet or phone using Canons app but using it with my desktop would be much more comfortable.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 2 days ago (4 children)

Anything that supports AirPrint (this one does from what it looks like) will work with CUPS driverless printing on Linux.

[–] [email protected] 2 points 7 hours ago (1 children)

I think network printer made by big manufacturer recent years should be fine with IPP driverless. They found Printer Working Group of IEEE, this organization maintains IPP standard and IPP Everywhere™ Certification. AirPrint can be treated as Apple version of IPP Everywhere, the difference between them is AirPrint requires Apple Raster but IPP Everywhere requires PWG Raster (and JPEG JFIF file format if color printer).

https://www.pwg.org/ipp/everywhere.html

[–] [email protected] 1 points 3 hours ago (1 children)

Ah, so they are actually differences between IPP Everywhere and AirPrint (apart from AirPrint including the whole autodiscovery stuff)? Good to know. The latter is usually more prominently advertised though which is why that’s the one I mentioned.

But yeah, it should be very common for these to be supported with anything remotely recent.

[–] [email protected] 1 points 3 hours ago
  1. IPP Everywhere also include full autodiscovery stuff (mDNS and DNS-SD, of course, Apple call this combination as Bonjour). So I said raster is the only difference.
  2. Raster is unimportant in Linux situation because CUPS support both PWG Raster (It's actually a subset of original CUPS Raster) and Apple Raster. Whichever one your device supports, CUPS will work fine.
load more comments (2 replies)