some more facts about the ScanMagic 9636 Scanner:
it still works fine with sane, and now it scans with satisfying speed.
To get the scanner work with its scsi card dmx3181le with sufficient
speed, one needs to tune the drivers/scsi/g_NCR5380.c driver in the kernel
source tree and recompile the kernel. Set the USLEEP-Parameters to
something like:
/* settings for DTC3181E card with only Mustek scanner attached */
#define USLEEP
#define USLEEP_POLL 10
#define USLEEP_SLEEP 1
#define USLEEP_WAITLONG 500
This reduces system performance during a scan, but decreases scan time
significantly. But to get real good performance, one wants to use a "real"
scsi card.
MfG
Stefan
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com