From owner-freebsd-questions@freebsd.org Wed Nov 20 07:52:10 2019 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 EF96E1AC660 for ; Wed, 20 Nov 2019 07:52:10 +0000 (UTC) (envelope-from jacques+freebsd@foucry.net) Received: from tamanoir.foucry.net (boulangerie.foucry.net [62.210.131.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47HvzY4M5Wz4ShT for ; Wed, 20 Nov 2019 07:52:09 +0000 (UTC) (envelope-from jacques+freebsd@foucry.net) Received: from tamanoir.foucry.net (localhost [127.0.0.1]) by tamanoir.foucry.net (Postfix) with ESMTP id 9508925A5 for ; Wed, 20 Nov 2019 08:52:00 +0100 (CET) X-Virus-Scanned: amavisd-new at foucry.net Received: from tamanoir.foucry.net ([127.0.0.1]) by tamanoir.foucry.net (mail.foucry.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RSKD9Y78palb for ; Wed, 20 Nov 2019 08:51:59 +0100 (CET) Received: from mithril.localdomain (dontpanic.foucry.net [80.67.176.134]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by tamanoir.foucry.net (Postfix) with ESMTPSA id 7322525A4 for ; Wed, 20 Nov 2019 08:51:59 +0100 (CET) Received: from foucry.net (localhost [127.0.0.1]) by mithril.localdomain (Postfix) with ESMTP id EDBD911727 for ; Wed, 20 Nov 2019 08:52:00 +0100 (CET) Date: Wed, 20 Nov 2019 08:52:00 +0100 From: Jacques Foucry To: freebsd-questions@freebsd.org Subject: 12-1-RELEASE Cups and Lexmark printer Message-ID: <20191120075200.GB1795@foucry.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 47HvzY4M5Wz4ShT X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="No valid SPF, No valid DKIM" header.from=foucry.net (policy=none); spf=none (mx1.freebsd.org: domain of jacques@foucry.net has no SPF policy when checking 62.210.131.96) smtp.mailfrom=jacques@foucry.net X-Spamd-Result: default: False [-2.34 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; IP_SCORE(-0.34)[ip: (-1.79), ipnet: 62.210.0.0/16(-0.03), asn: 12876(0.11), country: FR(-0.00)]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; RCVD_TLS_LAST(0.00)[]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:62.210.0.0/16, country:FR]; TAGGED_FROM(0.00)[freebsd]; MID_RHS_MATCH_FROM(0.00)[]; DMARC_POLICY_SOFTFAIL(0.10)[foucry.net : No valid SPF, No valid DKIM,none] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2019 07:52:11 -0000 Hello there, I have a issue with cups. My laptop (ThinkPad X280) run FreeBSD 12.1-RELEASE. Cups version is 2.2.12. The printer is a Lexmark MB2236. I downloaded the PPD and install them with the provided shell script. Cupsd is lanched, and I can create my printer with the web interface. But I cannot print anything, even the test page. The result is "File not found". Which file, I don't know. I had to create manually /usr/lib/cups/filter. Before, with 12.0-RELEASE-p10 it was running well. There was some files in /usr/local/lib/cups. To make cups running I made a symlink between /usr/local/lib/cups and /usr/lib/ With 12.1-RELEASE, no more files or directory in /usr/local/lib (for cups). Is somebody could help me? I am lost with this problem. Thanks is advance. -- Jacques Foucry