From nobody Wed Oct 23 14:13:10 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 4XYWGz4lzvz5bGxn for ; Wed, 23 Oct 2024 14:13:15 +0000 (UTC) (envelope-from md-koch@t-online.de) Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) (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 4XYWGy0r1vz4lKY for ; Wed, 23 Oct 2024 14:13:14 +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.22 as permitted sender) smtp.mailfrom=md-koch@t-online.de; dmarc=none Received: from fwd89.aul.t-online.de (fwd89.aul.t-online.de [10.223.144.115]) by mailout12.t-online.de (Postfix) with SMTP id A4BAC19507 for ; Wed, 23 Oct 2024 16:13:11 +0200 (CEST) Received: from [192.168.1.3] ([95.222.6.16]) by fwd89.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1t3c6p-08bBpY0; Wed, 23 Oct 2024 16:13:11 +0200 Message-ID: <4f303e7c-828f-44b7-9810-b7ea67038579@t-online.de> Date: Wed, 23 Oct 2024 16:13:10 +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 To: questions@freebsd.org Content-Language: en-US From: Manfred Koch Subject: Driverless printing ipp Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-TOI-EXPURGATEID: 150726::1729692791-C37FC5E0-D3626526/0/0 CLEAN NORMAL X-TOI-MSGID: 77e022c3-4a31-4bd4-b244-d9e76076a6f0 X-Spamd-Result: default: False [-0.11 / 15.00]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; NEURAL_HAM_SHORT(-0.56)[-0.555]; R_SPF_ALLOW(-0.20)[+ip4:194.25.134.16/28]; NEURAL_HAM_LONG(-0.16)[-0.164]; MIME_GOOD(-0.10)[text/plain]; RWL_MAILSPIKE_GOOD(-0.10)[194.25.134.22:from]; XM_UA_NO_VERSION(0.01)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:3320, ipnet:194.25.0.0/16, country:DE]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_ONE(0.00)[1]; FREEMAIL_ENVFROM(0.00)[t-online.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)[]; RCVD_IN_DNSWL_NONE(0.00)[194.25.134.22:from]; 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]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4XYWGy0r1vz4lKY X-Spamd-Bar: / Hi community, I am a newbie and not experienced with FreeBSD. The cups ipp print didn't work. ipp-usb is installed. I can only print with the driver from HP. Every attempt with ipp failed. (I have made quite a few) In cupsd.conf the Listen address is "localhost:631" and "cups browsed" is disabled. I tried with loglevel info(but not figured out in error_log). Would you like to give me a hint, what I did wrong in the settings? Or something did changed in the last month? Please can someone help Manfred