From nobody Thu Oct 24 20:27:31 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 4XZHXS4y8zz5Zqxt for ; Thu, 24 Oct 2024 20:27:36 +0000 (UTC) (envelope-from md-koch@t-online.de) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) (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 (4096 bits) client-digest SHA256) (Client CN "mailout00.t-online.de", Issuer "Telekom Security ServerID OV Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XZHXQ4sx7z40Lh for ; Thu, 24 Oct 2024 20:27:34 +0000 (UTC) (envelope-from md-koch@t-online.de) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of md-koch@t-online.de designates 194.25.134.21 as permitted sender) smtp.mailfrom=md-koch@t-online.de; dmarc=none Received: from fwd87.aul.t-online.de (fwd87.aul.t-online.de [10.223.144.113]) by mailout10.t-online.de (Postfix) with SMTP id 236FD3A9E4 for ; Thu, 24 Oct 2024 22:27:32 +0200 (CEST) Received: from [192.168.1.3] ([95.222.6.16]) by fwd87.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1t44Qd-2GDqFs0; Thu, 24 Oct 2024 22:27:31 +0200 Message-ID: Date: Thu, 24 Oct 2024 22:27:31 +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 To: questions@freebsd.org References: <4f303e7c-828f-44b7-9810-b7ea67038579@t-online.de> <25b4719c-58cc-4133-969c-94cf2f25bbd8@t-online.de> Content-Language: en-US From: Manfred Koch In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-TOI-EXPURGATEID: 150726::1729801651-10FF7445-596D207B/0/0 CLEAN NORMAL X-TOI-MSGID: d9331c1f-7485-4b9f-a689-d46bc7c6e661 X-Spamd-Result: default: False [-3.38 / 15.00]; NEURAL_HAM_LONG(-1.00)[-0.998]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; NEURAL_HAM_SHORT(-0.99)[-0.992]; R_SPF_ALLOW(-0.20)[+ip4:194.25.134.16/28:c]; RWL_MAILSPIKE_GOOD(-0.10)[194.25.134.21:from]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; RCVD_TLS_LAST(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:194.25.0.0/16, country:DE]; FREEMAIL_FROM(0.00)[t-online.de]; MID_RHS_MATCH_FROM(0.00)[]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[questions@freebsd.org]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; FREEMAIL_ENVFROM(0.00)[t-online.de]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[t-online.de]; RCVD_IN_DNSWL_NONE(0.00)[194.25.134.21:from] X-Rspamd-Queue-Id: 4XZHXQ4sx7z40Lh X-Spamd-Bar: --- Thank you Christoph and others, it do not work for me. A few months ago I got this printer to work with the device Uri: ipp://name_or_ip_address:60000/ipp/print but now it doesn't work anymore. As far as I know the command "lpinfo -v" is unique for cups and normally shows the correct Uri. But today there were only the the HP Uri!!! and nothing more. I look tomorrow. OK Thanks all Manfred On 24.10.24 18:16, Christoph Brinkhaus wrote: > Hallo Manfred, > Am Thu, Oct 24, 2024 at 05:01:37PM +0200 schrieb Manfred Koch: >> Hello and thanks, >> >> ippprint says ipp://hostname:60000/ipp/print as connection >> >> lpstat -t    ipp://localhost:60000/ipp/print or with >> ipp://hostname:60000/ipp/print >> >> The command "lpinfo -v" never shows a connection ipp printer!!! >> >> the printer is HP ENVY 5540, I tested the following connections: >> ipp://localhost:60000/ipp/print >> ipp://hostname:631/printers/printername >> ipp://hostname:631/ipp/print >> ipp://hostname:60000/ipp/print >> > I own an HP ENVY 5000 series printer. > It works with the IP-adress in printer.conf as > > Info envy5032 > Location heim > MakeModel HP Envy 5000 Series, hpcups 3.22.10 > DeviceURI ipp://192.168.0.70:631 > > In my setup cups listens at 127.0.0.1:631. > The printer jobs are forwarded to ipp://192.168.0.70:631. > I have done the configuration using the web interface of cups. > > [...] > > Kind regards, > Christoph