From nobody Thu Oct 24 15:47:47 2024 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XZ9Kf6bp5z5ZbbQ for ; Thu, 24 Oct 2024 15:47:50 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XZ9Kf2kFRz4Rkm for ; Thu, 24 Oct 2024 15:47:50 +0000 (UTC) (envelope-from ml@netfence.it) Authentication-Results: mx1.freebsd.org; none Received: from [10.1.2.18] (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.18.1/8.17.2) with ESMTPSA id 49OFllbB071199 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Thu, 24 Oct 2024 17:47:48 +0200 (CEST) (envelope-from ml@netfence.it) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netfence.it; s=202407; t=1729784868; bh=3tOHt190ZWtaK4to7d68Uq+ok9ERemGNJyZVsBXOQzY=; h=Date:Subject:To:References:From:In-Reply-To; b=g5hXvkSbwSAYLLNjNUQdDC3rFrqAG6cOKzG8L7RwN9og3m+J6L2rs0byOZvE5Fp8/ cBLRhN9KiXcKFdTRE8OZG5f88QFg6fLgidTSrUqyLjwcv7swPr8VDk4ouqr3oUFZ7b CNXvJJN3dQpzRStI4GLIX57AtrENGJOdMa8auHzw= X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be [10.1.2.18] Message-ID: <58be3a23-1863-4e35-92fd-156ede0d91a5@netfence.it> Date: Thu, 24 Oct 2024 17:47:47 +0200 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Driverless printing ipp Content-Language: en-US To: Manfred Koch , questions@freebsd.org References: <4f303e7c-828f-44b7-9810-b7ea67038579@t-online.de> <25b4719c-58cc-4133-969c-94cf2f25bbd8@t-online.de> From: Andrea Venturoli In-Reply-To: <25b4719c-58cc-4133-969c-94cf2f25bbd8@t-online.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:35612, ipnet:78.134.0.0/17, country:IT] X-Rspamd-Queue-Id: 4XZ9Kf2kFRz4Rkm X-Spamd-Bar: ---- On 10/24/24 17:01, Manfred Koch wrote: > the printer is HP ENVY 5540, I tested the following connections: According to https://openprinting.github.io/printers/, this printer uses AirPrint. I have a network connected AirPrint printer and I was able to make it work by following: > https://loga.us/2020/09/02/avahi-in-freebsd/ Have you already installed CUPS and configured Avahi as above? In my case I was missing Avahi, but, after that all went smoothly. BTW, my CUPS says: > Driver: DCP-L2660DW - IPP Everywhere (grayscale, 2-sided printing) > Connection: ipp://{printername}.local:631/ipp/print HTH. bye av.