Date: Mon, 7 Nov 2016 11:56:14 -0700 From: Gary Aitken <freebsd@dreamchaser.org> To: Tijl Coosemans <tijl@coosemans.org> Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: cups problems on 10.3 release both Epson and HP Message-ID: <bcc924aa-5a7f-4368-037c-8380ab9cabcd@dreamchaser.org> In-Reply-To: <20161107124357.1d278104@kalimero.tijl.coosemans.org> 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> <e6ac5133-613a-1546-39bc-56030521640e@dreamchaser.org> <20161107124357.1d278104@kalimero.tijl.coosemans.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bcc924aa-5a7f-4368-037c-8380ab9cabcd>