Add a bit more information regarding HP scanners.

from a discussion with landry@
This commit is contained in:
ajacoutot 2020-10-11 15:45:31 +00:00
parent 59d141f471
commit 1045b917aa
4 changed files with 16 additions and 6 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.93 2020/08/23 15:52:11 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.94 2020/10/11 15:45:31 ajacoutot Exp $
BROKEN-alpha= ICE hp5590.c:1141: error: unrecognizable insn
COMMENT= API for accessing scanners, backends
DISTNAME= sane-backends-1.0.31
REVISION= 0
SHARED_LIBS += sane 2.1 # unknown

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.17 2019/12/14 13:02:28 ajacoutot Exp $
$OpenBSD: README,v 1.18 2020/10/11 15:45:31 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
@ -6,6 +6,8 @@ $OpenBSD: README,v 1.17 2019/12/14 13:02:28 ajacoutot Exp $
First read ${TRUEPREFIX}/share/doc/sane-backends/PROBLEMS.
HP scanners need the hplip and hpaio packages installed.
USB
===
Since USB scanning will be handled by libusb, you need to allow

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.184 2020/10/08 06:47:45 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.185 2020/10/11 15:45:31 ajacoutot Exp $
PORTROACH= skipv:${V}_py2.5
@ -14,6 +14,7 @@ DISTNAME= hplip-${V}
SUBST_VARS= V
REVISION-main= 0
REVISION-common= 0
REVISION-gui= 0
# https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1745383

View File

@ -1,4 +1,4 @@
$OpenBSD: README-common,v 1.9 2018/09/04 12:46:20 espie Exp $
$OpenBSD: README-common,v 1.10 2020/10/11 15:45:31 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
@ -59,12 +59,18 @@ CUPS). For more information, see:
Scanning
========
See generic scanning documentation in:
${LOCALBASE}/share/doc/pkg-readmes/sane-backends
Installing a scanner automatically using the HP tools
-----------------------------------------------------
(req. hplip+hpaio)
First, install the printing part of you all-in-one printer using the HP
tools as documented above.
First, install the printing part of your all-in-one printer using the HP
tools under cups(1) as documented above (it must used an hpcups driver).
The dbus-daemon(1) must be running:
# rcctl enable messagebus && rcctl start messagebus
Once configured in CUPS with an hp:// URI, then it should work out of
the box using hp-scan and/or sane(7)-compatible applications.