From owner-freebsd-stable@FreeBSD.ORG Wed Jan 7 22:10:09 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8666310657F0 for ; Wed, 7 Jan 2009 22:10:09 +0000 (UTC) (envelope-from peter@simons-rock.edu) Received: from hedwig.simons-rock.edu (hedwig.simons-rock.edu [208.81.88.14]) by mx1.freebsd.org (Postfix) with ESMTP id 40F778FC1C for ; Wed, 7 Jan 2009 22:10:09 +0000 (UTC) (envelope-from peter@simons-rock.edu) Received: from cesium.hyperfine.info (c2.8d.5646.static.theplanet.com [70.86.141.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by hedwig.simons-rock.edu (Postfix) with ESMTP id 4B199ED055; Wed, 7 Jan 2009 17:10:08 -0500 (EST) Date: Wed, 7 Jan 2009 17:10:06 -0500 From: "Peter C. Lai" To: freebsd-stable@freebsd.org Message-ID: <20090107221006.GE45538@cesium.hyperfine.info> References: <20090104221422.GA3114@pollux2.free.local.net> <20090105173635.575e32ff.torfinn.ingolfsen@broadpark.no> <20090105164403.GE3756@trusted-logic.com> <20090105222623.GA52838@slackbox.xs4all.nl> <20090105232354.GA85619@onelab2.iet.unipi.it> <20090106210845.GA88675@slackbox.xs4all.nl> <001401c97048$42bcde80$c8369b80$@com> <20090106220632.GU45538@cesium.hyperfine.info> <20090107220357.GA3985@pollux2.free.local.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090107220357.GA3985@pollux2.free.local.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: hawei@free.fr Subject: Re: Samsung SCX-4200 printer X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 22:10:15 -0000 On 2009-01-07 11:03:57PM +0100, Harald Weis wrote: > On Tue, Jan 06, 2009 at 05:06:32PM -0500, Peter C. Lai wrote: > > What language does this printer use? I am a big fan of the minimalistic > > BSD LPD/R, so I usually just whip up an output filter that cats everything > > (since just about every app natively prints as postscript these days > > [besides gimp-app I guess]) to ghostscript. Works for basically any printer > > with PCL or PS support (actually, with some of the the elcheapo PS > > imitations out there, usually PCL5/XL works better). To me, CUPS/Foomatic > > comes with some fancy PPDs and filters, but I think a lot of that is > > bloated since it does similar things under the hood but wrapped in more > > layers of magic... > > > > On 2009-01-06 04:46:40PM -0500, SDH Support wrote: > > > > > > > Is there a way to install the SCX-4200 printer on a FreeBSD box ? > > > > > > I would recommend googling this printer and determining its support on linux > > > first and then perhaps following the large amount of documentation with > > > installing CUPS for freebsd. I've gotten many different printers working on > > > my own. > > > > > > > > > > > > > > > --- > > > Kevin K. > > > Systems Administrator > > > www.webcanadahosting.com > > > > > > _______________________________________________ > > > freebsd-stable@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > > > -- > > =========================================================== > > Peter C. Lai | Bard College at Simon's Rock > > Systems Administrator | 84 Alford Rd. > > Information Technology Svcs. | Gt. Barrington, MA 01230 USA > > peter AT simons-rock.edu | (413) 528-7428 > > =========================================================== > > Many thanks for all your comments and hints. > > Briefly for your information: The printer was bought by a person > who was a Linux user from the very beginning. He had no time to install > it though. In the mean time he has become a FreeBSD user and is working > all-day on a FreeBSD laptop (as a general practitioner, perhaps the > only one on earth). He's still short of time. A year ago or so I > tried to install the printer on his desktop machine. But I could not > find any SCX-4200 reference on openprinting.org. This time I reinstalled > all CUPS components on a 7.0-RELEASE, and finally looked for your help. > > Well, I've started with the first advice, found UnifiedLinuxDriver.tar.gz, > installed manually scx4200.ppd and rastertosamsungspl. I tried all > possible file locations for rastertosamsungspl. But CUPS keeps saying > that it cannot find rastertosamsungspl. It seems to me that CUPS > would be happy with these two files. > > 'spl' seems to stand for Samsung Printer Language. > well, if you're on cups, the splix driver should come with that. "find / -name rastertosamsungspl" would be my best guess, then you have to figure out where it really is supposed to live. If you're on plain ghostscript try using the 'gdi' output device -- =========================================================== Peter C. Lai | Bard College at Simon's Rock Systems Administrator | 84 Alford Rd. Information Technology Svcs. | Gt. Barrington, MA 01230 USA peter AT simons-rock.edu | (413) 528-7428 ===========================================================