Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Nov 1998 17:43:28 -0600
From:      Don Read <sysop@calcasieu.com>
To:        Christopher Raven <c.raven@ukonline.co.uk>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: APS Filter/JetDirect troubles...
Message-ID:  <3.0.5.32.19981109174328.00826320@mail>
In-Reply-To: <3647792F.439C6C30@ukonline.co.uk>
References:  <Pine.NEB.3.96.981109133141.15750x-100000@ds9.dreamhaven.org>

next in thread | previous in thread | raw e-mail | index | archive | help
back on 11:22 PM 11/9/98 +0000, you said:
>
>So don't install apsfilter on a machine, where no printer is directly
>connected !!!! This means also, that apsfilter won't work with those
>magic print boxes (Net Cube, or such), that are used to connect a
>printer somewhere in your office to the network."
>
>
>Not much help to you sorry :-(
>But thats what it says.

I don't think thats what it sez ...

not FreeBSD + HP, but here's how I print to a Lexmark with a network card:

clsrp|Corp laser portriat :\

:lp=/dev/null:if=/usr/lib/lp/bin/clsr.p:sd=/usr/spool/lpd/clsr/p:lf=/var/log
/lpd:sh:
clsrl|clsr|Corp laser landscape:\

:lp=/dev/null:if=/usr/lib/lp/bin/clsr.l:sd=/usr/spool/lpd/clsr/l:lf=/var/log
/lpd:sh:
clsrraw|Corp laser no if:\
    :lp=:rm=clsr:rp=lp:sd=/usr/spool/lpd/clsr:lf=/var/log/lpd:sh:


and the script:

ofile=/var/tmp/lp.ost$$

#should be lp.cat but the ECS app generates nulls in AP 
#lp.nonull to eat \0's and any other nasties from the input

/usr/lib/lp/bin/lp.nonull | /usr/lib/lp/postscript/postprint -pland - > $ofile

returnval=$?
/bin/lpr -r -Pclsrraw $ofile
sleep 5
exit $returnval



Regards,
-- 
Don Read                               sysop@calcasieu.com
EDP Manager                                dread@texas.net
Calcasieu Lumber Co.                             Austin TX
- Ya jes' mash that button, rite jher


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19981109174328.00826320>