From owner-freebsd-questions@FreeBSD.ORG Thu Jan 26 00:12:34 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 4369F106564A for ; Thu, 26 Jan 2012 00:12:34 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 035098FC14 for ; Thu, 26 Jan 2012 00:12:33 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id q0Q0GQRt028527 for freebsd-questions@freebsd.org; Wed, 25 Jan 2012 18:16:26 -0600 (CST) Date: Wed, 25 Jan 2012 18:16:26 -0600 (CST) From: Robert Bonomi Message-Id: <201201260016.q0Q0GQRt028527@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: <1EFD2A72678E4EE8BC2BE49BBEA0339C@my.domain> Subject: Re: How to Research Availability of Print Drivers 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: Thu, 26 Jan 2012 00:12:34 -0000 "robert perry" wrote; > > I intend to purchase a multifunction printer (including fax, scanner, & > copier) and return to utilizing the BSD operating systems. Early research > indicates that few printer manufacturers formally support the FreeBSD or > Unix operating systems but imply that drivers may still be available > elsewhere. In the past, I remember visiting certain websites that provided > links to drivers but have forgotten the address. Could someone refresh my > memory or provide an address that could help? I take it you don't mean; For the 'printer' side, look for something that supports a 'standard' printer _language_ -- preferably PostScript -- over a serial or parallel port, or the 'lpr/lpd' protocol over a network connection. *OR* look at the (limited!) list of 'winrinters' directly supported by Ghostscript. For faxing, look for something tht is 'Class2.0' (aka EIA/TIA 592) compliant. any standard fax software -- like 'hylafax' - will talk to it. For scanning, see the manpage for SANE(7). also The higher-end Brother MFP units pretty much work 'out of the box', for everything except scanning. Brother provides scanner driver binaries for SANE on Linux, and source-code for the adventurous. A quick persual indicates that a number of *nix varients are supported, including several *BSD varients (FreeBSD is not explicitly mentioned, unfortunately) It does not look like it would require 'linuxemulator' compilation. A quick attempt at './configure' indicated a need for some tweaking of pathnames or file location.