According to Warren Block <[EMAIL PROTECTED]>:
>
> If the print job is plain text, does it end in a formfeed? If not, the
> printer may wait for one, and eventually timeout and print the page.
I only send PostScript to this printer. My WWW browsers do this for
me automatically and the FreeBSD
On Tue, 10 Jul 2007, William Bulley wrote:
I have an HP 1320 (only has USB and parallel support) hooked
to a FreeBSD 6.2-STABLE box using a USB cable.
I have configured /dev/ulpt0 into my /etc/printcap file.
Everything works fine and I am happy with this setup except
for one odd behaviour. Th
On Tue, 10 Jul 2007 09:41:34 -0400
William Bulley <[EMAIL PROTECTED]> wrote:
> According to Nikola Lecic <[EMAIL PROTECTED]>:
> >
> > Do you have any ulpt0 configuration in /etc/rc.local? If the printer
> > port is interrupt-driven, try polled standard mode, i.e. add
> >
> > lptcontrol -p -d /
According to Nikola Lecic <[EMAIL PROTECTED]>:
>
> Do you have any ulpt0 configuration in /etc/rc.local? If the printer
> port is interrupt-driven, try polled standard mode, i.e. add
>
> lptcontrol -p -d /dev/[printer-port]
>
> to your /etc/rc.local. The kind of behaviour you described can occ
On Tue, 10 Jul 2007 08:52:57 -0400
William Bulley <[EMAIL PROTECTED]> wrote:
> I have an HP 1320 (only has USB and parallel support) hooked
> to a FreeBSD 6.2-STABLE box using a USB cable.
>
> I have configured /dev/ulpt0 into my /etc/printcap file.
>
> Everything works fine and I am happy with