sane-epson driver & ava-1505

Alessandro Russo (axela@bigfoot.com)
Tue, 21 Jul 1998 18:51:05 +0200 (CEST)

Hi developers,

I've buyed a scanner EPSON GT-5500, inside I've found the scsi adapter
adaptec ava-1505 (someone has the same?)

After some problems with pnp the kernel seems to detect it:
I send this command line using lilo:
aha152x=0x140,11,7,1 nopnp

(nopnp is used by redhat 5.0 for disabling pnp)
--------
Jul 20 17:49:52 localhost kernel: aha152x: processing commandline: ok
Jul 20 17:49:52 localhost kernel: aha152x: BIOS test: passed,
detected 1 controller(s)
Jul 20 17:49:52 localhost kernel: aha152x0: vital data:
PORTBASE=0x140, IRQ=11, SCSI ID=7, reconnect=enabled, parity=enabled,
synchronous=disabled,delay=500, extended translation=disabled
Jul 20 17:49:52 localhost kernel: aha152x: trying software
interrupt, ok.
Jul 20 17:49:52 localhost kernel: scsi0 : Adaptec 152x SCSI driver;
$Revision: 1.18 $
Jul 20 17:49:52 localhost kernel: scsi : 1 host.
Jul 20 17:49:52 localhost kernel: Vendor: EPSON Model: SCANNER
GT-5500 Rev: 1.01
Jul 20 17:49:52 localhost kernel: Type: Processor
ANSI SCSI revision: 02
Jul 20 17:49:52 localhost kernel: scsi : detected total.
---------
but when I use scanimage:
-------
[sanei_init_debug]: Setting debug level of sanei_scsi to 127.
Detected scsi generic sga at scsi0, channel 0, id 2, lun 0
[sanei_scsi] scsi_req_enter: entered 0x804cf18
[sanei_scsi] sanei_scsi_req_wait: waiting for 0x804cf18
[sanei_scsi] sanei_scsi.issue: 0x804cf18
[sanei_scsi] sanei_scsi_req_wait: read 72 bytes
[sanei_scsi] scsi_req_enter: entered 0x804cf18
[sanei_scsi] sanei_scsi_req_wait: waiting for 0x804cf18
[sanei_scsi] sanei_scsi.issue: 0x804cf18
[sanei_scsi] sanei_scsi_req_wait: read 36 bytes
[sanei_scsi] scsi_req_enter: entered 0x804cf18
[sanei_scsi] sanei_scsi_req_wait: waiting for 0x804cf18
[sanei_scsi] sanei_scsi.issue: 0x804cf18
-------
and then the error-led of the scanner starts to flash and scanimage
hang.

It hang at the line:
EpsonIdent ident = (EpsonIdent) command (s, "\033I", 2, &status);

instead the inquiry go well. Any hints?

bye,
Alex

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com