You are not logged in.

#1 2012-03-25 17:22:28

rnarch
Member
Registered: 2012-03-17
Posts: 292

Not able to install scanner part of 'HP PSC 1410 all-in-one'[SOLVED]

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

#2 2012-03-25 18:45:08

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,168

Re: Not able to install scanner part of 'HP PSC 1410 all-in-one'[SOLVED]

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

#3 2012-03-26 01:11:35

rnarch
Member
Registered: 2012-03-17
Posts: 292

Re: Not able to install scanner part of 'HP PSC 1410 all-in-one'[SOLVED]

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

#4 2012-03-27 22:16:23

okubax
Member
From: Kent, UK.
Registered: 2010-04-24
Posts: 210
Website

Re: Not able to install scanner part of 'HP PSC 1410 all-in-one'[SOLVED]

I have a similar HP all in one printer, did you uncomment hpaio in /etc/sane.d/dll.conf? That worked for me ..

Offline

#5 2012-03-28 05:04:35

rnarch
Member
Registered: 2012-03-17
Posts: 292

Re: Not able to install scanner part of 'HP PSC 1410 all-in-one'[SOLVED]

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

Board footer

Powered by FluxBB