You are not logged in.
Despite trying instructions in the wiki, checking earlier reports of this problem on the forum and trying on reports from google, I am not able to install the scanner part of 'HP PSC 1410 all-in-one'. The command 'sane-find-scanner' finds it but 'scanimage -L' does not. Also xsane and simple-scan program do not find it. Any help will be appreciated.
(I also tried these entries in the udev sane rules:
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="4d11", MODE="0664", GROUP="scanner", ENV{libsane_matched}="yes"
"SUBSYSTEM=="usb_device", ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="4d11", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'", NAME="%c", MODE="0666", GROUP="scanner", ENV{libsane_matched}="yes"
but they do not work).
Some previous threads:
https://bbs.archlinux.org/viewtopic.php?id=107474
https://bbs.archlinux.org/viewtopic.php?id=65431
Not able to install sane-dev from AUR; 'makepkg -s' gives error:
==> WARNING: Cannot find the git binary required to determine latest git revision.
Last edited by rnarch (2012-03-28 05:05:09)
Offline
Not able to install sane-dev from AUR; 'makepkg -s' gives error:
==> WARNING: Cannot find the git binary required to determine latest git revision.
Have you installed git?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Git was not installed. So I installed it and ran 'makepkg -s' again. It ended with following error:
...........
installing saned.conf in /etc/sane.d/saned.conf...
installing dll.conf in /etc/sane.d/dll.conf...
for dir in artec_eplus48u gt68xx snapscan epjitsu ; do \
/bin/sh ../mkinstalldirs /home/sane-dev/pkg/usr/share/sane/${dir} ; \
done
mkdir -p -- /home/sane-dev/pkg/usr/share/sane/artec_eplus48u
mkdir -p -- /home/sane-dev/pkg/usr/share/sane/gt68xx
mkdir -p -- /home/sane-dev/pkg/usr/share/sane/snapscan
mkdir -p -- /home/sane-dev/pkg/usr/share/sane/epjitsu
/bin/sh ../mkinstalldirs -m 775 -g uucp /home/sane-dev/pkg/var/lock/sane
Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...Create each directory DIR (with mode MODE, if specified), including all
leading file name components.Report bugs to <bug-automake@gnu.org>.
make[4]: *** [install-lockpath] Error 1
make[4]: Leaving directory `/home/sane-dev/src/sane-backends/backend'
make[3]: *** [install-data-am] Error 2
make[3]: Leaving directory `/home/sane-dev/src/sane-backends/backend'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/sane-dev/src/sane-backends/backend'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/sane-dev/src/sane-backends/backend'
make: *** [install-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Please note the line: Report bugs to <bug-automake@gnu.org>. Is it a bug? Sane-dev was successfully installed by others, eg: https://bbs.archlinux.org/viewtopic.php?id=65431
Last edited by rnarch (2012-03-26 01:11:57)
Offline
I have a similar HP all in one printer, did you uncomment hpaio in /etc/sane.d/dll.conf? That worked for me ..
Offline
Yes, I did and it worked. Thanks. I do not know why do they have it commented out as the default.
Last edited by rnarch (2012-03-28 07:44:17)
Offline