> Concerning hplip : net-snmp can be disabled with --disable-network-build, and > sane can be disabled with --disable-scan-build. I built it with: > --docdir=/usr/share/doc/hplip-3.16.11 --disable-scan-build > --disable-network-build --enable-qt5 --disable-qt4 > but it is not needed for my configuration: the base "deskjet" driver provided > by cups-filters is enough (even gutenprint is not required). I haven't seen a > difficulty with the man pages of hplip. OTOH, it needs a lot of python modules > for its utilities. > > The printer is working now (I may try the scanner part later). > Going back to updating cups-filters...
I have been able to set scanning for my HP all in one, which is connected through the local network. FWIW: - net-snmp does not build with perl-5.24. It needs 2 patches, which can be found at https://bugs.debian.org/gci-bin/bugreport.cgi?bug=825014 - Hplip depends on sane and net-snmp (as already said). At run time, it further depends on dbus-python (in the book), PyQt5 (https://www.riverbankcomputing.com/software/pyqt/download5), which itself depends on SIP (https://www.riverbankcomputing.com/software/sip/download). If the socket URI is used in CUPS (that is proposed by default), xsane does not find the printer. You have to do: $ hp-makeuri <IP address of printer> Use the cups URI in cups. and type $ xsane <sane URI> Once done, the aio printer is found each time xsane is run. Pierre PS : Part of the above, I have found in the ubuntu wiki. It might be interesting to put this on an LFS wiki, but I am not sure where... -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
