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

2016-10-24 Thread matt clark
More testing - checking permissions to the scanner: [matt@localhost sane.d]$ lsusb Bus 002 Device 005: ID 04a9:174b Canon, Inc. (plus others) [matt@localhost sane.d]$ ls -l /dev/bus/usb/002/005 crw-rw-r-- 1 root lp 189, 132 Oct 25 15:47 /dev/bus/usb/002/005 It looks like root and group "lp"

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

2016-10-24 Thread matt clark
Hi again, after the last test I reinstalled sane without the scanbd bits, want to see if I can get this working without it. The output from the command above is at http://pastebin.com/1h6gDTQV It looks from that as though sane is picking up both the network connection to the scanner/printer and

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

2016-10-24 Thread matt clark
Hi Rolf, thanks for replying - sorry I missed it last week. The response to that command (running as su) is scanimage: no SANE devices found I am guessing it's something wrong with the scanbd setup since I can see that it's installed using the /usr/local/etc/scanbd/sane.d config file. The only

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

2016-10-19 Thread Rolf Bensch
Hi Matt, Sorry for the late response. The command line must run without 'SANE_CONFIG_DIR=/usr/local/etc/scanbd/sane.d'. Maybe you don't have the user rights to access your scanner via USB. Please try following: (1) push any button (2) sudo su -c "SANE_DEBUG_PIXMA=11 scanimage -A" Please send me

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

2016-10-13 Thread matt clark
Hi Rolf, the "buttons" section in the code shows this: Buttons: --button-update Update button state --button-1 [0] [read-only] Button 1 --button-2 [0] [read-only] Button 2 --original [0] [read-only] Type of original to scan --target [0]

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

2016-10-13 Thread Rolf Bensch
Hi Matt, Have you tested that your scanner resp. the backend sends data @ a push button event? Please test on the console: (1) push any button (2) $ SANE_DEBUG_PIXMA=11 scanimage -A (3) check the response; I'm especially interested in following lines: Buttons: --button-update

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

2016-10-13 Thread Wilhelm
Oh, mixed the values ... action btest { filter = "^button.*" numerical-trigger { from-value = 0 to-value = 1 } desc = "Scan to file" script =

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

2016-10-13 Thread Wilhelm
Matt, you need something like this in your config: action btest { filter = "^button.*" numerical-trigger { from-value = 1 to-value = 0 } desc = "Scan to file"

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

2016-10-13 Thread 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, with modifications to sane.d directory and comment out the unnecessary manufacturer scanner.d profiles. revised config is attached -

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

2016-10-12 Thread matt clark
Here's the original message again, removing the formatting from the original forum website version that didn't seem to work. Lots of the original content went missing. Sorry for the double post if it did work for you originally. I've also added my config file to the end of this message, so it's

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

2016-10-12 Thread Wilhelm
Please post your config-file! Am 12.10.2016 um 14:13 schrieb Matt: > I've had a Canon MG8150 attached to my network for ages and decided to hook > it up to my network box (Fedora 23), basically hoping to automatically save > scans to my network drive when I press the scan button on the machine.