Re: [sane-devel] HP5590 and scanbd button recognition

2018-03-13 Thread Wilhelm Meier
read_buttons() function in hp5590_cmds.c that reads >> button status. >> However, I'll seek for a volunteer to test a change as I don't have >> access to HW currently. >> >> On Wed, Mar 7, 2018 at 12:40 AM, Wilhelm Meier >> wrote: >>> Please tr

Re: [sane-devel] HP5590 and scanbd button recognition

2018-03-06 Thread Wilhelm Meier
Please try the old scanbuttond-backend for this type of scanner - it should work. The HP sane backend sadly doesn't support the buttons on this scanner. Am 06.03.2018 um 15:46 schrieb Jared Hedegaard: >> >> Main question: does the HP 5590 support button presses or am I just setting >> this up inc

Re: [sane-devel] SANE automation setup?

2017-11-05 Thread Wilhelm Meier
4:ec00 Standard Microsystems Corp. > SMSC9512/9514 Fast Ethernet Adapter > Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > > would the dmesg logs provide additional info? > > >

Re: [sane-devel] SANE automation setup?

2017-11-02 Thread Wilhelm Meier
R > > for i in scan_*.pnm; do >     echo "${i}" >     convert "${i}" "${i}.tif" > done > > # do OCR > echo 'doing OCR...' > for i in scan_*.tif; do >     echo "${i}" >     tesseract "$i" "$i" -l $LA

Re: [sane-devel] SANE automation setup?

2017-11-02 Thread Wilhelm Meier
Please post the log as text, not as image ... Am 02.11.2017 um 17:21 schrieb Adam Lloyd: > Thanks Wilhelm.  > > Here is the issue with my scandb setup. > > [IMG]http://i67.tinypic.com/2hqq7op.jpg[/IMG] > > > On Thu, Nov 2, 2017 at 12:06 PM, Wilhelm Meier

Re: [sane-devel] SANE automation setup?

2017-11-02 Thread Wilhelm Meier
You should have a look at scanbd: https://sourceforge.net/projects/scanbd/ Am 02.11.2017 um 16:19 schrieb Adam Lloyd: > Hello, > > I recently moved an old scanner to a raspberry pi to see if I could get > it to work on alternative platform. A google search revealed that SANE > has "good" suppo

Re: [sane-devel] scanbd on ubuntu

2017-06-01 Thread Wilhelm Meier
tils 1.0.27+git20170530-yakkety0 > > everything as it came - and now I'm a little helpless... ): > > W > > > Am Donnerstag, den 01.06.2017, 09:35 +0200 schrieb Wilhelm Meier: >> Hi Wolf, >> >> please provide us with a little bit more information, e.g. wh

Re: [sane-devel] scanbd on ubuntu

2017-06-01 Thread Wilhelm Meier
Hi Wolf, please provide us with a little bit more information, e.g. what scanner type, the contents of your config-files, log-files. Despite from that: you can follow the ArchLinux setup guide. -- Wilhelm Am 01.06.2017 um 09:14 schrieb Herr Oswald: > Hello, > > I installed the scanbd package

Re: [sane-devel] Scanbd, Sane and Samsung SCX-3200

2017-05-26 Thread Wilhelm Meier
Hi Janne, Am 26.05.2017 um 14:03 schrieb Janne Paalijarvi: > Hello, > > I am developing support for scan button for my Samsung SCX-3200 series. > In fact, I actually already wrote some code at: > > https://github.com/usvi/random/tree/master/c/scanbuttond/samsung > > Funnily, I have had not time

Re: [sane-devel] sane_init()/sane_exit() crashes on debian systems / not on e.g. arch linux

2017-05-06 Thread Wilhelm Meier
Hi Olaf, Am 06.05.2017 um 07:58 schrieb Olaf Meeuwissen: > Hi again, > > Olaf Meeuwissen writes: > >> Hi Wilhelm, >> >> Wilhelm writes: >> >>> Hi all, >>> >>> the following small program regularly crashes on debian based system >>> when inserting / removing a device. This does not happen on e.g.

Re: [sane-devel] scanbd ... next steps / questions ...

2017-05-03 Thread Wilhelm Meier
Am 03.05.2017 um 19:50 schrieb Dr.-Ing. Dieter Jurzitza: > Hi Axel, > thank you very much for your feedback - I hope to have more spare time next > weekend to dive again into this issue. > > But in general: I had had thought that there is a "generic" dll.conf having > only the net - backend enab

[sane-devel] Scanner Button Daemon [scanbd]: New release 1.5.1

2017-04-19 Thread Wilhelm Meier
Hi all, I like to announce the new version 1.5.1 of scanbd, the scanner button daemon. This release fixes some autoconf problems and naming problems. Feel free to get it via http://sourceforge.net/projects/scanbd/files/releases/scanbd-1.5.1.tgz/download or svn co https://scanbd.svn.sourceforg

Re: [sane-devel] scanbd and Canon LiDE 60: buttons not recognized ?

2017-04-16 Thread Wilhelm Meier
; scanbd: start_scbtn_threads >>>>> scanbd: start the threads (1) >>>>> scanbd: Starting poll thread for CanoScan LiDE 60 >>>>> scanbd: Thread started for device CanoScan LiDE 60 >>>>> scanbd: start dbus thread >>>>> scanb

Re: [sane-devel] SCSI-scanner & scanbuttond ...

2017-04-16 Thread Wilhelm Meier
Am 16.04.2017 um 09:27 schrieb Dr.-Ing. Dieter Jurzitza: > Dear listmembers, > prior to actually start playing around: can scanbuttond work with a SCSI - > scanner? I know, it is oldfashioned, but I like it this way :-) > I am using an HP ScanJet 6300 C via its SCSI-interface. It has 5 buttons at

Re: [sane-devel] scanbd and Canon LiDE 60: buttons not recognized ?

2017-04-15 Thread Wilhelm Meier
busb:001:016: value: 0 > scanbd: Iteration on dbus call > scanbd: polling thread for genesys:libusb:001:016, before cancellation point > scanbd: polling thread for genesys:libusb:001:016, after cancellation point > scanbd: polling device genesys:libusb:001:016 > scanbd: get_sane_option_val

Re: [sane-devel] scanbd crashes when turning on all-in-one

2017-04-11 Thread Wilhelm Meier
Am 11.04.2017 um 17:58 schrieb Manuel Reiter: > Thanks. I'm using the packaged version from Raspbian Jessie which is > 1.4.0-2. Would you recommend to upgrade? If it's just this bug, I guess > I can live with it. Well, 1.4.0 was released in 2014 ... > > On 11/04/17 17:39, Wilhelm wrote: >> This

Re: [sane-devel] scanbd on Raspbian: scanner only sporadically detected

2017-04-09 Thread Wilhelm Meier
Am 09.04.2017 um 12:23 schrieb Manuel Reiter: > Hi everybody, > > I'm currently trying to set up saned with a Canon Pixma MP610 on a Raspberry > Pi 3 running the latest Raspbian Jessie. Scanning works well, however I have > some trouble gettings scanbd to work reliably. Scanbd will only detect t

[sane-devel] Scanner Button Daemon [scanbd]: New release 1.5.0

2017-04-04 Thread Wilhelm Meier
Hi all, I like to announce the new version 1.5.0 of scanbd, the scanner button daemon. This release fixes an error when inserting/removing devices (on debian based systems). Feel free to get it via http://sourceforge.net/projects/scanbd/files/releases/scanbd-1.5.0.tgz/download or svn co https

[sane-devel] Enumeration devices gets SEGV on Ubuntu 16.10

2017-04-04 Thread Wilhelm Meier
Hi all, there are problems scanning for new usb-devices on Ubuntu-16.10. This problem hits most (all) users of scanbd if they remove/insert usb devices. It can be be broken down to the following example, which crashes with SEGV if one inserts/removes use-devices: #include #include #include #i

Re: [sane-devel] Scanbm and xinetd.d

