View Single Post
  #4   (View Single Post)  
Old 6th July 2008
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

Quote:
Originally Posted by Shagbag View Post
I have an HP LaserJet 1018. It uses the ZjStream wire protocol - not PCL (like almost all other HP printers), ie. I can't use the standard HP printer drivers. Instead, I have successfully compiled and installed the foo2zjs printer driver. I've installed ghostscript and I have cupsd working. However, this is my first ever attempt at using a printer in OpenBSD and I'm having difficulty knowing just what I need to do to use it.

There doesn't seem to be anything on printing in the OpenBSD FAQ.
I've read the cupsd and cupsd.conf man pages and they're not very helpful.
I couldn't find much googling the internet.

Does anyone have (or can point me to) a newbie-friendly printing guide for OpenBSD they could share with me?

Kind regards
Since you are using CUPS spooling system except starting CUPS daemon which is described in FAQ, executing a script which will replace LPD with CUPS on OpenBSD (hint read installation message for CUPS) there is nothing OpenBSD specific about printing.

You need to add yourself to CUPS group and change group ownership into _cups on device nodes (/dev/ulpt for USB and /dev/lpt for parallel port printer).

All other questions that you might have are answered in CUPS documentation

user manual

http://www.cups.org/doc-1.1/sum.html#CONTENTS

system administrator manual

http://www.cups.org/doc-1.1/sam.html#CONTENTS
Reply With Quote