From owner-freebsd-questions@FreeBSD.ORG Wed Feb 8 01:39:31 2012 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 096661065670 for ; Wed, 8 Feb 2012 01:39:31 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id AD21F8FC13 for ; Wed, 8 Feb 2012 01:39:27 +0000 (UTC) Received: from mail.unitedinsong.com.au (bell.herveybayaustralia.com.au [192.168.0.40]) by mail.unitedinsong.com.au (Postfix) with ESMTP id E37195C2B; Wed, 8 Feb 2012 11:52:01 +1000 (EST) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.177]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 19D6D5C29; Wed, 8 Feb 2012 11:52:01 +1000 (EST) Message-ID: <4F31D13E.5020400@herveybayaustralia.com.au> Date: Wed, 08 Feb 2012 11:34:54 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: Jerry , FreeBSD-questions@FreeBSD.org References: <20120206163249.7d35337d@scorpio> <4F308202.40605@herveybayaustralia.com.au> <4F308506.1050801@herveybayaustralia.com.au> <20120207123310.1b55583a@scorpio> In-Reply-To: <20120207123310.1b55583a@scorpio> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Debug Brother MFC-9560CDW failure to print X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2012 01:39:31 -0000 On 02/08/12 03:33, Jerry wrote: > On Tue, 07 Feb 2012 11:57:26 +1000 > Da Rock articulated: > >> Just noticed something: have you specifically got a postscript module >> in your printer? Because that is what it is sending your printer... >> >> I only just found that in the logs :) > I have used every PPD file I could find; both those supplied by CUPS > and those found on the NET. It doesn't make any difference. I can only > get a page printed if I use the LPR option, otherwise only a blank page > is ejected. By the way, if I use a B&W PPD instead of the color laser > one, a B&W document is printed when I use the LPR option; therefore, it > is apparent that something is actually using that PPD. > > If you search, you will find that there are numerous reports of > problems with blank pages and the CUPS 1.5.0 version. Those that I have > personally checked are usually also associated with FreeBSD, which > leads me to believe it is a local phenomenon. Luckily, I can print > through Windows, so I am not stuck with this BS. > > By the way, the test page printed is the one that is supplied with CUPS. > Interestingly, it prints its own page but not one feed to it. Go > figure ... From what I see right now, you're printing ps to a non ps printer. So I'm a little surprised that you get a test page that way. I doubt that you are having the same issue associated with cups 1.5 (you will soon see why), and I doubt windows is your saviour... ;) (again, same reason as cups). Based on the info you have given me, the simplest solution is to set the printer in cups and use lpr as the connection (you may have said this, but its not all that clear if you have). If you need clarification on exactly how to do this, just ask. Porting the driver _may_ be possible, but I very much doubt that it is worth it- it is using lpr as well (albeit in a _very_ twisted and round-a-bout way). This happens using the cupswrapper, windows et al from what I can see.