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

2018-03-13 Thread Wilhelm Meier
Hi together, if this is a patch for scanbd and the old scanbuttond backends included there, please send the patch to this list. I'll be happy to integrate it into scanbd. Thanks, Wilhelm Am 13.03.2018 um 19:29 schrieb Cesello: > Hi Ilia and Jared > I'm just registered to this ML to prop

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

Re: [sane-devel] SANE automation setup?

2017-11-05 Thread Wilhelm Meier
0 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-03 Thread Wilhelm Meier
t;${i}" >     convert "${i}" "${i}.tif" > done > > # do OCR > echo 'doing OCR...' > for i in scan_*.tif; do >     echo "${i}" >     tesseract "$i" "$i" -l $LANGUAGE hocr >     hocr2pdf -i "$i" -s -o "$i.pd

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 > <w

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"

Re: [sane-devel] Sane_debug not available and front buttons for i1220 not shown in scanimage -A

2017-08-22 Thread Wilhelm
its likely that the backend does not support this operation. Am 22.08.2017 um 04:46 schrieb fm8758ye: > Hi Wilhelm, > > Thank you for your prompt reply. I have tried holding onto buttons, > every one of them, and none of the values change. I have tried compiling > with &q

Re: [sane-devel] Sane_debug not available and front buttons for i1220 not shown in scanimage -A

2017-08-18 Thread Wilhelm
of any option, than the sane driver is not supporting this device. But be aware, that the names of the options are sometimes not obviously related to their function ... Hth, Wilhelm Am 18.08.2017 um 06:14 schrieb fm8758ye: > I am trying to implement scanbd with the scanner as a scan stat

Re: [sane-devel] scanbd on ubuntu

2017-06-01 Thread Wilhelm Meier
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. what >>

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 scanb

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

2017-05-26 Thread Wilhelm Meier
rated scanbuttond-backends "as-is" to support scanners that didn't had querying support in sane-backends. So - in short - up to my view it would be best to make the snae-backend for your scanner working ... HTH, Wilhelm -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http:

Re: [sane-devel] sane-backends release 1.0.26 schedule

2017-05-06 Thread Wilhelm
not also need changes to saned to make this work? That > seemed to be the case in the earlier discussion. > 3. I think I would prefer a more clear name than dll2.conf, but I > cannot think of one :) >From a scanbd point of view it would be suffcient to have either: 1) an env-var e.g. SA

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 >

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

2017-05-03 Thread Wilhelm Meier
an infinity recursion via the net backend. Therefore scanbd uses the SANE_CONFIG_DIR to point saned to another location to find an alternative dll.conf - and this dll.conf should only contain the local attached scanners (or remote on other machines). Sounds a bit complicated, but this is the way it is ... HT

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

2017-04-19 Thread Wilhelm Meier
) scanbuttond project. Supported platforms: Linux (x86/ARM), FreeBSD, NetBSD, OpenBSD ] -- Wilhelm -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_pas

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

2017-04-16 Thread Wilhelm Meier
Am 16.04.2017 um 16:15 schrieb Florian Gagel: > Hi Wilhelm, > > thanks for your patch, works like a charm - I just had to made a small > modification since > the backend name inside the wrapper actually is "Genesys USB" (see below). Thank you, Florian, for checking thi

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

2017-04-16 Thread Wilhelm
Am 15.04.2017 um 20:38 schrieb Florian Gagel: > Hi Wilhelm, > > thanks, your modification made all four buttons work ! Great! > This seems somewhat surprising to me at first glance, should the > backend not be strcmp'ed using "==0", providing > an own section f

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
Am 15.04.2017 um 16:13 schrieb Florian Gagel: > Hi Wilhelm, > > thanks for your reply - I made some progress in this issue however > still did not fully succeed. > > - First step as you told me: make clean, configure --enable-scanbuttond, > make, make install, copy manual

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

2017-04-15 Thread Wilhelm Meier
t; 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_value > scanbd: checking

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