2015-03-20 Thread Wilhelm Meier
gs = scanbm –c /usr/local/etc/scanbd/scanbd.conf > protocol = tcp > user = saned > #user = root > group = scanner > wait = no > disable = no > } > > > thanks. > > > > -- > View this message in context: > http:/

[sane-devel] compile problems with scanbd: undefined reference to symbol 'pthread_sigmask@@GLIBC_2.2.5'

2013-01-06 Thread Prof. Dr.-Ing. Wilhelm Meier
Am 06.01.2013 00:12, schrieb Dominik Kopp: > Louis Lagendijk wrote: > >> On Thu, 2013-01-03 at 22:12 +0100, Dominik Kopp wrote: >> This was something missed in the autoconf configuation. I hopefully >> fixed it in svn. Can you try again? >> I also fixed the autoconf rebuilding. > > yes, make all wa

[sane-devel] Avision AV122 and reading the buttons gives I/O-Error

2009-01-23 Thread Wilhelm Meier
ttons and function-values and it scan manage arbitrary number of connected scanners. > > Most appreciated. > Gil > > On Mon, Jan 19, 2009 at 6:50 PM, Wilhelm Meier wrote: > > Am Sonntag 18 Januar 2009 schrieb Zudio Solutions: > >> Hi Wilhelm, > >> I writ

[sane-devel] Avision AV122 and reading the buttons gives I/O-Error

2009-01-19 Thread Wilhelm Meier
Am Sonntag 18 Januar 2009 schrieb Zudio Solutions: > Hi Wilhelm, > I writing to you in response to your effort to get the AV122 to > work with sanebuttond (post: > http://lists.alioth.debian.org/pipermail/sane-devel/2008-November/0 >23144.html ) > > did you manage to get this working? Yes. It is t

[sane-devel] scanbd - scanner button daemon

2008-12-15 Thread Wilhelm Meier
Hello everybody, some time ago I was looking for a universal scanner-button-daemon. I found some approaches (sanebuttonsd, KSannerButtons, scanmonitord), but none of them convinced me. So I sat down and wrote an own version. The problems of the above mentioned old solutions were: 1) no hal s

[sane-devel] AV122 vertical strips...can you assist?

2008-11-25 Thread Wilhelm Meier
> >>> wrote: > >>>> If there are just tiny, very light lines then there > >>>> is probably dust on the CCD glass, you can wipe it > >>>> clean with air or some clean soft towel. > >>>> > >>>

[sane-devel] AV122 vertical strips...can you assist?

2008-11-21 Thread Wilhelm Meier
Am Freitag 21 November 2008 schrieb Ren? Rebe: > m. allan noah wrote: > > the author of the avision backend seems to be missing, but you > > could try to email him directly. > > > > > > Missing? (Just busy at work I would name it :-) > > I also got another mail asking about the AV122 buttons yes,

[sane-devel] scanbuttond - project dead?

2008-11-19 Thread Wilhelm Meier
Am Mittwoch 19 November 2008 schrieb m. allan noah: > On Wed, Nov 19, 2008 at 12:52 PM, Wilhelm Meier wrote: > > Am Mittwoch 19 November 2008 schrieb m. allan noah: > >> On Wed, Nov 19, 2008 at 10:15 AM, Wilhelm Meier > > > > wrote: > >> > Hi, > >

[sane-devel] scanbuttond - project dead?

2008-11-19 Thread Wilhelm Meier
Hi, does anybody know if the scanbuttond project ist still active? Why is this project using different backends? -- Wilhelm

[sane-devel] How to poll the buttons of a Avision av122

2008-11-19 Thread Wilhelm Meier
Hi, I want to get the buttons state of a AV122. Does anybody know how to do that? -- Wilhelm

[sane-devel] Avision AV122 and reading the buttons gives I/O-Error

2008-11-15 Thread Wilhelm Meier
Hi, does anybody how to read the option status of the two buttons of this type of scanner. The buttons on the device are labelled "Simplex" and "Duplex", but int the manual they read as "Cancel" and "Scan". I want to modify the sanebuttonsd-daemon to get the status of these buttons. A look int