LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-11-2012, 08:37 PM   #31
loshakova
Member
 
Registered: Apr 2012
Posts: 111

Original Poster
Rep: Reputation: Disabled

The debian package is the one I've been trying to install. When I couldn't get it to work, I did try converting the RPM package to debian, but that didn't work either.

But, guess what? I just ran Linux 9 system updates again, and this week's updates fixed it! So I'm back to having a working Epson Perfection 1660 Photo scanner. The Workforce 600 still doesn't work in Linux 9.

Before I checked for updates, I tried booting from a Linux 12 CD. On Linux 12, the Workforce 600 scanner works -- but not the 1600 scanner. So it definitely seems to be an issue with the scanner recognition. Weird...but now I have an emergency workaround for bulk scanning until I figure out what the issue is.

Thanks for your continued efforts to help -- I really appreciate it.
best regards
loshakova
 
Old 04-11-2012, 09:15 PM   #32
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
Quote:
The debian package is the one I've been trying to install.
How did you try to install the package? What command you used to install?
Quote:
I did try converting the RPM package to debian, but that didn't work either.
There wasn't any need of converting RPM package to .deb package when the debian package is available in their website and you can download that.
Quote:
The Workforce 600 still doesn't work in Linux 9.
Again try to install the .deb package on your linux mint 9, maybe this time you get some luck or some trick.
Quote:
But, guess what? I just ran Linux 9 system updates again, and this week's updates fixed it! So I'm back to having a working Epson Perfection 1660 Photo scanner.
Glad to know that updating the system worked for you.
 
Old 04-11-2012, 09:43 PM   #33
loshakova
Member
 
Registered: Apr 2012
Posts: 111

Original Poster
Rep: Reputation: Disabled
First, I tried to install the .deb package following the instructions in the installation file that was included in the package. This is the same manual that is linked on this Epson page, subsituting the name of my package in the command string. I got the following error:
bash: ./configure: No such file or directory

Then, I tried to use the instructions in the tutorial here.

I tried both of these several times on different days, and from all levels of the package folder hierarchy -- from inside the Downloads folder but outside the package folder, from inside the package folder but outside the data folder, from inside the data folder, etc. In all cases, I got the following error:
E: Couldn't find package iscan

I hunted around some more and found this. I installed the PPA, but got another package error when I tried to do step 2.

Then, only as a last resort, I tried to convert the RPM package, using the instructions here. That didn't work either.

Just to reassure you, I do understand that I should be installing a .deb package on a Debian OS.
 
Old 04-12-2012, 12:17 PM   #34
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
Quote:
First, I tried to install the .deb package following the instructions in the installation file that was included in the package. This is the same manual that is linked on this Epson page, subsituting the name of my package in the command string. I got the following error:
bash: ./configure: No such file or directory
What command you tried to install the package? Did you tried ./configure to install the .deb package?
You don't need to convert the packages all the time, when .deb package is already there on this link.
You just need to download the .deb package and install it that's it.
The command for installing .deb package is-

Code:
$ sudo dpkg -i package-name.deb
 
Old 04-12-2012, 10:52 PM   #35
loshakova
Member
 
Registered: Apr 2012
Posts: 111

Original Poster
Rep: Reputation: Disabled
The .deb command you included above was exactly the command I used. I also tried ./configure. Neither worked. Something must be messed up somewhere.
 
Old 04-13-2012, 11:47 AM   #36
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
What were the errors you got while using above command posted in my last post? Also post what command you used.
 
Old 04-13-2012, 01:43 PM   #37
loshakova
Member
 
Registered: Apr 2012
Posts: 111

Original Poster
Rep: Reputation: Disabled
for sudo -i:

dpkg: error processing iscan_2.28.1-3.ltdl7_amd64.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
iscan_2.28.1-3.ltdl7_amd64.deb

for ./config:

bash: ./configure: No such file or directory
 
Old 04-13-2012, 02:03 PM   #38
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
Do your machine supports amd64 bit architecture packages?
 
Old 04-13-2012, 02:41 PM   #39
loshakova
Member
 