2017-04-11 Thread Wilhelm
Am 11.04.2017 um 16:49 schrieb Manuel Reiter: > I'm using scanbd with a Pixma MP610 all-in-one on a Raspberry Pi 3 running an > up-to-date Rasbian Jessie. > This works pretty well (with some setup help from this list). However, when I > turn on the device, scanbd > seems to crash: This is a

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

2017-04-11 Thread Wilhelm
Am 11.04.2017 um 16:49 schrieb Manuel Reiter: > I'm using scanbd with a Pixma MP610 all-in-one on a Raspberry Pi 3 running an > up-to-date Rasbian Jessie. > This works pretty well (with some setup help from this list). However, when I > turn on the device, scanbd > seems to crash: This is a

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

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

2017-04-05 Thread Wilhelm
Hi all, the following small program regularly crashes on debian based system when inserting / removing a device. This does not happen on e.g. arch linux or gentoo systems. Investigating the problem further reveals that on debian based systems every iteration starts a new thread ending up with

[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

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

2017-03-31 Thread Wilhelm
Hi all, I like to announce the new version 1.4.6 of scanbd, the scanner button daemon. This release (hopefully) fixes two long standing bugs: - occasional SEGV when inserting/removing USB devices - wrong uid/gid for scan-scripts Feel free to get it via

Re: [sane-devel] [Scanbd] Set up for Canon PIXMA multifunction scanner - no button response

2016-10-13 Thread Wilhelm
script = "test.script" } Am 13.10.2016 um 11:16 schrieb Wilhelm: > Matt, you need something like this in your config: > > action btest { > filter = "^button.*" > numerical-trigger { >

Re: [sane-devel] [Scanbd] Set up for Canon PIXMA multifunction scanner - no button response

2016-10-13 Thread Wilhelm
ot;Scan to file" script = "test.script" } -- Wilhelm Am 13.10.2016 um 09:09 schrieb matt clark: > Thanks Wilhelm. I had changed that while trying to debug the problem, > not sure why this would be a problem. Have reverted to the > scanbd.conf from source,

Re: [sane-devel] [Scanbd] Set up for Canon PIXMA multifunction scanner - no button response

2016-10-12 Thread Wilhelm
gt; > > -- > View this message in context: > http://sane.10972.n7.nabble.com/Scanbd-Set-up-for-Canon-PIXMA-multifunction-scanner-no-button-response-tp20701.html > Sent from the SANE - Dev mailing list archive at Nabble.com. > -- Wilhelm -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_password" to sane-devel-requ...@lists.alioth.debian.org

Re: [sane-devel] [scanbd] using scanbd and saned over network at the same time

2016-02-19 Thread Wilhelm
localhost. Escape character is '^]'. Please report your results. Am 19.02.2016 um 17:29 schrieb Rolf Leggewie: > Hello Wilhelm, > > thank you for the quick response. > > On 19.02.2016 22:52, Wilhelm wrote: >> Am 19.02.2016 um 14:38 schrieb Rolf Leggewie: >>> Hello, >>> &

Re: [sane-devel] [scanbd] using scanbd and saned over network at the same time

2016-02-19 Thread Wilhelm
ll applications must be enabled to use network-scanning (even if the scanner is local, see below)! Hth -- Wilhelm -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe you

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

2015-10-05 Thread Wilhelm
) scanbuttond project. Supported platforms: Linux (x86/ARM), FreeBSD, NetBSD, OpenBSD ] -- Wilhelm -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_pas

Re: [sane-devel] No scanner found with Scanimage -L

2015-07-12 Thread Wilhelm
/e9ibafveiiumdzx/syslog-nonet.log?dl=0 Well I don't see any issues here in both cases. Please do the following test: 1) start scanbd so that the scanner is found 2) remove scanner 3) scanimage -L should be empty 4) insert scanner 5) scanimage -L should find the scanner again -- Wilhelm

Re: [sane-devel] No scanner found with Scanimage -L

2015-07-11 Thread Wilhelm
both logs? one starting with the init method and starting in he /etc/rc.loca method? just want to confirm. thanks. One starting when it finds the net-device and one when the net-device isn't found. -- Wilhelm -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http

