[sane-devel] Epson Perfection 3490 on Ubuntu Breezy 5.10?

2005-12-05 Thread Denis Haskin
Imar -- I will try this, thanks.

dwh


Imar van Erven Dorens wrote:

 Hello Denis,

 I'm new to these mailing lists, so I hope I mail this alright.
 I had the same problem like you, though before my 3490 I was 
 struggling to make an old canon scanner working with Xsane and learned 
 a bit..

 1: look into /etc/sane.d/dll.conf
 Mine missed an entry to epkowa.conf which is essential for the 3490 
 according to the iscan installation manual.
 http://www.avasys.jp/english/linux_e/dl_scan.html (get the pdf)
 So insert 'epkowa' into dll.conf
 2: restart saned: # saned restart

 3: now try # scanimage -L

 I bet it works.

 Greetings,Imar.
 ICQ: 11555901



[sane-devel] Epson Perfection 3490 on Ubuntu Breezy 5.10?

2005-12-04 Thread Imar van Erven Dorens
Hello Denis,

I'm new to these mailing lists, so I hope I mail this alright.
I had the same problem like you, though before my 3490 I was struggling 
to make an old canon scanner working with Xsane and learned a bit..

1: look into /etc/sane.d/dll.conf
Mine missed an entry to epkowa.conf which is essential for the 3490 
according to the iscan installation manual.
http://www.avasys.jp/english/linux_e/dl_scan.html (get the pdf)
So insert 'epkowa' into dll.conf
2: restart saned: # saned restart

3: now try # scanimage -L

I bet it works.

Greetings,  Imar.
ICQ: 11555901



Denis Haskin wrote:

Very weird.  Looks like what's happening is that the scanner keeps
resetting itself (every few seconds) and gets assigned a new USB device
number.

I thought maybe the problem was I hadn't specified any firmware file, so
I got that off the Windows install CD and modified snapscan.config to
add it, but hasn't seemed to change behavior.

Anybody have any thoughts?

Thanks,

dwh




[sane-devel] Epson Perfection 3490 on Ubuntu Breezy 5.10?

2005-11-21 Thread Denis Haskin
Okay, a little more headway:

I installed the Epson iScan package from 
http://www.avasys.jp/english/linux_e/dl_scan.html

After converting it to a .deb, I installed it with --force-overwrite and 
it installed.

The scanner *still* seems to be resetting every few seconds and getting 
a new USB device number, which doesn't seem right (from dmesg):

[4298121.465000] usb 5-1: USB disconnect, address 94
[4298121.633000] usb 5-1: new high speed USB device using ehci_hcd and 
address 95
[4298148.215000] usb 5-1: USB disconnect, address 95
[4298148.383000] usb 5-1: new high speed USB device using ehci_hcd and 
address 96

scanimage now fails with:
scanimage: sane_start: Invalid argument

when I turn debugging on, I get a ton of detail I can't make heads or 
tails of grin.  See it here:  http://pastebin.com/435805 .  Any 
suggestions?  Thanks!

dwh




[sane-devel] Epson Perfection 3490 on Ubuntu Breezy 5.10?

2005-11-20 Thread Denis Haskin
Very weird.  Looks like what's happening is that the scanner keeps 
resetting itself (every few seconds) and gets assigned a new USB device 
number.

I thought maybe the problem was I hadn't specified any firmware file, so 
I got that off the Windows install CD and modified snapscan.config to 
add it, but hasn't seemed to change behavior.

Anybody have any thoughts?

Thanks,

dwh


Denis Haskin wrote:

 I wondered about that as well, but same thing even running as root:

 root@dwhlinux:/etc/sane.d# sudo scanimage -L

 No scanners were identified. If you were expecting something different,
 check that the scanner is plugged in, turned on and detected by the
 sane-find-scanner tool (if appropriate). Please read the documentation
 which came with this software (README, FAQ, manpages).



 albi wrote:

On Sat, 19 Nov 2005 10:29:15 -0500
Denis Haskin de...@haskinferguson.net wrote:

  

