0639571144
This port contains 3 subpackages: * hplip HPLIP is an HP developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Unix. The HPLIP project provides printing support for 1,248 printer models, including Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business Inkjet, LaserJet, Edgeline MFP, and LaserJet MFP. * hpijs (supersed print/hpijs) The Hewlett-Packard Co. Linux Inkjet Driver Project is an add-on to the GNU Ghostscript application. This driver is based on the Hewlett Packard Appliance APDK for deskjet printers. * hplip-docs Documentation for HPLIP in HTML format. feedback from winiger@, reviewed by bernd@ "looks correct" jasper@ , "works for me" sthen@
15 lines
592 B
Plaintext
15 lines
592 B
Plaintext
* HPLIP communication with the printer is done via CUPS so you need to
|
|
give the _cups user r/w access to /dev/{usb,ugen}*
|
|
|
|
* the printer must attach as a ugen(4) device which means you need to
|
|
disable ulpt in your kernel - see config(8).
|
|
|
|
* to provides persistent data and event services to HPLIP client
|
|
applications, you must start the hpssd daemon (it needs to be done
|
|
before the cupsd spooler is started). As root:
|
|
${PREFIX}/sbin/hpssd
|
|
|
|
* to make the hpaio backend available to SANE, simply add "hpaio" to
|
|
its configuration file. As root:
|
|
echo "hpaio" >> ${SYSCONFDIR}/sane.d/dll.conf
|