Live data from Hacker News

AirPrint with Cups

connor.zip

1–10 of 27 posts

Re: AirPrint with Cups

#3
post #2

I started a new blog and though writing about using twenty-year-old printers from your iPhone would be a good early post

I love it! I have my printer hooked up to my network with an Raspberry Pi and would be glad to make it easier to print from the iPad.

Re: AirPrint with Cups

#5

I would much prefer a way that doesn't require setting up another computer on the network as a print server when the printer itself is already on the network.

… and most people probably wouldn’t be attempting to print from a 20 year old printer.

Re: AirPrint with Cups

#6
post #5

I would much prefer a way that doesn't require setting up another computer on the network as a print server when the printer itself is already on the network.

… and most people probably wouldn’t be attempting to print from a 20 year old printer.

Eh, laser printers last basically forever. The advent of built-in network cards was the last meaningful technological advancement.

Re: AirPrint with Cups

#7

I would much prefer a way that doesn't require setting up another computer on the network as a print server when the printer itself is already on the network.

I don’t think such a method exists. Modern printers do usually support driverless printing out of the box, but for older printers that still work well, there was no IPP Everywhere or AirPrint standard when they were manufactured, and there are no new firmware updates. Using another system to translate from these protocols and modern formats like PDF is required

Re: AirPrint with Cups

#8
I’ve been wanting to set this up for a long time for my Dell Color Laser 1320n, however I can’t seem to get printing working from RPi ARM Linux as the drivers only support x86.

Re: AirPrint with Cups

#9

I would much prefer a way that doesn't require setting up another computer on the network as a print server when the printer itself is already on the network.

I had a IPP capable printer that wasn’t showing up for AirPrint, and was able to solve that with a (relatively) simple static mDNS entry in my DNSMasq config, which I already had running on our router.

Re: AirPrint with Cups

#10
post #9

I would much prefer a way that doesn't require setting up another computer on the network as a print server when the printer itself is already on the network.

I had a IPP capable printer that wasn’t showing up for AirPrint, and was able to solve that with a (relatively) simple static mDNS entry in my DNSMasq config, which I already had running on our router.

Can you share the config?
Post reply on HN