I recently switched to Ubuntu Linux, running Breezey 5.10.  I
purchased an Epson Perfection 3490 since the various SANE pages I
visited indicated a pretty high level of support for Epson scanners
in general.


-- cut --
  

 found USB scanner (vendor=0x04b8 [EPSON], product=0x0122 [EPSON 
Scanner]) at libusb:005:109

but scanimage says scanimage: no SANE devices found and likewise
xsane.



this could be a permission-problem, i've seen that in ubuntu breezy some
months ago

what gives : sudo scanimage -L ?

  



[sane-devel] Epson Perfection 3490 on Ubuntu Breezy 5.10?

2005-11-19 Thread Denis Haskin
I am quite sure this must be a FAQ but I can't find the answer to it 
anywhere...

I recently switched to Ubuntu Linux, running Breezey 5.10.  I purchased 
an Epson Perfection 3490 since the various SANE pages I visited 
indicated a pretty high level of support for Epson scanners in general.

But I admit I'm at a loss as to how to get it to work, and some pointers 
to some really basic steps would be great.

I have not added any optional packages or anything.  sane-find-scanner 
finds it:

 found USB scanner (vendor=0x04b8 [EPSON], product=0x0122 [EPSON 
Scanner]) at libusb:005:109

but scanimage says scanimage: no SANE devices found and likewise xsane.

Is there some other configuration I need to do?

Thanks,

dwh


[sane-devel] Epson Perfection 3490 on Ubuntu Breezy 5.10?

2005-11-19 Thread albi
On Sat, 19 Nov 2005 10:29:15 -0500
Denis Haskin de...@haskinferguson.net wrote:

 I recently switched to Ubuntu Linux, running Breezey 5.10.  I
 purchased an Epson Perfection 3490 since the various SANE pages I
 visited indicated a pretty high level of support for Epson scanners
 in general.
-- cut --
  found USB scanner (vendor=0x04b8 [EPSON], product=0x0122 [EPSON 
 Scanner]) at libusb:005:109
 
 but scanimage says scanimage: no SANE devices found and likewise
 xsane.

this could be a permission-problem, i've seen that in ubuntu breezy some
months ago

what gives : sudo scanimage -L ?

-- 
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import


[sane-devel] Epson Perfection 3490 on Ubuntu Breezy 5.10?

2005-11-19 Thread Denis Haskin
I wondered about that as well, but same thing even running as root:

root@dwhlinux:/etc/sane.d# sudo scanimage -L

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).



albi wrote:

On Sat, 19 Nov 2005 10:29:15 -0500
Denis Haskin de...@haskinferguson.net wrote:

  

I recently switched to Ubuntu Linux, running Breezey 5.10.  I
purchased an Epson Perfection 3490 since the various SANE pages I
visited indicated a pretty high level of support for Epson scanners
in general.


-- cut --
  

 found USB scanner (vendor=0x04b8 [EPSON], product=0x0122 [EPSON 
Scanner]) at libusb:005:109

but scanimage says scanimage: no SANE devices found and likewise
xsane.



this could be a permission-problem, i've seen that in ubuntu breezy some
months ago

what gives : sudo scanimage -L ?

  

-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20051119/1fa4fcc6/attachment.html
From pie...@pirsoft.dnsalias.org  Sat Nov 19 23:17:30 2005
From: pie...@pirsoft.dnsalias.org (Pierre Willenbrock)
Date: Sat Nov 19 23:17:46 2005
Subject: [sane-devel] genesys backend
In-Reply-To: 42ffc607.9030...@pirsoft.dnsalias.org
References: 42ffc607.9030...@pirsoft.dnsalias.org
Message-ID: 437fb28a.2050...@pirsoft.dnsalias.org

Hi all,

after some e-mail exchange and bug-hunting with St?phane the genesys
backend should now support gl646 and gl841 based scanners.
The Canon LiDE 35/40/50 scanners are now supported in cvs.

I hope we didn't break any of the currently supported scanners.

I want to thank everyone, especially St?phane, for their input.

Regards,
  Pierre