LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-10-2002, 09:06 AM   #1
benzina
LQ Newbie
 
Registered: Nov 2002
Posts: 9

Rep: Reputation: 0
Unhappy NEWBIE STUCK - Epson -scanner not working


I've downaloaded iscan from http://www.epkowa.co.jp/english/linux_e/lsd_e.html

is there anybody out there that can make it work?
It seems that i must edit config files but i don't have a clue how to do to do this.
I don't know anything about compiling and stuff because i'm using linux for the first time since last friday.

I'm using mandrake 9 and i have a epson 1250 photo.

Any help please..


Filipe Dinis, from Portugal

Last edited by benzina; 12-10-2002 at 09:10 AM.
 
Old 12-10-2002, 01:28 PM   #2
abacad
LQ Newbie
 
Registered: Nov 2002
Location: Derbyshire UK
Distribution: Xandros
Posts: 29

Rep: Reputation: 15
Hi,

If you follow this link :

http://www.epkowa.co.jp/english/linux_e/lsd_dwn_e.html

Scroll to the bottom of the page, select your scanner and add your email address. This will take you to another download page.
This page gives you the drivers AND a readme file which tells you how to install the package.

Regards

Jim

Last edited by abacad; 12-10-2002 at 01:32 PM.
 
Old 12-10-2002, 08:46 PM   #3
benzina
LQ Newbie
 
Registered: Nov 2002
Posts: 9

Original Poster
Rep: Reputation: 0
i guess i must upgrade my kernel since kernel 2.4.8 is required in order to use iscan. How can i do that? Any help, please..

(i'm only using linux since last friday)
 
Old 12-11-2002, 04:14 AM   #4
abacad
LQ Newbie
 
Registered: Nov 2002
Location: Derbyshire UK
Distribution: Xandros
Posts: 29

Rep: Reputation: 15
As one newbie to another, the easiest way at the moment would be to get an updated version of your distro which will probably have the 2.4.19 kernel

Jim
 
Old 12-11-2002, 10:16 AM   #5
benzina
LQ Newbie
 
Registered: Nov 2002
Posts: 9

Original Poster
Rep: Reputation: 0
yes my kernel is 2.4.19 but on the iscan site it says that i need the 2.4.8.
 
Old 12-11-2002, 11:04 AM   #6
abacad
LQ Newbie
 
Registered: Nov 2002
Location: Derbyshire UK
Distribution: Xandros
Posts: 29

Rep: Reputation: 15
No, it says :

Quote:
3 Operating Condition

- Karnel (sic) 2.4.3 OR LATER is required when connecting your scanner by USB
- Karnel (sic) 2.4.8 OR LATER is required when connecting Perfection 1250/ Perfection 1250 Photo and Perfection 1260/ Perfection 1260 Photo
- The hard disk requires at least double size of an image data size to be scanned
So you should be ok to go with it

Jim

Last edited by abacad; 12-11-2002 at 11:09 AM.
 
Old 12-12-2002, 09:19 AM   #7
benzina
LQ Newbie
 
Registered: Nov 2002
Posts: 9

Original Poster
Rep: Reputation: 0
but when i typed: iscan - it comes out a error message:

"cannot send command to scanner" (or something like that,.. translated from portuguese)

i read on the iscan forum page some posts about this but i can't understand how the problem is solved..

Sorry for my total ignorance of the linux system.

Thanks for your help
 
Old 12-12-2002, 10:38 AM   #8
abacad
LQ Newbie
 
Registered: Nov 2002
Location: Derbyshire UK
Distribution: Xandros
Posts: 29

Rep: Reputation: 15
Filipe,

Go to the /etc/sane.d directory, and find the epson.conf file open it up with 'Midnight Commander' or similar editor.
Comment out scsi epson,
Uncomment and change the line usb /dev/usbscanner0 so it reads like usb /dev/usb/scanner0

Jim
 
Old 12-12-2002, 06:15 PM   #9
benzina
LQ Newbie
 
Registered: Nov 2002
Posts: 9

Original Poster
Rep: Reputation: 0
ok, i'll try it tomorrow afternoon.

Thank you for your time replying this stupid newbie problem

If it works i'll buy you a cup of coffee if you come to Portugal.
 
Old 12-12-2002, 07:12 PM   #10
abacad
LQ Newbie
 
Registered: Nov 2002
Location: Derbyshire UK
Distribution: Xandros
Posts: 29

Rep: Reputation: 15
I might just take you up on your offer as I will be in Portugal in May (Alvor)

Jim
 
Old 12-14-2002, 07:15 AM   #11
benzina
LQ Newbie
 
Registered: Nov 2002
Posts: 9

Original Poster
Rep: Reputation: 0
sorry for the delay
My epson.conf is already like you said:
usb /dev/usb/scanner0

Any more sugestions?

Thanks for your help.

Filipe
 
Old 12-15-2002, 09:05 AM   #12
abacad
LQ Newbie
 
Registered: Nov 2002
Location: Derbyshire UK
Distribution: Xandros
Posts: 29

Rep: Reputation: 15
Filipe,

Have you done this?

Acquire the vender ID and model ID.
Execute the following command to acquire the vendor ID and model ID of the connected scanner.
$ cat /proc/bus/usb/devices


Install the scanner module.

(Example)

Execute the following command as a root user.
(Specify the vender ID and model ID acquired in the step above, to the "vendor" and "product", respectively.)
# modprobe scanner vendor=0x04b8 product=0x010b


Run the Image Scan! for Linux.
$ iscan


Jim

Last edited by abacad; 12-15-2002 at 10:12 AM.
 
Old 12-16-2002, 11:04 AM   #13
benzina
LQ Newbie
 
Registered: Nov 2002
Posts: 9

Original Poster
Rep: Reputation: 0
I've done it!
Now it works!!!!!!!

Everyone who have same the problem here is the solution:
# modprobe scanner vendor=0x04b8 product=0x010F

then type:
iscan

And that's it! So simple!

Thank you so much!!!

Filipe Dinis

p.s. that coffee offer is up. If you pass by Leiria in Portugal email me: benzinadesign@iol.pt
more info at: www.benzinadesign.com
 
Old 12-16-2002, 11:54 AM   #14
abacad
LQ Newbie
 
Registered: Nov 2002
Location: Derbyshire UK
Distribution: Xandros
Posts: 29

Rep: Reputation: 15
Filipe

Very glad to hear you have got it working. I will now know what to do when I get my new Epson scanner for Christmas.


Jim
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Problem with Epson 1260 Scanner under 2.6.3 NewtoSlack Slackware 0 03-22-2004 02:35 AM
Epson Scanner Problems Ross Clement Linux - Hardware 1 02-20-2004 05:44 AM
epson usb scanner kafnir Linux - Hardware 15 04-14-2003 01:11 PM
epson scanner kafnir Linux - Hardware 1 12-10-2002 08:08 PM
epson scanner problem kafnir Linux - General 4 12-09-2002 06:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:53 PM.

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