Mikolaj Kucharski writes: > - Does any of you have a working printer using ulpt(4) driver under > OpenBSD?
Yes, I just bought my first printer, a Brother DCP-L2550DW, and it works fine with ulpt(4) and lpd(8). It needed one customization: my printcap calls an output filter that (for non-PDF/PostScript) inserts a blank line in front and adds carriage returns to all lines. I can print plain text, PostScript, or PDF simply by passing the file to lpr(1).