LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-20-2015, 04:42 AM   #1
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Rep: Reputation: Disabled
problem with scanner Epson perfection v370


After installing the appropriate software with 'iscan-perfection-v370-bundle-1.0.0.x64.rpm.tar.gz' provided by Epson, I get

Quote:
-root-> sane-find-scanner

# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.

# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
# Also you need support for SCSI Generic (sg) in your operating system.
# If using Linux, try "modprobe sg".

found USB scanner (vendor=0x04b8 [EPSON], product=0x014a [EPSON Perfection V37/V370]) at libusb:005:002
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.

# Not checking for parallel port scanners.

# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.

-root-> scanimage -L
device `epkowa:interpreter:005:002' is a Epson (unknown model) flatbed scanner

i.e. the scanner is detected by 'sane-find-scanner' but not recognized by 'scanimage -L'
Of course xsane does not work, it finds "Epson (unknown model) flatbed scanner" and says that an invalid argument is sent to device 'epokwa:interpreter:005:002'

'epokwa' is present in /etc/sane.d/dll.conf

Did I miss something ?
 
Old 11-20-2015, 06:32 AM   #2
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Original Poster
Rep: Reputation: Disabled
I have tried the demo version of Vuescan and everything works immediately, so it is not a hardware problem
 
Old 11-20-2015, 03:14 PM   #3
fido_dogstoyevsky
Member
 
Registered: Feb 2015
Location: Victoria, Australia
Distribution: Slackware 15
Posts: 490
Blog Entries: 2

Rep: Reputation: 576Reputation: 576Reputation: 576Reputation: 576Reputation: 576Reputation: 576
Quote:
Originally Posted by Toutatis View Post
After installing the appropriate software with 'iscan-perfection-v370-bundle-1.0.0.x64.rpm.tar.gz' provided by Epson, I get
...
Of course xsane does not work, it finds "Epson (unknown model) flatbed scanner" and says that an invalid argument is sent to device 'epokwa:interpreter:005:002'

'epokwa' is present in /etc/sane.d/dll.conf

Did I miss something ?
I'm using an Epson V350 (Slackware 14.1). Assuming the V350 and V370 behave similarly, the order of installation is important. The version numbers below are for the versions I downloaded from Avasys (now only available from Epson, rpms were converted using rpm2txz):

(1) remove iscanfree if it is installed;
(2) install iscan-data-1.22.0-noarch-1.txz;
(3) install iscan-2.29.1-i386-5.usb0.1.ltdl7.txz;
(4) install iscan-plugin-gt-f700-2.1.2-i386-1.txz.

Hope this helps.
 
Old 11-20-2015, 03:18 PM   #4
moesasji
Member
 
Registered: May 2008
Distribution: Slackware Current / OpenBSD
Posts: 322

Rep: Reputation: 104Reputation: 104
Quote:
Originally Posted by fido_dogstoyevsky View Post
I'm using an Epson V350 (Slackware 14.1). Assuming the V350 and V370 behave similarly, the order of installation is important. The version numbers below are for the versions I downloaded from Avasys (now only available from Epson, rpms were converted using rpm2txz):

(1) remove iscanfree if it is installed;
(2) install iscan-data-1.22.0-noarch-1.txz;
(3) install iscan-2.29.1-i386-5.usb0.1.ltdl7.txz;
(4) install iscan-plugin-gt-f700-2.1.2-i386-1.txz.

Hope this helps.
Although I have no doubt that this works, but why not simply use the iscan packages that are build from source for Slackware as provided by Alienbob? That is both easier to do and easier to maintain.
 
Old 11-20-2015, 03:40 PM   #5
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Original Poster
Rep: Reputation: Disabled
@moesasji I have tried this also, but it did not work, maybe because I did not install them in the correct order

@fido_dogstoyevsky I have done what you suggested, and also I think that I have put a correct '/var/lib/iscan/interpreter'

Quote:
interpreter usb 0x04b8 0x014a /usr/lib64/iscan/libiscan-plugin-perfection-v370 /usr/share/iscan/esfwdd.bin
I had this from a previous installation, and I don't remember where I found it...
And now it works !

And I don't see why it did not work before and why the order is important (it does not appear to me in the doinst.sh files)
 
Old 11-20-2015, 05:22 PM   #6
moesasji
Member
 
Registered: May 2008
Distribution: Slackware Current / OpenBSD
Posts: 322

Rep: Reputation: 104Reputation: 104
Quote:
Originally Posted by Toutatis View Post
And I don't see why it did not work before and why the order is important (it does not appear to me in the doinst.sh files)
When I was building iscan for my Epson WF-3520 the order was important. iscan-data needs to be installed prior to building the rest otherwise it doesn't work correctly despite not warning about it during the build. I indeed don't see why the order would matter when installing from packages.

btw) My guess is that the packages from Alienbob don't work for you because you need the libiscan-plugin-perfection. That isn't installed on my system, i.e. package 4 in the list is missing as I use iscan-network-nt instead.

Last edited by moesasji; 11-20-2015 at 05:23 PM.
 
Old 11-20-2015, 09:53 PM   #7
fido_dogstoyevsky
Member
 
Registered: Feb 2015
Location: Victoria, Australia
Distribution: Slackware 15
Posts: 490
Blog Entries: 2

Rep: Reputation: 576Reputation: 576Reputation: 576Reputation: 576Reputation: 576Reputation: 576
Quote:
Originally Posted by moesasji View Post
Although I have no doubt that this works, but why not simply use the iscan packages that are build from source for Slackware as provided by Alienbob? That is both easier to do and easier to maintain.
I should, just to do it right. But at the time scanning was not my highest priority so I just did what (eventually) worked in OpenSuse.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Epson Perfection 2580 Scanner Woodsman Slackware 4 06-05-2013 08:50 PM
[SOLVED] Epson Perfection 350 Scanner driver will not recognize the scanner Mikech Linux - Hardware 4 10-25-2012 12:09 PM
[SOLVED] Problem with Epson Perfection V350 Scanner Mikech Linux - Hardware 1 04-28-2012 09:31 AM
[SOLVED] Epson Perfection 1270 Scanner Lexus45 Linux - Hardware 2 09-04-2011 11:35 PM
epson perfection 3490 scanner mtb Linux - Hardware 2 11-16-2005 02:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration