From owner-freebsd-questions@freebsd.org Sat Nov 26 04:07:48 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 D21AAC56521 for ; Sat, 26 Nov 2016 04:07:48 +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 7FEC93E4 for ; Sat, 26 Nov 2016 04:07:47 +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 uAQ47egp044142; Fri, 25 Nov 2016 21:07:40 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Reply-To: freebsd@dreamchaser.org Subject: Re: Having trouble printing to my HP OJ Pro 8600 all-in-one References: <31b7b3c7-326f-87e2-2986-f06280057c46@dreamchaser.org> <98dafc2e-0584-2521-d766-8fb3da449c2b@dreamchaser.org> <686b9894-f67c-d459-4a72-16df5641a887@mahan.org> To: Patrick Mahan , FreeBSD Mailing List From: Gary Aitken Message-ID: Date: Fri, 25 Nov 2016 21:07:40 -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: <686b9894-f67c-d459-4a72-16df5641a887@mahan.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [192.168.151.101]); Fri, 25 Nov 2016 21:07:43 -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: Sat, 26 Nov 2016 04:07:48 -0000 On 11/25/16 20:24, Patrick Mahan wrote: > On 11/25/16 6:40 PM, Gary Aitken wrote: >> On 11/25/16 16:46, Patrick Mahan wrote: >>> On 11/23/16 8:50 PM, Gary Aitken wrote: >>>> On 11/22/16 21:22, Patrick Mahan wrote: >>>>> All, ... >>>>> I just update my binary packages (after much much pain) since they were >>>>> so out of date. One of the items that seemed to drastically was CUPS. >>>>> I had CUPS-2.0.1 and now have CUPS-2.2.1, but it seems I have lost all >>>>> printing ability. I re-installed all available cups packages (except client, >>>>> can't see where that exists) along with gutenprint and hplip. I see on >>>>> the ports page that there a secondary package called hplip-plugins but >>>>> pkg will not install it as it says it cannot find any package matching >>>>> that name. >>>>> >>>>> Cups sees the printer, it seems up, but when I attempt to print a test >>>>> page, I get the following error: >>>>> >>>>> Unable to print test page: >>>>> >>>>> Unsupported format "text/plain". >>>>> >>>>> Looking in /usr/local/etc/cups and I don't see any definition for >>>>> "text/plain". Also, the cups filter in the .ppd for the printer >>>>> is set to "application/vnd.cups-raster 0 hpcups", but I can find >>>>> no definition of vnd.cups-raster nor hpcups. Are you saying you have a mime.types under /usr/local/etc/cups? These should be in /usr/local/share/cups/mime/mime.types What are the permissions on it? $ ls -l /usr/local/share/cups/mime/mime.types -r--r--r-- 1 root wheel 6743 Nov 7 08:40 /usr/local/share/cups/mime/mime.types