[sane-devel] Fwd: Re: scanning only 75 dpi

2011-05-10 Thread Gerrit Borgers
I need more information to have an idea of what is going on. You can > generate debug data by running the following commands: > > export SANE_DEBUG_LEXMARK=255 > export SANE_DEBUG_LEXMARK_LOW=255 > scanimage --resolution 150 2>lexmark-scan.log>lexmark-scan.pnm > > then send the lexmark-scan.log file. > > Regards, > Stef -- next part -- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20110510/08111328/attachment.htm>

[sane-devel] scanning only 75 dpi

2011-05-10 Thread Gerrit Borgers
the following commands: > > export SANE_DEBUG_LEXMARK=255 > export SANE_DEBUG_LEXMARK_LOW=255 > scanimage --resolution 150 2>lexmark-scan.log>lexmark-scan.pnm > > then send the lexmark-scan.log file. > > Regards, > Stef -- next part -- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20110510/3070a0d3/attachment.htm>

[sane-devel] Canoscan FB1200S

2011-05-10 Thread Chris
sudo scanimage -L device `canon:/dev/sg0' is a CANON IX-12015Eflatbed scanner On 10/05/11 01:16, m. allan noah wrote: > run the following, as root: > > scanimage -L > > if your scanner is not listed, run the following as root: > > SANE_DEBUG_CANON=255 scanimage -L 2>canon.log > > This will

[sane-devel] Epson Stylus SX125 works

2011-05-10 Thread Gabriel Schulhof
Hi! It works with the epson2 backend, but I had to modify /etc/sane.d/epson2.conf to get it to work given the vendor/product code was unknown. So Epson Stylus SX125 (0x04b8/0x085c) should be added to the list of scanners supported by epson2 1.0.22 at http://www.sane-project.org/sane-mfgs.html so

[sane-devel] Canon LiDE 200 scanning fails with backends from PPA

2011-05-10 Thread stef
Le samedi 30 avril 2011 15:08:10 Martin Ueding, vous avez ?crit : > I just tried to scan with xsane, that seems to work. Very interesting ? Hello, it seems the motor doesn't stop. This may be due to timing issue in the backend exposed (or not) by the frontend. In the process of ad

[sane-devel] Plustek OpticPro ST24

2011-05-10 Thread stef
Le mercredi 6 avril 2011 01:17:43 Marcin Karpezo, vous avez ?crit : > Hi there > After a long time I've given another try to my Plustek scanner on Linux > with sane current git tree > . Unfortunately it does > not work yet, but here is some more info

[sane-devel] scanning only 75 dpi

2011-05-10 Thread stef
Le lundi 2 mai 2011 13:12:24 Gerrit Borgers, vous avez ?crit : > Dear Ladies and Gentlemen > > > > > sane-devel at lists.alioth.debian.org > > > Upgrading my Linux makes problems with using the scanner of Lexmark X1270 > > > > FSC Esprimo E5600; FSC Lifebook S7110; Lexmark X1270 > > -

[sane-devel] Some testing of HP Scanjet 2400 scanner (genesys backend)

2011-05-10 Thread stef
then compare the values (mostly register settings and slope tables) with logs recorded under windows, and fix what's needed. This process requires you have a device to test with. There isn't much code (if any) to touch. I repost the scripts I use to decode UBS logs (done with usbsnoop from http://www.pcausa.com/Utilities/UsbSnoop/) Regards, Stef -- next part -- A non-text attachment was scrubbed... Name: scripts.tar.gz Type: application/x-compressed-tar Size: 14589 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20110510/2678674e/attachment-0001.bin>

[sane-devel] Canoscan FB1200S

2011-05-10 Thread m. allan noah
The scanner works as root, but not as a regular user. So we need to adjust the permissions of the device. The mechanism to do this differs somewhat between linux distros. Generally, we will be editing udev (/etc/udev/rules.d) or hal (/usr/share/hal/fdi/) rules. Or, perhaps some other mechanism. :(