b7e6f6dba1
Some parts of the tools are still somewhat WIP; however, thanks to a donation from linuxfund.org this has been successfully tested on a HP OfficeJet 7500 e910, using STP discovery over WiFi with automatic PPD generation. Scanning, printing, cartridge information... working.
16 lines
583 B
Plaintext
16 lines
583 B
Plaintext
$OpenBSD: README-hpcups,v 1.3 2013/03/08 06:51:46 ajacoutot Exp $
|
|
|
|
+-----------------------------------------------------------------------
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
To add a CUPS printer, use the `hp-makeuri' command from the "hplip"
|
|
package.
|
|
e.g. for a network printer:
|
|
$ hp-makeuri 192.168.10.100
|
|
<...>
|
|
CUPS URI: hp:/net/HP_LaserJet_5100_Series?ip=192.168.10.100
|
|
|
|
Then add an 'HP Printer (HPLIP)' entry in CUPS with the corresponding
|
|
URI (using the CUPS web interface or lpadmin(8)).
|