From owner-freebsd-questions@freebsd.org Mon Aug 3 16:19:47 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C938B37F0ED for ; Mon, 3 Aug 2020 16:19:47 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BL34g4P5jz42ls for ; Mon, 3 Aug 2020 16:19:47 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: by mailman.nyi.freebsd.org (Postfix) id 94FE937F0EC; Mon, 3 Aug 2020 16:19:47 +0000 (UTC) Delivered-To: questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 94CB337F1D2 for ; Mon, 3 Aug 2020 16:19:47 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dreamchaser.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BL34f5XNSz42lr for ; Mon, 3 Aug 2020 16:19:46 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from breakaway.dreamchaser.org (breakaway [192.168.151.122]) by nightmare.dreamchaser.org (8.15.2/8.15.2) with ESMTP id 073GJcS1073222; Mon, 3 Aug 2020 10:19:39 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Subject: Re: looking for .ppd To: Robert Huff , questions@freebsd.org References: <24359.34086.899433.931369@jerusalem.litteratus.org> From: Gary Aitken Reply-To: freebsd@dreamchaser.org Message-ID: <15556d3e-5b85-7af8-f385-ec135e352bbc@dreamchaser.org> Date: Mon, 3 Aug 2020 10:17:58 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: <24359.34086.899433.931369@jerusalem.litteratus.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (nightmare.dreamchaser.org [192.168.151.101]); Mon, 03 Aug 2020 10:19:39 -0600 (MDT) X-Rspamd-Queue-Id: 4BL34f5XNSz42lr X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd@dreamchaser.org designates 66.109.141.57 as permitted sender) smtp.mailfrom=freebsd@dreamchaser.org X-Spamd-Result: default: False [-2.99 / 15.00]; HAS_REPLYTO(0.00)[freebsd@dreamchaser.org]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.95)[-0.947]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.04)[-1.041]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_ADDR_EQ_FROM(0.00)[]; DMARC_NA(0.00)[dreamchaser.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.71)[-0.706]; RCPT_COUNT_TWO(0.00)[2]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:21947, ipnet:66.109.128.0/19, country:US]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2020 16:19:47 -0000 On 8/2/20 9:31 PM, Robert Huff wrote: > > Hello: > I have a recent -CURRENT system on which I am installing CUPS. > The printer is a Brother HL-2270DW ... which is not on the list of > known printers, and for which I am unable to find a .ppd from a > trustworthy source. > Anyone know where to locate this? Or failing that, possibly have > one they could share? The brother website refers to a "Generic CUPSwrapper printer driver" as the one for the HL-2270DW, which is the same as the one for the HL-2250DN, so there's a good possibility the supplied ppd stp-brother-hl-2250dn.5.3.ppd.gz might work. Gary