Hmmm. Perhaps you could send me debug from my
driver:
- put back the sg.[hc] found in 2.2.10
- select CONFIG_SCSI_LOGGING in the config
- rebuild the kernel
Then before running your scan execute:
$ echo "scsi log timeout 7" > /proc/scsi/scsi
This should send lots of stuff to your console
and your log (ie /var/log/messages). If you capture
something perhaps you could email to me.
To turn off logging execute:
$ echo "scsi log timeout 0" > /proc/scsi/scsi
This debugging will (almost) only be active on
apps that use sg. [The mid level will output
debug if there is a timeout.] I chose "timeout"
because the obvious ones are used by sd which
produces a ridiculous amount if your root
file system is on a SCSI disk.
Doug Gilbert
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com