Dear Sir/Madam, I am trying to scan images through the scanner mentioned above. The "sane-find-scanner" lists my scanner. Also "scanimage -L" lists the device properly. But when I issue command "scanimage > image.pnm", I am getting following errors and the hardware makes little motor noise and stops. [genesys] WARNING: Your scanner is not fully supported or at least [genesys] had only limited testing. Please be careful and [genesys] report any failure/success to [genesys] [email protected]. Please provide as many [genesys] details as possible, e.g. the exact name of your [genesys] scanner and what does (not) work. Please let me know how to overcome this problems. It would be a great help. Thanks & Regards, Shailesh --------------------------------- How low will we go? Check out Yahoo! Messenger?s low PC-to-Phone call rates. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060819/a8651360/attachment.html From [email protected] Sat Aug 19 10:49:38 2006 From: [email protected] (abel deuring) Date: Sat Aug 19 10:44:22 2006 Subject: [sane-devel] Acard AEC6712S (atp870u.ko) and HP 6100C C2520A (sg.ko) problems In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Message-ID: <[email protected]>
Justin, > On Fri, Aug 18, 2006 at 11:54:59AM +0200, abel deuring wrote: >>If possible, try different cables and another SCSI adapter, or >>connect another SCSI device to the Acard adapter to get a better >>idea, where the error might come from. > > I took the scanner, SCSI-2 cable, and acard SCSI host adapter and > plugged them into my roomate's windows computer, installed the > appropriate drivers, rebooted a few times, suffered through windows' > occult complaints but eventually got the device functioning. > > Next I tried it on his FC4 system (same hardware, different OS) which, > upon loading the appropriate kernel modules segfaulted the kernel and > froze the machine. > > Sometimes I am able to get the kernel modules loaded on my machine > before the atp870u driver complains. At this point sane-find-scanner > detects the scanner > > found SCSI processor "HP C2520A 3644" at /dev/sg1 > > but `scanimage -L` does nothing. Perhaps it precipitates an error of > some kind because after cancelling the command sane-find-scanner again > detects nothing and subsequent driver reloadings print out the same set > of SCSI errors. > > I know at lease someone somewhere has gotten this scanner working before > because http://www.sane-project.org/sane-mfgs.html says that support for > 'ScanJet 6100C' is 'Complete'. > > What can I try next? I'm willing to start hacking hardware/drivers if > necessary but I have absolutely no idea where to begin, nor even where > to ask. Sounds like a bug in the lower level part of the SCSI drivers, or like a hardware error. I am not sure what I can honestly recommend. I have never used an Acard SCSI adapter, and don't want to spread FUD, but anyway: Some time ago, other users reported problems with Acard SCSI adapters. The atp870u driver contained at least one strange bug: the data returned for the INQUIRY command was limited to the standard length, while several scanners describe hardware details in an -- absolutely "legal" -- vendor-specific "extension" of the inquiry data, thus confusing one or the other Sane backend. I noticed the author of the backend about this bug, never got reply, but somehow and at some time this bug was fixed in the kernel sources. Generally, I have the impression that there are SCSI adapters which are better supported by the Linux kernel, so, before you continue to hunt a bug, it would be worth to try for example an adapter supported for example by the sym53c8xx or the aic7xxx drivers. In my experience, these drivers are very stable, well supported, and you can buy for example a used Adaptec 2940 for a few dollar at Ebay. Abel
