From owner-freebsd-questions@FreeBSD.ORG Sun Apr 23 10:33:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C854B16A403 for ; Sun, 23 Apr 2006 10:33:00 +0000 (UTC) (envelope-from root@pukruppa.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117DC43D48 for ; Sun, 23 Apr 2006 10:32:59 +0000 (GMT) (envelope-from root@pukruppa.de) Received: from [213.146.114.24] (helo=reverse-213-146-114-24.cust.kamp-dsl.de) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis), id 0ML21M-1FXbt72DfS-0003fI; Sun, 23 Apr 2006 12:32:22 +0200 Date: Sun, 23 Apr 2006 13:48:25 +0200 (CEST) From: "P.U.Kruppa" X-X-Sender: root@www.pukruppa.net To: Malcolm Fitzgerald In-Reply-To: <499dd1ce422438ea0c0ac99b1f41ce8b@notyourhomework.net> Message-ID: <20060423133640.D1100@www.pukruppa.net> References: <658be17fbe25500c985c5b8fc35ffc95@notyourhomework.net> <20060423091441.M1100@www.pukruppa.net> <499dd1ce422438ea0c0ac99b1f41ce8b@notyourhomework.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Provags-ID: kundenserver.de abuse@kundenserver.de login:2446dbdf8275641f979193ced594c629 Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: Help needed compiling printer source code X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Apr 2006 10:33:00 -0000 On Sun, 23 Apr 2006, Malcolm Fitzgerald wrote: > > On 23/04/2006, at 5:25 PM, P.U.Kruppa wrote: > >> On Sun, 23 Apr 2006, Malcolm Fitzgerald wrote: >> >>> I'm trying to install a Brother HL-1230 printer. I've been to the Brother >>> web site and found that they don't have drivers for FreeBSD but they do >>> provide the source code. I downloaded the source code. So far so good. I >>> unzipped the tarball and had a look. There's the source code. >>> >>> >>> I don't know what to do with it. I've learnt to type "make install clean". >>> How do I make this code into something useful? >>> >>> sad kid :-( >> I guess make install clean will not be enough for that. >> >> For a start have a look at >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html >> and try to make your printer print "something" at all. >> Also reading it will teach you some new words :-) >> >> Then there exist two well known programms which can help you to set up your >> printer correctly >> /usr/ports/print/apsfilter >> and >> /usr/ports/print/cups >> I would try apsfilter first, since it works a bit more intuitively. > > > Cups is installed and running. I've tried using a few of the other printer > definitions without success. Printing the test page produces a blank page or > a dozen blank pages. I was hoping to be able to compile the source code for > the driver and put it somewhere that cups can find it. O.K. - I see. (Just out of interest: what happens if you try to print something simple (eg. a text file) from the command line # /usr/local/bin/lpr file.txt ?) Did you also have a look at http://linuxprinting.org/show_driver.cgi?driver=hl1250&fromprinter=Brother-HL-1230 ? The standard way to build and install sources on UNIX would be: # tar zxf application.tgz # cd application # ./configure # make # make install But often you find hints/READMES inside "application" directory what else you have to do. Uli. > malcolm > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > ********************************************* * Peter Ulrich Kruppa - Wuppertal - Germany * *********************************************