[sane-devel] HPLIP / hpaio device not visible to saned net clients

2015-09-15 Thread Marc Hörsken
Hello everyone, I am having trouble with my hpaio devices and the saned daemon. The daemon does not make the hpaio devices available to net client. scanimage -L shows the following output as the saned user on the server: device `net:localhost:test:0' is a Noname frontend-tester virtual device d

[sane-devel] genesys 600 dpi Gray and Lineart distorted by factor 1.5 in y-direction

2015-09-15 Thread M G Berberich
Hello, on a Canon LiDE 210, the 600 dpi Gray and Lineart scans are distorted by a factor of 1.5 in y-direction (the scanner seems to scans with 600×900 dpi). Example: The image at http://m-berberich.de/Diverses/genesys-600dpi-Gray.png shows a 600 dpi Gray scan from a 5×5mm grid-paper, done with

Re: [sane-devel] [PATCH 1/2] use getopt()

2015-09-15 Thread Olaf Meeuwissen
Matteo Croce writes: > 2015-09-14 13:19 GMT+02:00 Olaf Meeuwissen : >> Matteo Croce writes: >> >>> 2015-09-13 7:18 GMT+02:00 Olaf Meeuwissen : Matteo Croce writes: [snip] Code's usage: [ -a [ username ] | -d [ n ] | -s [ n ] ] | -h Manual page : [ -a [ username ] | -d

Re: [sane-devel] Unsupported scanner

2015-09-15 Thread Dario Wimmer
So the optical array moves for the slightest bit, goes back, repeats these two steps, then moves a last time and finally gets stuck after moving just a bit like before. The LEDs seem to be turned off the whole time. What kind of computer are you using? A laptop or a desktop? This might be a

Re: [sane-devel] Preparing for a sane-backends release

2015-09-15 Thread Olaf Meeuwissen
Hi Johannes, Johannes Meixner writes: > Hello Olaf > > On Sep 12 17:30 Olaf Meeuwissen wrote (excerpt): >> Johannes Meixner writes: > ... >>> I wonder if support for parallel port scanners is still needed? >> >> Me wonders too. > ... >> You could build your SANE library packages without the backe

[sane-devel] [PATCH v3 2/2] add option to bind address

2015-09-15 Thread Matteo Croce
add optional argument '-b' to let saned bind a specific address --- doc/saned.man| 13 ++--- frontend/saned.c | 17 - 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/doc/saned.man b/doc/saned.man index 0264c01..6a09d42 100644 --- a/doc/saned.man +++ b/do

[sane-devel] [PATCH v3 1/2] use getopt

2015-09-15 Thread Matteo Croce
Implement command line parsing using getopt, replace the help string with a nicer one. --- NEWS | 7 + doc/saned.man| 15 + frontend/saned.c | 94 +++- 3 files changed, 66 insertions(+), 50 deletions(-) diff --git a/