Re: [sane-devel] No scanner found with Scanimage -L

2015-07-07 Thread Wilhelm
/dll.conf* Fujitsu */usr/local/etc/sane.d/net.conf* File is empty -- View this message in context: http://sane.10972.n7.nabble.com/weird-No-scanner-found-with-Scanimage-L-tp19894p19905.html Sent from the SANE - Dev mailing list archive at Nabble.com. -- Wilhelm -- sane-devel

Re: [sane-devel] No scanner found with Scanimage -L

2015-07-06 Thread Wilhelm
my problem. Will try the upstart jobs when i am able. -- View this message in context: http://sane.10972.n7.nabble.com/weird-No-scanner-found-with-Scanimage-L-tp19894p19903.html Sent from the SANE - Dev mailing list archive at Nabble.com. -- Wilhelm -- sane-devel mailing list

Re: [sane-devel] No scanner found with Scanimage -L

2015-07-05 Thread Wilhelm
acts like a proxy, no devices should be available if scanbd isn't running. -- Wilhelm -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject unsubscribe your_password to sane

Re: [sane-devel] No scanner found with Scanimage -L

2015-07-05 Thread Wilhelm
over net). Am 05.07.2015 um 14:34 schrieb ylafont: understood, but what can be reason for the NET device not to be found when the scandb is running? thanks Wilhelm. -- View this message in context: http://sane.10972.n7.nabble.com/weird-No-scanner-found-with-Scanimage-L

Re: [sane-devel] Canon LIDE 110 + USB3

2015-06-26 Thread Wilhelm
? -- Wilhelm -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject unsubscribe your_password to sane-devel-requ...@lists.alioth.debian.org

[sane-devel] Scanner Button Daemon [scanbd]: release 1.4.3

2015-06-09 Thread Wilhelm
from the (old) scanbuttond project. Supported platforms: Linux (x86/ARM), FreeBSD, NetBSD, OpenBSD ] -- Wilhelm -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject unsubscribe

Re: [sane-devel] Scanbd fails to start with multiple scanners (and no paper loaded)

2015-06-03 Thread Wilhelm
Well, looks like an embarrassing (and weird) error: could you please try the trunk version of scanbd now? Am 03.06.2015 um 16:18 schrieb Greg Kontos: Thank you, Wilhelm. I appreciate you looking into this issue. I tried commenting out the paperload and paperunload actions, which still led

Re: [sane-devel] Scanbd fails to start with multiple scanners (and no paper loaded)

2015-06-02 Thread Wilhelm
Hi Greg, do you need the paperload or paperunload action? If not, please remove them from the config file, if yes, then give them a correct script name. With this changes, please give me the full startup log with debug level 7. Thanks, Wilhelm Am 02.06.2015 um 17:31 schrieb Wilhelm: Hi Greg

Re: [sane-devel] Scanbd fails to start with multiple scanners (and no paper loaded)

2015-06-02 Thread Wilhelm
Hi Greg, thank you for your patience! I have some ideas where to look for this type of error, but unfortunately not enough time to do so. And I don't have access to more than one scanner at the moment :-( But please stay tuned ... Thanks, Wilhelm Am 02.06.2015 um 14:35 schrieb Greg Kontos

Re: [sane-devel] Scanbd fails to start with multiple scanners (and no paper loaded)

2015-05-21 Thread Wilhelm
Hi Greg, please post the scanbd.conf and all the included config files (e.g. fujitsu.conf, ...), Am 21.05.2015 um 15:59 schrieb Greg Kontos: Thank you, Wilhelm. The attached zip contains log files with debug level 7. The file syslog_20150521 shows the process exiting. The file

Re: [sane-devel] Scanbd fails to start with multiple scanners (and no paper loaded)

2015-05-20 Thread Wilhelm
attachments without saving them in any manner. -- Wilhelm -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject unsubscribe your_password to sane-devel-requ

Re: [sane-devel] Scanbd fails to start with multiple scanners (and no paper loaded)

