chuckcharlie / cups-avahi-airprint

Docker image for CUPS intended as an AirPrint relay
GNU General Public License v3.0
118 stars 66 forks source link

Not showed in AirPrint #19

Open PacifiK2460 opened 1 year ago

PacifiK2460 commented 1 year ago

When trying to print in an iPhone, not printer is showed up, even though the printer added is accessible in Windows and other devices.

s10l commented 5 months ago

Also had the issue that the printer was not listed on iOS.

The avahi-daemon gave me the hint so solve my issue.

open a terminal to the container docker container exec <container id> --it /bin/sh

Inside the container, run avahi-daemon in foreground to see the logs:

pkill -f avahi-daemon
/usr/sbin/avahi-daemon

avahi-daemon had an issue and I was able to solve it.

Would be nice to have the avahi-daemon logs also in container logs.

dam2452 commented 3 weeks ago

image

dam2452 commented 3 weeks ago

i have the same issue