Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2002 20:44:42 -0400
From:      Jeff Jeter <gsfgf@softhome.net>
To:        "Danny" <dannyho@bigpond.net.au>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Printer
Message-ID:  <courier.3CC7515C.00006A55@softhome.net>
In-Reply-To: <001b01c1ea6d$b6a53620$c601a8c0@win2000>
References:  <courier.3CC48751.000046FC@softhome.net> <001b01c1ea6d$b6a53620$c601a8c0@win2000>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
I found apsfilter and installed it.  In setup i configures my S300 as an 
S800.  linuxprinting.org said that's the best driver to use.  printer on 
/dev/ulpt0.  Reslution 600x600.  I still cannot print. Attached is 
/etc/printcap.  What changes do i need to make?  i am printing w/ LPR (I have 
also tried Gerenic Unix LPD).  

Thanks,
Jeff Jeter

On Mon 22 Apr 02 22:22, you wrote:
> Do a search in www.freebsd.org/ports on a product called "apsfilter"
>
> ----- Original Message -----
> From: "Jeff Jeter" <gsfgf@softhome.net>
> To: <freebsd-questions@freebsd.org>
> Sent: Tuesday, April 23, 2002 7:57 AM
> Subject: Printer
>
> > I have a cannon S300 printer and was wondering how to get it working.  I
>
> do
>
> > have usbd running.  i installed afpl-ghiostsctipt.  How doi use it.  I've
> > also tried turboprint, but it does not work under BSD.
> >
> > Thanks
> > Jeff Jeter
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message





[-- Attachment #2 --]
#	@(#)printcap	5.3 (Berkeley) 6/30/90
# $FreeBSD: src/etc/printcap,v 1.10.2.1 2001/03/06 02:04:52 obrien Exp $
#
# This enables a simple local "raw" printer, hooked up to the first
# parallel port.  No kind of filtering is done, so everything you pass
# to the "lpr" command will be printed unmodified.
#
# Remember, for further print queues you're going to add, you have
# to choose different spool directories (the "sd" capability below),
# otherwise you will greatly confuse lpd.
#
# For some advanced printing, have a look at the "apsfilter" package.
# It plugs into the lpd system, allowing you to print a variety of
# different file types by converting everything to PostScript(tm)
# format.  For more information about apsfilter visit
#
#	     http://www.apsfilter.org/
#
# If you don't have a PostScript(tm) printer, don't panic, but do
# also install the latest "ghostscript" package for best printer support.
#
# Do also refer to the "printing" section of the handbook.  
#
#	http://www.freebsd.org/handbook/printing.html
#
# A local copy can be found under
#
#	/usr/share/doc/handbook/handbook.{html,latin1}.
#
# Banner pages are now suppressed by default.  Remove the :sh: capability
# to turn them back on.
#
#lp|local line printer:\
#	:sh:\
#	:lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
#
# Sample remote printer.  The physical printer is on machine "lphost".
# You can perform any kind of local filtering directly.  If you need
# local filters (e.g. LF -> CR-LF conversion for HP printers), create
# a filter script that sends the proper escape sequence to the printer
# and then concatenates stdin to stdout.
#
#remote|sample remote printer:\
#	:sh:\
#	:rm=lphost:sd=/var/spool/output/lphost:lf=/var/log/lpd-errs:\
#	:if=/usr/local/libexec/if-script:
#
# Simple Russian printer with hardware CP866 character set, output filter
# used for KOI8-R -> CP866 conversion
#
#lp|Russian local line printer:\
#	:sh:of=/usr/libexec/lpr/ru/koi2alt:\
#	:lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
lp|ascii|unix:\
        :lp=/dev/ulpt0:\
        :sd=/var/spool/lpd:\
        :if=/usr/local/bin/asciippafilter:\
        :mx#0:\
        :sh:
ps:\
        :lp=/dev/ulpt0:\
        :sd=/var/spool/ps:\
        :if=/usr/local/bin/ppafilter:\
        :mx#0:\
        :sh:
### BEGIN turboprint
#   Warning: Written by Turboprint - do not edit!
#            use tpsetup to edit printers
tp0|turbo2|Canon_S300:\
	:lp=/dev/ulpt0:\
	:if=/usr/share/turboprint/lib/tpfilter:\
	:sd=/var/spool/lpd/turbo2:\
	:lf=/var/spool/lpd/turbo2/log:\
	:af=/var/spool/lpd/turbo2/acct:\
	:la@:mx#0:\
	:tr=:cl:sh:
#
tp0raw|turbo2raw|Canon_S300raw:\
	:lp=/dev/ulpt0:\
	:if=/usr/share/turboprint/lib/tpfilterraw:\
	:sd=/var/spool/lpd/turbo2raw:\
	:lf=/var/spool/lpd/turbo2raw/log:\
	:af=/var/spool/lpd/turbo2raw/acct:\
	:la@:mx#0:\
	:tr=:cl:sh:
#
#
### END   turboprint

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?courier.3CC7515C.00006A55>