# This a copy from 8.2 as patch started breaking on current 11.07.2011 # 8.3 is NOT out yet though. ------------- # To: freebsd-usb@freebsd.org # From: Marcin Wisnicki # Date: Sun, 15 May 2011 10:09:04 +0000 (UTC) # Subject: Re: Does FreeBSD 8.2-RELEASE support combi printer + scanner ? # # On Thu, 12 May 2011 21:59:10 +0200, Julian H. Stacey wrote: # # > Hi usb people, # > Does 8.2-RELEASE support combi printer + scanner ? # # Yes, it should work. I have HP Deskjet K209a and it works without problems. # # Make sure that you enabled SCAN option in hplip port (it is disabled by default). # # # scanimage -L # device `hpaio:/usb/Deskjet_Ink_Advant_K209a-z?serial=CN97UBQ0NQ05DC' is a Hewlett-Packard Deskjet_Ink_Advant_K209a-z all-in-one # # # pkg_info -qW /usr/local/lib/sane/libsane-hpaio.so # hplip-3.11.3 # # # grep hpaio /usr/local/etc/sane.d/dll.conf # hpaio # # _______________________________________________ # freebsd-usb@freebsd.org mailing list # http://lists.freebsd.org/mailman/listinfo/freebsd-usb # To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" # ------------------------------- # Untested test by jhs@ # -------------- # *** 8.2-RELEASE/ports/print/hplip/Makefile Thu May 19 01:29:12 2011 # --- new/ports/print/hplip/Makefile Thu May 19 01:24:11 2011 # *************** # *** 128,133 **** # --- 128,135 ---- # CONFIGURE_ARGS+= --disable-network-build # .endif # # + WITH_SCAN=YES # + WITH_XSANE=YES # .if defined(WITH_SCAN) # . if defined(WITH_XSANE) # RUN_DEPENDS+= xsane:${PORTSDIR}/graphics/xsane # -------------- *** 8.3-RELEASE/ports/print/hplip/Makefile.orig Tue Jul 12 00:41:36 2011 --- new/ports/print/hplip/Makefile Tue Jul 12 00:46:49 2011 *************** *** 129,134 **** --- 129,140 ---- CONFIGURE_ARGS+= --disable-network-build .endif + # Loads of cheap devices have combo printer + scanner, + # Including jhs@ + # so by default add scanner support + WITH_SCAN=YES + WITH_XSANE=YES + .if defined(WITH_SCAN) . if defined(WITH_XSANE) RUN_DEPENDS+= xsane:${PORTSDIR}/graphics/xsane