On May 15 01:55:32, Ralph Ellis wrote:
> >FWIW, I believe your Brother printer will emulate PostScript OOTB--and
> >OpenBSD, and most UNIXes, supports this natively. All I needed to do
> >to print to my Brother printer at home is start lpd add the following
> >to /etc/printcap:
> ># Brother HL-5370DW
> >rp|brother|brotherhl-5370dw|remote line printer:\
> > :lp=:rm=printer:rp=lp:sd=/var/spool/output:lf=/var/log/lpd-errs:
This is what has worked for me with a non-postscript Brother printer:
lp|Brother:\
:lp=/dev/ulpt0:\
:af=/etc/foomatic/brother.ppd:\
:if=/usr/local/bin/foomatic-rip:\
:sd=/var/spool/output:\
:lf=/var/log/lpd-errs:\
:sh:
I got the PPD file from one of the foo* packages.
> For some reason, even though dmeg sees the printer at ulpt0, I could
> not get cups to see the printer connected to my usb port.
You don't need CUPS. The base lpd works just fine.