Page 2 of 2

Re: Epson Perfection 1270 scanner:scanning porteus 3.2

Posted: 16 Oct 2016, 15:24
by francois
Hello blaze. I have reread you. It seems that you are not very far from an end result. :)

What is the result of:

Code: Select all

xscanimage
http://snapscan.sourceforge.net/
To correctly install your scanner, you should
detect your scanner device
machine# tools/find-scanner
find-scanner: found scanner "AGFA SNAPSCAN 310 1.20" at device
/dev/XXXXX
if you want your scanner to be recognized easily, create a link. For SCSI scanners use:
machine# ln -s /dev/XXXXX /dev/scanner
For USB scanners use:
machine# ln -s /dev/XXXXX /dev/usbscanner
you should now scan using xscanimage
machine$ xscanimage


Have you read this ubuntu on installing scanner:
https://help.ubuntu.com/community/sane

Re: Epson Perfection 1270 scanner:scanning porteus 3.2

Posted: 16 Oct 2016, 16:24
by Blaze
Image
Image
Image
machine# tools/find-scanner
this command does not work for me.
Have you read this ubuntu on installing scanner:
yes

Re: Epson Perfection 1270 scanner:scanning porteus 3.2

Posted: 16 Oct 2016, 20:05
by francois
Please run:
http://lists.alioth.debian.org/pipermai ... 19990.html

Code: Select all

SANE_DEBUG_SNAPSCAN=255 xsane 2>debug.log

Re: Epson Perfection 1270 scanner:scanning porteus 3.2

Posted: 17 Oct 2016, 19:38
by Blaze

Code: Select all

SANE_DEBUG_SNAPSCAN=255 xsane 2>debug.log

Code: Select all

xsane: error while loading shared libraries: libgimpui-2.0.so.0: cannot open shared object file: No such file or directory
With my module it requires libgimp-2 https://pkgs.org/search/libgimp
https://pkgs.org/altlinux-sisyphus/clas ... 4.rpm.html
and now my scanner does not freeze, but artifacts is present.
Need to add libgimp-2 to printing module. Thanks.

Re: Epson Perfection 1270 scanner:scanning porteus 3.2

Posted: 18 Oct 2016, 07:06
by francois
So maybe the gimp-solibs (libraries) are needed for the printing package.

And now, what do you get with:

Code: Select all

SANE_DEBUG_SNAPSCAN=255 xsane 2>debug.log

Re: Epson Perfection 1270 scanner:scanning porteus 3.2

Posted: 18 Oct 2016, 08:52
by Blaze
francois wrote:So maybe the gimp-solibs (libraries) are needed for the printing package.
try without this package
francois wrote:what do you get with:

Code: Select all

SANE_DEBUG_SNAPSCAN=255 xsane 2>debug.log
this

Code: Select all

xsane: error while loading shared libraries: libgimpui-2.0.so.0: cannot open shared object file: No such file or directory

Re: Epson Perfection 1270 scanner:scanning porteus 3.2

Posted: 19 Oct 2016, 00:48
by francois
Do you have gimp on your system. Maybe you can load it to see if it works. Then you could narrow down the search. But I think that you have think about that. :wink:
..

Re: Epson Perfection 1270 scanner:scanning porteus 3.2

Posted: 19 Oct 2016, 16:52
by Blaze
I don't have gimp. Ok, I tried with gimp module - artifacts as were and remained.

I think it's simple-scan or xsane trouble, because with VueScan I don't have any problems.