Registered: Apr 2012
Posts: 111

Original Poster
Rep: Reputation: Disabled
I am not 100% positive about this. Is amd64 the same as 64-bit? I have a Dell Inspiron 580s with an Intel® Core™ i3-550 processor, and I had 64-bit Windows before installing 64-bit Linux.

According to this Epson FAQ page, iscan_2.28.1-3.ltdl7_amd64.deb seems to be the correct package for Linux users who are using Linux Mint 6 or later.
 
Old 04-13-2012, 02:46 PM   #40
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
Your laptop's processor is intel and does not support amd64 bit architecture, that's why you're getting the error while installing.

Last edited by Satyaveer Arya; 04-13-2012 at 02:48 PM.
 
Old 04-13-2012, 02:56 PM   #41
loshakova
Member
 
Registered: Apr 2012
Posts: 111

Original Poster
Rep: Reputation: Disabled
Argh. I feel like such a dummy now. So, which debian package would you recommend that I use? There didn't seem to be another option for ltdl7. I tried downloading iscan-data_1.15.0-2_all, but had similar problems when I tried to install it.

I sure wish Epson provided full support for Linux.
 
Old 04-13-2012, 03:02 PM   #42
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
Try to install x86_64 bit architecture package.
On this link there is a package named - iscan_2.28.1-3.tar.gz, download this package and you can convert it into .deb package. Like this -
Code:
$ tar xzf iscan_2.28.1-3.tar.gz
$ cd iscan_2.28.1-3
$ dpkg-buildpackage -rfakeroot
and then you can install the .deb package like this -

Code:
$ sudo dpkg -i package-name.deb
Or other alternative is that you download the package named - iscan-2.28.1-3.x86_64.rpm from the same link and convert it into .deb package, like this -

But first check if alien package is installed on your machine or not, if not then do this -

Code:
# apt-get install alien
and then to convert it into a .deb package, you simply run

Code:
# alien iscan-2.28.1-3.x86_64.rpm
and then you can install the .deb converted package like this -

Code:
# dpkg -i <package_name.deb>
 
Old 04-13-2012, 03:05 PM   #43
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
Or you can do another thing, after downloading this package iscan_2.28.1-3.tar.gz, extract the package like this -

Code:
$ tar xzf iscan_2.28.1-3.tar.gz
$ cd iscan_2.28.1-3
$ ./configure
$ make
$ make install
 
Old 04-13-2012, 03:33 PM   #44
loshakova
Member
 
Registered: Apr 2012
Posts: 111

Original Poster
Rep: Reputation: Disabled
I tried the first .deb conversion. I got the following error:

dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value:
dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package iscan
dpkg-buildpackage: source version 2.28.1-3
dpkg-buildpackage: source changed by AVASYS CORPORATION <pipsnews@avasys.jp>
dpkg-buildpackage: host architecture amd64
dpkg-checkbuilddeps: Unmet build dependencies: cdbs libgimp2.0-dev
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)

Next, I tried /.config. It seems to have been successful. Woot! However, iscan doesn't show up in the software or package managers. When I try to run it from the terminal, I get the following error:

iscan: error while loading shared libraries: libesmod.so.2: cannot open shared object file: No such file or directory
 
Old 04-13-2012, 03:43 PM   #45
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
Sorry for asking again, but can you please once again confirm me that you're looking for drivers for your 1660 scanner, am I right? If not then please make me correct.

After compiling and installing the package did you restart your machine? If not then restart the machine and try again with your scanner.
 
  


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
canon scanner suddenly stopped working koenfloris Linux - Hardware 16 11-21-2010 04:44 AM
Scanner Stopped Working rajesh.bahl Linux - Desktop 2 11-16-2009 03:53 PM
Scanner stopped working ClayOgre Ubuntu 1 03-31-2007 08:24 PM
Solved - scanner stopped working after kernel upgrade jlinkels Linux - Hardware 0 12-13-2006 08:26 AM
kooka stopped working - no /dev/scanner LinuxOnly Ubuntu 3 05-12-2006 10:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:01 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