First of all, get the working versions of cups, gnutls, libgcrypt from
this thread.
(The feed does not appear to have been updated)
Install
cupsclient and
ghostscript-gpl as well.
Then,
root-:) cp /etc/cups/cupsd.conf.default /etc/cups/cupsd.conf
Next, adjust the group settings to permit access through the web interface:
root-:) chgrp lp /etc/cups/*
Set some workable permissions on the spool:
root-:) chmod 775 /var/spool/cups/
root-:) chmod 711 /var/spool/
Uncomment in
/etc/cups/mime.convs:
application/vnd.cups-postscript application/vnd.cups-raster 100 pstoraster
...
application/octet-stream application/vnd.cups-raw 0 -
Go to the
printer database and find the appropriate .ppd file for your network printer.
Copy the .ppd to where the installation wizard can find it:
root-:) cp /prog/feed/hp_LaserJet_4300_Series.ppd /usr/share/cups/model/
Start cups:
root-:) /etc/rc.d/init.d/cups start
cups: started scheduler.
root-:) /etc/rc.d/init.d/cups status
cups: scheduler is running.
Go to
the admin interface and add the printer. (The driver should appear in the appropriate window). Print a test page... Make it a default printer.
The web interface seems to be quite buggy and some functions (e.g. redirections/refresh, Set Printer Options etc) do not work -- might need to edit /etc/cups/printers.conf and/or other configuration files.
At first attempt to print, KO/PI asks for printer configuration and finds it.
Abiword and leafpad do not show the printer, but printing to "Generic PostScript" works.
ScITE does not work (with the a2ps error).