From owner-freebsd-questions@freebsd.org Mon Nov 7 18:56:27 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECA8EC34944 for ; Mon, 7 Nov 2016 18:56:27 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBFF7EE1 for ; Mon, 7 Nov 2016 18:56:27 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [192.168.151.122]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id uA7IuEKx008212; Mon, 7 Nov 2016 11:56:14 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Reply-To: freebsd@dreamchaser.org Subject: Re: cups problems on 10.3 release both Epson and HP References: <2134837b-14ed-a35e-aec0-2490e268659d@dreamchaser.org> <20161105233720.586fd471@kalimero.tijl.coosemans.org> <0d2306ad-8f96-c9bc-78ed-af0aea4daf50@dreamchaser.org> <20161106121440.221ba2e8@kalimero.tijl.coosemans.org> <20161107124357.1d278104@kalimero.tijl.coosemans.org> To: Tijl Coosemans Cc: FreeBSD Mailing List From: Gary Aitken Message-ID: Date: Mon, 7 Nov 2016 11:56:14 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161107124357.1d278104@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [192.168.151.101]); Mon, 07 Nov 2016 11:56:15 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2016 18:56:28 -0000 On 11/07/16 04:43, Tijl Coosemans wrote: >> In /usr/local/libexec/cups/filters there is a foomatic-rip but no >> foomatic-rip-hplip. Where is that supposed to come from? I would have >> guessed print/hplip, but I have that installed. Is it necessary to clean >> out everything somehow and reinstall cups and the other related ports all >> at once in order to get the correct supporting files? > > The foomatic-rip-hplip command must be coming from an old ppd file. In the > CUPS web interface on the page for the printer, what does it say in the > Driver field? It should be something like "HP Officejet Pro 8500 a909g, > hpcups 3.16.10". If that's not the case select "Modify Printer" in the > Administration dropdown and click through the screens until the one where > you can select the printer model. Choose one that has "hpcups 3.16.10" in > its name. > >>> For the Epson printer you'll probably need print/gutenprint-cups. >> >> I added that as well and it still hangs. > > Here the Driver field should include "CUPS+Gutenprint v5.2.10". If that's > not the case modify the printer and select a model that contains that > string. Thanks for your perseverance, making some progress... I did have older driver versions, but no choice for the newer ones. I reinstalled all of my ports and now see the following: Epson Stylus Pro 3880 - CUPS+Gutenprint v5.2.10 HP Officejet Pro 8500 a909g, hpcups 3.16.10 The Epson seems to be working ok; I can now print a self-test and a test page. However, when I go to print a self-test page on the HP I get: Unsupported document-format "application/vnd.cups-command" /usr/local/share/cups/mime/ # "$Id: mime.types 7670 2008-06-17 22:42:08Z mike $" contains: application/vnd.cups-command string(0,'#CUPS-COMMAND') cupsfilters.types contains only the following application* mime types: application/vnd.adobe-reader-postscript application/vnd.cups-pdf application/vnd.cups-pdf-banner I have the following ports installed: $ pkg info | awk '{ print $1 }' - | grep -E "cups|foo|guten|ghost|hp" cups-2.2.1 cups-filters-1.11.4 foomatic-db-20161105 foomatic-db-hpijs-1.4 ghostscript9-agpl-base-9.16_5 gutenprint-base-5.2.10_2 gutenprint-cups-5.2.10_3 hplip-3.16.10 hplip-plugin-3.16.10 I'm guessing I need cups-pstoraster for the missing piece? If I try to add print/cups-pstoraster which also installs print/cups-client print/cups-image I can't because of conflicts: pkg-static: cups-client-2.0.3_2 conflicts with cups-2.2.1 (installs files into the same place). Problematic file: /usr/local/bin/cups-config It's unclear to me what gets installed from the print/cups port; I had thought it was a meta-port that would install cups-base and others depending on the options, but apparently not. What is the difference between print/cups-base and print/cups?