2015-05-20 Thread Wilhelm
Am 20.05.2015 um 21:24 schrieb Greg Kontos: Thank you, Wilhelm. I appreciate you taking the time to look into this. I am using version 1.4.0-2 of scanbd. This problem does not persist with only one scanner. It seems that the scanner will trigger the page-loaded action after a scan

Re: [sane-devel] Raspbian Jessie - scanbd scripting issue

2015-04-01 Thread Wilhelm
Am 31.03.2015 um 18:26 schrieb RainerF: Wilhelm, I wasn't sure what you meant with Wilhelm Meier-2 wrote So please change the bool-expression in this if() to true and test, please. So I commented the outer if statement // if ((st-opts[si].from_value.num_value == st-opts

Re: [sane-devel] Raspbian Jessie - scanbd scripting issue

2015-03-31 Thread Wilhelm
Am 31.03.2015 um 15:43 schrieb RainerF: Wilhelm, thank you for taking the time to look into these issues. Following your advise I had a look into the source code and tried to understand, what happens in case, when e.g. button 3 is pressed and compared the logs with the information

Re: [sane-devel] Raspbian Jessie - scanbd scripting issue

2015-03-30 Thread Wilhelm
/dll.conf to include only the net-backend. And that must point to the machine with scanbd/saned (e.g. localhost). HTH, Wilhelm I always get the information that no scan device was found. I would have expected something like device `net:localhost:snapscan:libusb:001:004' is a EPSON

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

2015-03-20 Thread Wilhelm Meier
list archive at Nabble.com. -- Wilhelm Meier Eichenweg 11a D-66459 Kirkel-Limbach 0151-12414315 -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject unsubscribe your_password

Re: [sane-devel] dbus error with scanbd

2015-03-19 Thread Wilhelm
well formed. Please try: !-- Arch Linux user=daemon -- or delete this comment at all. -- Wilhelm w.me...@unix.net -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject unsubscribe

Re: [sane-devel] scanbd and actually scanning over the LAN

2015-03-04 Thread Wilhelm
(either localhost or remote). -- Wilhelm w.me...@unix.net -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject unsubscribe your_password to sane-devel-requ

Re: [sane-devel] making scanbd work OOTB in debian - question about supported backends

2015-03-03 Thread Wilhelm
Am 04.03.2015 um 06:26 schrieb Rolf Leggewie: On 28.02.2015 16:27, Wilhelm wrote: Am 25.02.2015 um 07:06 schrieb Rolf Leggewie: Hello, I am maintaining scanbd in Debian and found scanbd difficult to configure with lots of possible pitfalls. As much as possible I want to make it easy

Re: [sane-devel] making scanbd work OOTB in debian - question about supported backends

2015-03-01 Thread Wilhelm
Am 25.02.2015 um 07:06 schrieb Rolf Leggewie: Hello, I am maintaining scanbd in Debian and found scanbd difficult to configure with lots of possible pitfalls. As much as possible I want to make it easy and failproof for the ordinary users to install and use scanbd OOTB. One of the

Re: [sane-devel] Scandb - On Paperload - fujitsu.conf

2015-02-20 Thread Wilhelm
Am 19.02.2015 um 17:00 schrieb ylafont: I copied the syslog to the dropbox folder. https://www.dropbox.com/sh/eu2mflwablkv8vm/AACgbgDwXF_i1n734Iar4wa6a?dl=0 thank you! again, thanks for the assistance. you're welcome! -- Wilhelm w.me...@unix.net -- sane-devel mailing list: sane-devel

Re: [sane-devel] Scandb - On Paperload - fujitsu.conf

2015-02-18 Thread Wilhelm
, February 17, 2015 1:22 PM, Wilhelm Meier-2 [via SANE] [hidden email] /user/SendEmail.jtp?type=nodenode=19464i=0 wrote: I must admit that I have no idea what is going on - please post the full scanbd.conf and all relevant included .conf-files. And please test the script as saned user

Re: [sane-devel] Scandb - On Paperload - fujitsu.conf

2015-02-18 Thread Wilhelm
Am 18.02.2015 um 17:44 schrieb ylafont: Not sure what files need to be copy back. None look like they have been modified. Please let me know. Look here please: https://sourceforge.net/p/scanbd/code/207/ You have to checkout the latest version of trunk via svn. -- Wilhelm w.me...@unix.net

Re: [sane-devel] Scandb - On Paperload - fujitsu.conf

2015-02-18 Thread Wilhelm
-tp19449p19471.html Sent from the SANE - Dev mailing list archive at Nabble.com. -- Wilhelm w.me...@unix.net -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject unsubscribe your_password

Re: [sane-devel] Scandb - On Paperload - fujitsu.conf

2015-02-17 Thread Wilhelm
$ ls -l total 4 drwxrwsrwx 4 root staff 4096 Feb 16 15:53 scanbd On Monday, February 16, 2015 11:56 AM, Wilhelm Meier-2 [via SANE] [hidden email] /user/SendEmail.jtp?type=nodenode=19460i=0 wrote: Am 16.02.2015 um 17:43 schrieb ylafont: I have been trying to have a Paperload action

Re: [sane-devel] Scandb - On Paperload - fujitsu.conf

2015-02-16 Thread Wilhelm
list archive at Nabble.com. -- Wilhelm w.me...@unix.net -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject unsubscribe your_password to sane-devel-requ

Re: [sane-devel] scanbd Post Processing

2015-02-10 Thread Wilhelm
allowing the second script to continue and process the pages scanned? -- View this message in context: http://sane.10972.n7.nabble.com/scanbd-Post-Processing-tp19426.html Sent from the SANE - Dev mailing list archive at Nabble.com. -- Wilhelm w.me...@unix.net -- sane-devel mailing

Re: [sane-devel] scanbd Post Processing

2015-02-10 Thread Wilhelm
-- View this message in context: http://sane.10972.n7.nabble.com/scanbd-Post-Processing-tp19426p19430.html Sent from the SANE - Dev mailing list archive at Nabble.com. -- Wilhelm w.me...@unix.net -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http

[sane-devel] Scanner Button Daemon [scanbd]: release 1.4.2.

2015-02-04 Thread Wilhelm
backends from the (old) scanbuttond project. Supported platforms: Linux (x86/ARM), FreeBSD, NetBSD, OpenBSD ] -- Wilhelm w.me...@unix.net -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail

Re: [sane-devel] scanbd: Can't get the scbtn device list

2014-12-28 Thread Wilhelm
: exiting scanbd ## Any hints? Alex -- Wilhelm w.me...@unix.net -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject unsubscribe your_password to sane-devel

Re: [sane-devel] improve scanbd for Debian

2014-12-17 Thread Wilhelm
Am 17.12.2014 um 12:29 schrieb Thorsten Müller: Am Mittwoch, 17. Dezember 2014, 16:47:31 schrieb Rolf Leggewie: On 12.12.2014 13:58, Wilhelm wrote: Be sure that scanbd uses the correct location of libsane config files (see ReadMe). In most cases this will be a seperate directory (e.g. /etc

Re: [sane-devel] improve scanbd for Debian

2014-12-11 Thread Wilhelm
Am 11.12.2014 um 12:47 schrieb Rolf Leggewie: On 11.12.2014 15:39, Wilhelm wrote: Well, I see for in syslog.log Nov 15 19:08:43 localhost scanbd: scanbd: exec for /usr/share/scanbd/scripts/copy.script Nov 15 19:08:43 localhost scanbd: scanbd: execlp: No such file or directory which meens

Re: [sane-devel] improve scanbd for Debian

2014-12-11 Thread Wilhelm
Hi Rolf, Am 11.12.2014 um 12:47 schrieb Rolf Leggewie: On 11.12.2014 15:39, Wilhelm wrote: Well, I see for in syslog.log Nov 15 19:08:43 localhost scanbd: scanbd: exec for /usr/share/scanbd/scripts/copy.script Nov 15 19:08:43 localhost scanbd: scanbd: execlp: No such file or directory

Re: [sane-devel] improve scanbd for Debian

2014-12-11 Thread Wilhelm
Am 12.12.2014 um 03:27 schrieb Rolf Leggewie: On 12.12.2014 05:07, Wilhelm wrote: I must admit, actually I have no idea whar ist going wrong here. I see that the scanner and all options are recognized as in the call-from-shell case. Wilhelm, thank you for having a look. I must admit

Re: [sane-devel] improve scanbd for Debian

2014-12-10 Thread Wilhelm
. Regards Rolf -- Wilhelm w.me...@unix.net -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject unsubscribe your_password to sane-devel-requ

[sane-devel] Fwd: Re: scanbd occasionally ignores scanner button presses

2014-05-16 Thread Wilhelm
of the action script). regards, Milan -- Wilhelm w.me...@unix.net -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject unsubscribe your_password to sane-devel-requ

[sane-devel] UMAX Astra Backend and scanbd

2013-11-10 Thread Wilhelm
articles on using the scanbd with standard sane backends, i would like to raise this topic here. Actually i am not able to use the UMAX Backend with a UMAX ASTRA 2200 and scanbd. I have already been in contact with Wilhelm concerning the scanbd daemon, but his analysis

[sane-devel] scanbd with HP8250 (avision)

2013-11-09 Thread Wilhelm
scanner seems to be recognized via libsane. Now you have to figure out which button maps to which option: watch the logfile while you are pressing the buttons. Then you can modify the example scripts to get useful actions to be done. -- Wilhelm w.meier at unix.net

[sane-devel] scanbd daemon does not load firmware

2013-09-23 Thread Wilhelm
Hi Ilya, Am 20.09.2013 06:36, schrieb Ilya V. Ivanchenko: Wilhelm, Here's a patch that implements device insertion/removal hooks. I've tested it with scanbuttond backend and it solves the problem of firmware not being loaded to the scanner. thanks again. Just added the patches! -- Ilya

[sane-devel] scanbd daemon does not load firmware

2013-09-21 Thread Wilhelm
Hi Ilya, Am 20.09.2013 06:36, schrieb Ilya V. Ivanchenko: Wilhelm, Here's a patch that implements device insertion/removal hooks. I've tested it with scanbuttond backend and it solves the problem of firmware not being loaded to the scanner. thank you for your patch! Looks very good. I

[sane-devel] scanbuttond backend for Epson GT-1500

2013-09-21 Thread Wilhelm
Am 20.09.2013 06:38, schrieb Ilya V. Ivanchenko: Here's a patch that adds support for 5 buttons on Epson GT-1500 scanner using scanbuttond backend. Thanks again, but it will last same days for me to put it into the trunk. Thanks, Wilhelm -- Wilhelm w.meier at unix.net

[sane-devel] scanbd daemon does not load firmware

2013-08-31 Thread Wilhelm
Am 30.08.2013 19:44, schrieb Ilya V. Ivanchenko: Hi Wilhelm, Thanks! I checked out the code from svn and found the markers without problems. It is first time I reviewed scanbd code, so I got few questions, maybe you can answer and save me some time. I hope so ... It looks like

[sane-devel] scanbd daemon does not load firmware

2013-08-29 Thread Wilhelm
Hi Ilya, is there a special reason using the (old) scanbuttond-backends and not sane-backends? If you plugin / poweron the scanner for the first time, who does the firmware get loaded in this case? Am 29.08.2013 03:42, schrieb Ilya Ivanchenko: On Wed, 2013-08-28, Wilhelm wrote: Am

[sane-devel] scanbd daemon does not load firmware

2013-08-29 Thread Wilhelm
Hi Ilja, Am 29.08.2013 15:25, schrieb Ilya V. Ivanchenko: Hi Wilhelm, **is there a special reason using the (old) scanbuttond-backends and not sane-backends? I first tried sane-backends, and apparently it does not read the buttons for Epson GT-1500. did you use the epkowa backend? The sane

[sane-devel] scanbd daemon does not load firmware

2013-08-29 Thread Wilhelm
Am 29.08.2013 15:33, schrieb Wilhelm: Hi Ilja, Am 29.08.2013 15:25, schrieb Ilya V. Ivanchenko: Hi Wilhelm, **is there a special reason using the (old) scanbuttond-backends and not sane-backends? I first tried sane-backends, and apparently it does not read the buttons for Epson GT-1500

[sane-devel] scanbd daemon does not load firmware

2013-08-29 Thread Wilhelm
Am 29.08.2013 15:52, schrieb Ilya V. Ivanchenko: Hi Wilhelm, is there a special reason using the (old) scanbuttond-backends and not sane-backends? I first tried sane-backends, and apparently it does not read the buttons for Epson GT-1500. did you use the epkowa backend? The sane

[sane-devel] scanbd daemon does not load firmware

2013-08-29 Thread Wilhelm
with a special shell-callback, when scanbd detects a device inserion / removal. This is in the nutshell how I patched the problem from udev. yes, but you had to stop / restart the scanbd and that's more a workaround than a solution ... I agree. -- Ilya -- Wilhelm w.meier at unix.net

[sane-devel] scanbd daemon does not load firmware

2013-08-28 Thread Wilhelm
, ATTRS{idProduct}==0133, RUN+=/etc/scanbd/scanner.d/on_insert.sh %p CATEOF -- Wilhelm w.meier at unix.net

[sane-devel] scanbd with old udev version

2013-08-25 Thread Wilhelm
action script which is based on some GPL script I found. Same license applies. For sending the emails, I suggest installing ssmtp if you do not want to setup your own mailserver. Thank you. Will put this into the contrib dir. -- Wilhelm w.meier at unix.net

[sane-devel] scanbd with old udev version

2013-08-25 Thread Wilhelm
Am 25.08.2013 11:41, schrieb Wilhelm: Am 24.08.2013 15:55, schrieb Sander Devrieze: 2013/8/22 Sander Devrieze s.devrieze at gmail.com mailto:s.devrieze at gmail.com snip I got a bit further this evening: 1) saned not running + /usr/local/sbin/scanbm sleep 1

[sane-devel] scanbd with old udev version

2013-08-22 Thread Wilhelm
Am 21.08.2013 23:27, schrieb Sander Devrieze: 2013/8/21 Wilhelm wilhelm.meier at fh-kl.de mailto:wilhelm.meier at fh-kl.de Am 21.08.2013 16:04, schrieb Sander Devrieze: 2013/8/21 Wilhelm wilhelm.meier at fh-kl.de mailto:wilhelm.meier at fh-kl.de mailto:wilhelm.meier

[sane-devel] scanbd with old udev version

2013-08-22 Thread Wilhelm
Am 22.08.2013 08:58, schrieb Sander Devrieze: 2013/8/22 Wilhelm wilhelm.meier at fh-kl.de mailto:wilhelm.meier at fh-kl.de Am 21.08.2013 23:27, schrieb Sander Devrieze: 2013/8/21 Wilhelm wilhelm.meier at fh-kl.de mailto:wilhelm.meier at fh-kl.de mailto:wilhelm.meier

[sane-devel] scanbd with old udev version

2013-08-21 Thread Wilhelm
-- Kind Regards, Sander Devrieze -- Wilhelm w.meier at unix.net

[sane-devel] scanbd with old udev version

2013-08-21 Thread Wilhelm
Am 21.08.2013 07:56, schrieb Sander Devrieze: 2013/8/21 Wilhelm wilhelm.meier at fh-kl.de mailto:wilhelm.meier at fh-kl.de Hi Sander, Am 21.08.2013 00:40, schrieb Sander Devrieze: Hello, I am trying to convert a WD MyBook into a scanner server. Sane

[sane-devel] scanbd with old udev version

2013-08-21 Thread Wilhelm
Am 21.08.2013 12:19, schrieb Sander Devrieze: 2013/8/21 Wilhelm wilhelm.meier at fh-kl.de mailto:wilhelm.meier at fh-kl.de snip /usr/local/sbin/scanbd/dll.conf what is the contents of this file? The directory /usr/local/sbin/scanbd does not exist. I think

[sane-devel] scanbd problem with dbus permission ?

2013-08-21 Thread Wilhelm
Am 20.08.2013 20:54, schrieb Wilhelm: Am 20.08.2013 18:17, schrieb Michael Markusch: Hi Wilhelm, thanks for your answer. I followed your notes but it still does not work. sad but true ;-) Looks like scanbd uses the wrong dll.conf, did you export SANE_CONFIG_DIR=/usr/local/etc/scanbd

[sane-devel] scanbd with old udev version

2013-08-21 Thread Wilhelm
Am 21.08.2013 16:04, schrieb Sander Devrieze: 2013/8/21 Wilhelm wilhelm.meier at fh-kl.de mailto:wilhelm.meier at fh-kl.de Am 21.08.2013 12:19, schrieb Sander Devrieze: 2013/8/21 Wilhelm wilhelm.meier at fh-kl.de mailto:wilhelm.meier at fh-kl.de mailto:wilhelm.meier

[sane-devel] scanbd problem with dbus permission ?

2013-08-20 Thread Wilhelm
scanimage -L (with problems) - sudo SANE_CONFIG_DIR=/usr/local/etc/scanbd scanimage -L (no problems) I'm not familiar with dbus and so on... Can someone help me please? Please do: make distclean ./configure make and install it as above. Then redo your tests. -- Wilhelm w.meier at unix.net

[sane-devel] scanbd problem with dbus permission ?

2013-08-20 Thread Wilhelm
Am 20.08.2013 18:17, schrieb Michael Markusch: Hi Wilhelm, thanks for your answer. I followed your notes but it still does not work. sad but true ;-) Looks like scanbd uses the wrong dll.conf, did you export SANE_CONFIG_DIR=/usr/local/etc/scanbd ? please show your configs: /etc/sane

[sane-devel] Scanner Button Daemon [scanbd]: release 1.3.1

2013-08-12 Thread Wilhelm
), FreeBSD, NetBSD, OpenBSD ] -- Wilhelm w.meier at unix.net

[sane-devel] genesys md6228: buttons supported?

2013-03-28 Thread Wilhelm
Dominik -- Wilhelm

[sane-devel] scanbd on Raspberry Pi Connection Failed system_bus_socket

2013-03-18 Thread Wilhelm
be enough ... Thanks in advance, guys. -- View this message in context: http://sane.10972.n7.nabble.com/scanbd-on-Raspberry-Pi-Connection-Failed-system-bus-socket-tp17350.html Sent from the SANE - Dev mailing list archive at Nabble.com. -- Wilhelm

[sane-devel] scanbd Canon MG6250

2013-02-01 Thread Wilhelm
and the device? (more then with debug level 7) Please provide us with the logs and configs. -- Wilhelm

[sane-devel] Scanner Button Daemon [scanbd] 1.3: parse error in config file

2013-01-20 Thread Wilhelm
Am 19.01.2013 18:54, schrieb Rolf Bensch: Hi Wilhelm, Yesterday I started with scanbd and my CS9000F. I mentioned an error with scanbd.conf: $ /usr/local/bin/scanbd -df -c /usr/local/etc/scanbd/scanbd.conf /usr/local/etc/scanbd/scanbd.conf:197: no such option 'include' /usr/local/bin

[sane-devel] Canon Pixma MP280: Error during device I/O

2013-01-13 Thread Wilhelm
might be related (312918, 313894, 313952); but none of them came to a conclusion. Please let me know whether you need more information or whether I should attach this information to one of the existing bugs. Best regards, Lars -- Wilhelm

[sane-devel] using scanners unable to USB_AUTOSUSPEND

2013-01-11 Thread Wilhelm
Am 10.01.2013 17:29, schrieb Johannes Meixner: Hello, On Jan 10 16:58 Wilhelm wrote (excerpt): recently I had problems with my old EPSON 1670 Scanner, because it doesn't support usb autosuspend that most distros enable by default in the linux kernel. That causes scanimage or other

  1   2   >