Bug#525963: Canon Lide 60: locks up without --batch-count=1

2009-05-20 Thread Guido Günther
On Mon, May 11, 2009 at 11:51:10AM +0200, Julien BLACHE wrote:
 Guido Günther a...@sigxcpu.org wrote:
 
 Hi Guido,
 
  leads to the optical array moving very slowly and the motor making lots
  of noise while doing so (after scanning the first page). Interrupting
  the scan (CTRL-C) doesn't help, one has to unplug the scanner.
 
 Does that still happen with 1.0.20?
Works nicely with 1.0.20, thanks! Any idea which patch that was, I'd
like to fix this locally for 1.0.19 here too since we can't upgrade
easily to 1.0.20.
Cheers,
 -- Guido



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#525963: Canon Lide 60: locks up without --batch-count=1

2009-05-20 Thread Julien BLACHE
Guido Günther a...@sigxcpu.org wrote:

Hi,

 Works nicely with 1.0.20, thanks! Any idea which patch that was, I'd

I haven't looked at the changes, sorry. But now that SANE has switched
to git you should be able to find out pretty easily, even if you end
up bisecting :)

 like to fix this locally for 1.0.19 here too since we can't upgrade
 easily to 1.0.20.

I don't think backports are the problem here, right?

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#525963: Canon Lide 60: locks up without --batch-count=1

2009-05-11 Thread Julien BLACHE
Guido Günther a...@sigxcpu.org wrote:

Hi Guido,

 leads to the optical array moving very slowly and the motor making lots
 of noise while doing so (after scanning the first page). Interrupting
 the scan (CTRL-C) doesn't help, one has to unplug the scanner.

Does that still happen with 1.0.20?

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#525963: Canon Lide 60: locks up without --batch-count=1

2009-04-29 Thread Guido Günther
On Tue, Apr 28, 2009 at 11:05:59AM +0200, Julien BLACHE wrote:
 Guido Günther a...@sigxcpu.org wrote:
 
 Hi,
 
  This is a flatbed scanner, so scanning more than one page sure isn't
  useful but I'd be great if the device wouldn't become unusable after
  scanning one page. Please let me know if you need any more information.
 
 You probably want --batch-prompt if you don't have an ADF on the
 scanner. Could you try that?
Result is the same. After hitting return for the second page the motor
makes the same scary noises. Will check .20 when its out.
Cheers,
 -- Guido



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#525963: Canon Lide 60: locks up without --batch-count=1

2009-04-29 Thread Julien BLACHE
Guido Günther a...@sigxcpu.org wrote:

Hi,

 You probably want --batch-prompt if you don't have an ADF on the
 scanner. Could you try that?

 Result is the same. After hitting return for the second page the motor
 makes the same scary noises. Will check .20 when its out.

OK, not really a surprise. Looks like a missing reset or something
alike.

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#525963: Canon Lide 60: locks up without --batch-count=1

2009-04-28 Thread Guido Günther
Package: libsane
Version: 1.0.19-26
Severity: normal

Hi,
on a Canon Lide 60 (04a9:221c, genesys backend) scanning one page with:

#scanimage --device-name=genesys:libusb:001:011 --mode=Gray -l 0 -y 297 \
 --resolution=300 -x 210 -t 0 --batch --progress --batch-count=1
Scanning 1 pages, incrementing by 1, numbering from 1
Scanning page 1
Scanned page 1. (scanner status = 5)

works perfectly. However using it without --batch-count:

# scanimage --device-name=genesys:libusb:001:011 --mode=Gray \
  -l 0 -y 297 --resolution=300 -x 210 -t 0 --batch --progress
Scanning -1 pages, incrementing by 1, numbering from 1
Scanning page 1
Scanned page 1. (scanner status = 5)
Scanning page 2
tilt

leads to the optical array moving very slowly and the motor making lots
of noise while doing so (after scanning the first page). Interrupting
the scan (CTRL-C) doesn't help, one has to unplug the scanner.

This is a flatbed scanner, so scanning more than one page sure isn't
useful but I'd be great if the device wouldn't become unusable after
scanning one page. Please let me know if you need any more information.
Cheers,
 -- Guido




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#525963: Canon Lide 60: locks up without --batch-count=1

2009-04-28 Thread Julien BLACHE
Guido Günther a...@sigxcpu.org wrote:

Hi,

 This is a flatbed scanner, so scanning more than one page sure isn't
 useful but I'd be great if the device wouldn't become unusable after
 scanning one page. Please let me know if you need any more information.

You probably want --batch-prompt if you don't have an ADF on the
scanner. Could you try that?

It'll be worth retesting --batch alone with 1.0.20 next week, though.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org