I finally got it working. Here are the steps, OpenBSD 3.8, cups-1.1.23p2, ESP Ghostscript 7.07.1 and gutenprint-5.0.0-rc1
I installed the above in that order. Cups was a pkg and the other two were source. To install ghostscript I unpacked jpegsrc.v6b in the root directory. Then ./configure --with-cups --without-omni gmake gmake install The compile only works with gmake. For gutenprint ./configure --without-gimp --with-cups --disable-translated-cups-ppds gmake gmake install In configuring the printer with cups I set it up as a parallel polled printer (Epson) I first tested with lptest > /dev/ulpt0 with the BSD print system and could not print. Switching to a parallel cable solved that. Cheers, Jeff On 9/26/05, Theo de Raadt <[EMAIL PROTECTED]> wrote: > > Someone is telling you to use a non-standard FreeBSD extension. That's > hogwash. I suggest you advice them that their FAQ has an error. That > is not standard to any other system. > > And even then, it is even more wrong. > > > I've since found a link under the Gimp-Print FAQ that talks about the > > difficulty of printing to Epson Stylus printers in Free, Net and > OpenBSD. > > > > http://gimp-print.sourceforge.net/p_FAQ_OS_X.php3#BSD > > > > The short of it is that the BSD driver resets the printer losing sync. > The > > fix is to use unlpt0 instead of ulpt0 and it tells how to create the > device. > > However the command > > > > mknod unlpt0 c 113 64 root wheel > > > > gives usage: mknod... What is the correct command and is there anything > else > > I would need to do after this to get CUPS to recognize the printer at > that > > device? > > > > Thanks.

