Jonas on Tue, 4 Feb 2003 19:48:38 +0100 (CET)(envelope-from owner-apsfilter-help@apsfilter.org)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Can't get apsfilter to work with my HP Deskjet 690C


On Mon, 03 Feb 2003 21:36:59 +0100
Carsten Neumann <deltor@snafu.de> wrote:

> 
> You probably have to add a line:
> default_format=f
> to your /etc/lpd.conf.
> This will enable proper format conversion in the filter.
> Some pre-compiled LPRNG packages have this disabled by default.
> 
> 	Carsten
> 
> -- 
> Certify your minority, support spyware!
> Soon to come as TCPA and Palladium from Microsoft & Co.
> 

I added the line
default_format=f
to my /etc/lprng/lpd.conf and restarted lpd, but it still doesn't work.

My lprng is compiled with:
    ./configure --prefix=/usr \
                --sysconfdir=/etc/lprng \
                --with-printcap_path=/etc/printcap \
                --libexecdir=/usr/lib/lprng \
                --with-unix_socket_path=/tmp/lprng \
                --enable-static=no \
                --disable-setuid \
                --with-userid=daemon \
                --with-groupid=daemon
    make
    make DESTDIR=$PKG install