[sane-devel] Canon Pixma MP970

2008-08-19 Thread Louis Lagendijk
On Sun, 2008-08-17 at 14:22 +0200, Per Grahn wrote: I own a MP970 and is interested in making it work under linux. Currently I use openSuSE 10.3 (x86_64). I have tested to scan a few images with various resolutions with good result using the CVS version from 13 august. I discovered that it

[sane-devel] recommendation needed

2008-09-30 Thread Louis Lagendijk
hi, I am looking for some recommendation on the following: Canon uses a proprietary protocol for communication to it's networked multi-functional devices, called bjnp (ports 8611 - 8614) where port 8612 (UDP and TCP) is used for scanning. I have done some reverse engineering based on a packet

[sane-devel] [Fwd: Re: recommendation needed]

2008-09-30 Thread Louis Lagendijk
On Tue, 2008-09-30 at 15:20 -0400, m. allan noah wrote: is the existing sanei_udp code of any use to your driver? I started off re-using the code I wrote for the CUPS bjnp backend. I am considering re-writing the code to re-use sanei_udp and sanei_tcp code, but a lot of the code is about

[sane-devel] [Fwd: Re: recommendation needed]

2008-09-30 Thread Louis Lagendijk
On Tue, 2008-09-30 at 15:42 -0400, m. allan noah wrote: On Tue, Sep 30, 2008 at 3:32 PM, Louis Lagendijk louis at lagendijk.xs4all.nl wrote: On Tue, 2008-09-30 at 15:20 -0400, m. allan noah wrote: is the existing sanei_udp code of any use to your driver? I started off re-using the code I

[sane-devel] [Fwd: Re: [Fwd: Re: recommendation needed]]

2008-09-30 Thread Louis Lagendijk
On Tue, 2008-09-30 at 16:07 -0400, m. allan noah wrote: On Tue, Sep 30, 2008 at 4:00 PM, Louis Lagendijk louis at lagendijk.xs4all.nl wrote: On Tue, 2008-09-30 at 15:42 -0400, m. allan noah wrote: On Tue, Sep 30, 2008 at 3:32 PM, Louis Lagendijk louis at lagendijk.xs4all.nl wrote

[sane-devel] Patch to make XSane work with SANE 1.1

2008-10-13 Thread Louis Lagendijk
On Mon, 2008-10-13 at 13:55 -0400, m. allan noah wrote: On Mon, Oct 13, 2008 at 11:45 AM, Ren? Rebe rene at exactcode.de wrote: Hi, Julien BLACHE wrote: stef stef.dev at free.fr wrote: Hi, pseudocode: ret = sane_start() if(ret){ die(bad status); } that works in sane 1.0,

[sane-devel] problem compiling sane on OS/2 after latest pixma_bjnp additions

2008-10-17 Thread Louis Lagendijk
hi all, In order to solve this issue I have a few questions, that somebody with some OS/2 networking background can hopefully answer. I see 2 directions to solve this issue: 1) On OS/2 use 255.255.255.255 as broadcast address. This does not work under Linux as I need to send broadcasts to the

[sane-devel] Error: pixma backend crashes when online

2009-01-26 Thread Louis Lagendijk
Hello Michael, Nicolas, looking at the traces, this looks like a bug in my bjnp-code. It apparently crashes when the modem connection is up. Michael, could you please do the traces Nicolas requested AND run scanimage -L under gdb. Once it crashes, do a bt and mail me the results? The output if

[sane-devel] [sane-commit] CVS update of sane-backends (3 files)

2008-12-06 Thread Louis Lagendijk
ok, changed this according to the excellent suggestion by Julien. I simply do not know why I never thought of this before. It is so obvious. Louis L On Sat, 2008-12-06 at 17:31 +0100, Julien BLACHE wrote: Louis Lagendijk llagendijk-guest at alioth.debian.org wrote: Hi, backend

[sane-devel] Saned does not compile under Opensolaris

2008-12-08 Thread Louis Lagendijk
I am testing Sane under Opensolaris to see if the network extensions for the pixma backend work under Opensolaris. During the compilation I noticed that saned does not compile as OpenSolaris does not have getgrouplist(). There is a getgrouplist.c in openssh. Can we add that, or should we only

[sane-devel] Canon Pixma MP970 scanner: Connection refused]

2008-12-10 Thread Louis Lagendijk
hello Brian, could you please do the following: set SANE_DEBUG_PIXMA to 13 in bash that is export SANE_DEBUG_PIXMA=13 or in tcsh setenv SANE_DEBUG_PIXMA=13 and then a scanimage and mail me the logfile? I want to have a look at the logfileas as this really looks funny. It would be good if you

[sane-devel] New build system: make dist fails

2009-02-28 Thread Louis Lagendijk
hi Running a make dist on a freshly configured CVS tree bugs out with the following: bash-3.2$ make dist { test ! -d sane-backends-1.1.0-cvs || { find sane-backends-1.1.0-cvs -type d ! -perm -200 -exec chmod u+w {} ';' rm -fr sane-backends-1.1.0-cvs; }; } test -d sane-backends-1.1.0-cvs || mkdir

[sane-devel] build system issue installing config files

2009-02-28 Thread Louis Lagendijk
hi In order to better keep track of what I installed, I am trying to build an RPM package for Sane on my Fedora 10 box. This fails as the config files do not get installed. This seems to be caused by the install-becfg target in backend/Makefile.am @list=$(BACKEND_CONFS_ENABLED) saned.conf

[sane-devel] [Fwd: Re: scanimage OK, but problems with xsane]

2009-03-08 Thread Louis Lagendijk
for the bug report Br, Louis On Sat, 2009-03-07 at 23:34 +0100, Louis Lagendijk wrote: On Sat, 2009-03-07 at 18:12 +, Paul Bartholdi wrote: Hello, I have a Canon Pixma MP970 connected via ethernet. On the other side, I use a Sony Vaio with Ubuntu 8.10 and the latest csv sane

[sane-devel] Mac OS X: make errors

2009-03-26 Thread Louis Lagendijk
On Thu, 2009-03-26 at 12:16 -0700, Peter Schoenrank wrote: My apologies for my tardy reply. I recently upgraded from Mac OS X 10.3 to 10.5, and I have been busy learning about the (sometimes idiotic) differences. On 09-Mar-25, at 14:00, Nicolas Martin wrote: Are you sure you got

[sane-devel] Mac OS X: sane pixma (not) scanning

2009-03-27 Thread Louis Lagendijk
without sending the output to a log file, does it hang at the same place ? As far as I can tell, yes. This time, kill -9 c did not work and I had to restart. On 09-Mar-26, at 13:13, Louis Lagendijk wrote: Could you please check the system log WHILE starting the scan? I would

[sane-devel] Mac OS X: sane pixma (not) scanning via network

2009-03-27 Thread Louis Lagendijk
Hi Peter Thanks for your patience. Here is some more input Louis On Fri, 2009-03-27 at 11:27 -0700, Peter Schoenrank wrote: On 09-Mar-26, at 14:17, Louis Lagendijk wrote: This could be because the MX850 is not connected on that Lan (duh) So, I disconnected the USB cable and connected

[sane-devel] Pixma MP600R times out after scan stats

2009-05-01 Thread Louis Lagendijk
hi Nicolas, I already noticed this bug report. I have been pretty busy lately but am planning to have a look at it this weekend. Phil, when you say over the network, does that mean over wired ethernet or Wifi? Is a firewall active on the box? What OS/distribution? In addition to the full log that

[sane-devel] Pixma MP600R times out after scan stats

2009-05-01 Thread Louis Lagendijk
hi again I jad a look at the available logfile: Apparently everything goes right upto the point where we send a de20/cmd_scan_param. The 4 bytes ack (confirming a packet of 0x40 bytes) on the command is received back(T=6.240). We then expect to start read an 8 byte response from the scanner, so

[sane-devel] compile sane snapshot under Freebsd 7.1

2009-05-02 Thread Louis Lagendijk
Hi Here are a few notes on compiling a recent sane snapshot (from sometime earlier this week) under FreeBSD 7.1. I am not a FreeBSD user but installed it on an old box (AMD XP 2000) to test my bjnp sources for the pixma backend. - libgphoto2 is not found, solved it temporarily by adding

[sane-devel] compile sane snapshot under Freebsd 7.1

2009-05-03 Thread Louis Lagendijk
that I picked the right BSD version Replies below. On 05/02/2009 11:14 AM, m. allan noah wrote: On Sat, May 2, 2009 at 11:49 AM, Louis Lagendijk louis at lagendijk.xs4all.nl wrote: - libgphoto2 is not found, solved it temporarily by adding ${GPHOTO2_LDFLAGS} to the end

[sane-devel] compile sane snapshot under Freebsd 7.1

2009-05-04 Thread Louis Lagendijk
On Sat, 2009-05-02 at 15:59 -0500, Chris Bagwell wrote: I'm very glad to hear someone was able to test under FreeBSD. Thats the main platform I do not have access to. Really need to set up a qemu image some day. canon_dr.c picks the wrong saneopts.h (from /usr/local/sane). possibly

[sane-devel] sane seg. fault -

2009-06-30 Thread Louis Lagendijk
hi Bob, On Tue, 2009-06-30 at 10:37 -0400, m. allan noah wrote: I think there were regressions in the avision driver in sane-backends 1.0.19. IIRC, these might be fixed in v 1.0.20. You might see if that has been packaged for Fedora 11, and if it will install on F10. If not, you could build

[sane-devel] Canon imageCLASS MF4370dn

2009-10-20 Thread Louis Lagendijk
On Sun, 2009-10-18 at 13:36 +0200, Nicolas Martin wrote: Louis: if the network support fails, I'm just wondering whether the DES name for this model is set correctly, the usb signature (from the USB snoop) was reported to be: Canon MF4360-4390 so a bit different from what was seen

[sane-devel] Canon imageCLASS MF4370dn

2009-10-24 Thread Louis Lagendijk
Hi Adrian a quick short response: I had a quick look (I was about to quit for the day). this is definately a different protocol as the BJNP stuff (this uses port 45747. It may be similar though. I need to have a look at it when I have more time. kind regards, Louis On Sat, 2009-10-24 at 12:05

[sane-devel] Canon PIXMA MX870

2010-07-17 Thread Louis Lagendijk
my apologies for getting ibn late: I just got back from a holiday On Sat, 2010-07-17 at 09:46 +0200, Nicolas Martin wrote: http://files.pannek.de/sane/scanimage.zip This look satisfactory at first glance, the Pixma dialog is confirmed to be a generation 4 format here. pannek at

[sane-devel] Canon PIXMA MX870

2011-01-22 Thread Louis Lagendijk
On Sun, 2011-01-16 at 02:04 -0800, Kenton Varda wrote: I leave your first question for Nicolas to answer. I don't understand the backend well enough to dig into this part. sorry for the late reply, I have been out of the country for a few days and busy with work... Unfortunately, there is

[sane-devel] Troubles with PIXMA MX870 and USB

2011-01-31 Thread Louis Lagendijk
On Mon, 2011-01-31 at 12:08 +0100, Stephan Ritscher wrote: Hi folks, I just got a new Canon Pixma MX870, but it doesn't work completely, yet. Let me start with my setup. I run Gentoo with kernel 2.6.36-gentoo-r5 on an Intel(R) Core(TM)2 Duo CPU T9300. I use the latest sane-backends from

[sane-devel] backend in progress: canon i-sensys mf4570dn, 'mfnp' protocol

2011-02-25 Thread Louis Lagendijk
sends the usual usb commands that get routed over IP. Is there a backend that supports your device? If so, I could have a look at some packet traces to see if support for your devices IP-protocol is doable. (this question probably goes to louis lagendijk (judging from the copyright notes

[sane-devel] backend in progress: canon i-sensys mf4570dn, 'mfnp' protocol

2011-02-25 Thread Louis Lagendijk
On Fri, 2011-02-25 at 22:45 +0100, Louis Lagendijk wrote: On Thu, 2011-02-24 at 03:44 +0100, chrysn wrote: so my questions to the list are: * what is the background of the existing bjnp code, and how extensible is it? There is no public documentation of the protocol that I am

[sane-devel] backend in progress: canon i-sensys mf4570dn, 'mfnp' protocol

2011-03-03 Thread Louis Lagendijk
hello Chris, sorry for the delay, but I am quite overloaded with work $DAYJOB, and am working on porting some other program stack to MacOS. On Sun, 2011-02-27 at 16:32 +0100, chrysn wrote: On Fri, Feb 25, 2011 at 10:45:35PM +0100, Louis Lagendijk wrote: Is there a backend that supports your

[sane-devel] backend in progress: canon i-sensys mf4570dn, 'mfnp' protocol

2011-03-16 Thread Louis Lagendijk
On Sat, 2011-03-05 at 19:29 +0100, chrysn wrote: is there a way to forcibly try the existing implementations on the device (without its chipset being known)? thanks chrysn Hello Chris I finally had some time to look at the windows traces in more detail. I misinterpreted the results

[sane-devel] support for Canon MG8150

2011-06-11 Thread Louis Lagendijk
On Fri, 2011-06-10 at 23:19 +0200, Wandrille Ronc? wrote: But not on my laptop [pixma] pixma is compiled with pthread support. [pixma] pixma version 0.16.2 [pixma] sanei_bjnp_find_devices: [pixma] wlan0 is IPv4 capable, sending broadcast.. [pixma] wlan0 is IPv4 capable, sending

[sane-devel] support for Canon MG8150

2011-06-14 Thread Louis Lagendijk
On Sat, 2011-06-11 at 12:10 +0200, Louis Lagendijk wrote: If uou have git commit access you could do that I guess. It is probably better if the current maintainer of the backend (Nicolas, Gernot?) does that, the changes do not affect any other devices, so I can not see a reason not commit

[sane-devel] Need some help: Canon MX885, Pixma-protocol (V4) scanner?

2011-11-05 Thread Louis Lagendijk
On Mon, 2011-10-31 at 19:18 +0100, 0002 at dummymails.scanea.de wrote: Hi List, recently I bougt the Canon Pixma MX885 printer-fax-scanner coffee-cooker ;-) Unfortunately it isn't recognized by sane and I would love to use it with sane. But I found the following thread

[sane-devel] Canon Mx 700 - Scanbuttons

2012-05-17 Thread Louis Lagendijk
On Thu, 2012-05-17 at 07:46 +0200, Nelson wrote: Hey mailing list, how can I use the scan buttons of the mx700 with lan connection? If I work on usb pursuing all the best. Even the buttons. When I run the printer / scanner on lan work the buttons not to scan. greets candyman

[sane-devel] Canon Mx 700 - Scanbuttons

2012-08-11 Thread Louis Lagendijk
On Thu, 2012-05-17 at 12:13 +0200, Louis Lagendijk wrote: On Thu, 2012-05-17 at 07:46 +0200, Nelson wrote: Hey mailing list, how can I use the scan buttons of the mx700 with lan connection? If I work on usb pursuing all the best. Even the buttons. When I run the printer

[sane-devel] Canon Mx 700 - Scanbuttons

2012-08-27 Thread Louis Lagendijk
On Sat, 2012-08-11 at 20:22 +0200, Louis Lagendijk wrote: hello Nelson/ list, I finally managed to find some time to work on the bjnp button scan support for the pixma backend. I got it working, although I am not really sure that it does not contain faults in some corner cases. As we

[sane-devel] MP600R doesn't work

2012-08-30 Thread Louis Lagendijk
On Wed, 2012-08-29 at 00:58 +0200, Frode V. Fjeld wrote: I have been able to get my Pixma MP600R to work with xsane over the wlan at various times before, but after upgrading to the latest ubuntu recently I can't get it to work anymore. I've pulled the latest git sources for sane-backend and

[sane-devel] MP600R doesn't work

2012-09-02 Thread Louis Lagendijk
On Thu, 2012-08-30 at 10:23 +0200, Frode V. Fjeld wrote: Louis Lagendijk louis at fazant.net writes: I will have a look at this when I get some time. I have seen this once on my own scanner, but thought that the latest git version fixed it. This could be a timing issue that shows up

[sane-devel] MP600R doesn't work

2012-09-02 Thread Louis Lagendijk
On Thu, 2012-08-30 at 10:23 +0200, Frode V. Fjeld wrote: Louis Lagendijk louis at fazant.net writes: I will have a look at this when I get some time. I have seen this once on my own scanner, but thought that the latest git version fixed it. This could be a timing issue that shows up

[sane-devel] Canon Pixma MX435 Detection

2012-09-08 Thread Louis Lagendijk
On Fri, Aug 31, 2012 at 4:06 AM, Nicholas Elliott nick at nick-elliott.net wrote: Hello Nicholas, I've installed xsane and the latest sane-backends: scanimage -V scanimage (sane-backends) 1.0.24git; backend version 1.0.22 sane-find-scanner finds the scanner: found USB scanner

[sane-devel] MP600R doesn't work

2012-09-08 Thread Louis Lagendijk
On Tue, 2012-09-04 at 00:05 +0200, Frode V. Fjeld wrote: Louis Lagendijk louis at fazant.net writes: On Thu, 2012-08-30 at 10:23 +0200, Frode V. Fjeld wrote: Louis Lagendijk louis at fazant.net writes: I will have a look at this when I get some time. I have seen this once on my own

[sane-devel] MP600R doesn't work

2012-09-10 Thread Louis Lagendijk
On Sun, 2012-09-09 at 20:15 +0200, Frode V. Fjeld wrote: Louis Lagendijk louis at fazant.net writes: [...] Please try the code from GIT Thank you so much, but I'm sorry to say it still doesn't quite work. Here's the log from scanimage -T: ...some log lines stripped [pixma] Scanner

[sane-devel] Canon Pixma MX435 Detection

2012-09-01 Thread Louis Lagendijk
hello Nick, It would indeed be interesting to see if USB works but I suspect the network code. As soon as I have some time I will test over Wlan. I suspect a timing issue. In the recent rewrite when I added scan button and IPv6 support I may have broken something. My device is normally ethernet

[sane-devel] SANE Integration with LSB

2012-10-15 Thread Louis Lagendijk
On Mon, 2012-10-15 at 07:55 -0700, Petrie, Glen wrote: All I am not sure who in the SANE group to send this to; but I am hoping the SANE group will accepted the proposed changes to enable SANE integration into the LSB 5.0. I have successfully compiled and linked SANE under the

[sane-devel] Canon Mx 700 - Scanbuttons

2012-10-22 Thread Louis Lagendijk
On Fri, 2012-10-19 at 07:55 +0200, Nelson wrote: Am 25.09.2012 19:54, schrieb Nelson: Hey list/Louis, here is installation of scanbd with my config. I'm not sure whether the installation works. Thanks to list, Nelson hello Nelson I have cooked up a quick patch that should add

[sane-devel] Canon Mx 700 - Scanbuttons

2012-10-27 Thread Louis Lagendijk
On Wed, 2012-09-26 at 07:58 +0200, Wilhelm wrote: Am 25.09.2012 19:54, schrieb Nelson: On Sat, 2012-08-11 at 20:22 +0200, Louis Lagendijk wrote: hello Nelson/ list, As I was working on the scan button support, I found out that my multi-function (MP980) does support IPv6 (I completely

[sane-devel] Canon Mx 700 - Scanbuttons

2012-10-27 Thread Louis Lagendijk
On Sat, 2012-10-27 at 12:25 -0400, m. allan noah wrote: I finally found some time to dig into the backend to see what it does and how to use it (too many other things to do and been ill for a while). I now understand how things work. The button-1 and button-2 options are set when

[sane-devel] Scanbd and /etc/sane.d

2012-12-05 Thread Louis Lagendijk
hello dear Sane developers I am in the process of packaging scanbd for Fedora. One thing that bothers me is the fact that I need to copy all scanner.conf files as scanbd relies on the user using the net backend, while scanbd acts as a saned proxy. But scanbd/saned requires a dll.conf that

[sane-devel] Systemd support for saned

2012-12-15 Thread Louis Lagendijk
Hello, I have made a simple patch to saned that gives full systemd socket activation. The big advantage is that it allows debug output to go to systemd instead of /dev/null. I do however need some changes to configure.in. I am not sure how to get these in git as I know that I cannot simply run an

[sane-devel] Canon MX700 by using LAN Connection

2012-12-18 Thread Louis Lagendijk
On Mon, 2012-12-17 at 23:38 +0100, Nelson wrote: Hey Mailinglist, i have the canon mx700 connected over lan. When i use scanimage --button-controlled=yes /tmp/test.pnm and the buttons are not pressed, the udp-connections rising steadily. I tested it with lsof | grep -c 8612 . When ca.

[sane-devel] Canon MX700 by using LAN Connection

2012-12-18 Thread Louis Lagendijk
On Tue, 2012-12-18 at 00:13 +0100, Louis Lagendijk wrote: On Mon, 2012-12-17 at 23:38 +0100, Nelson wrote: Hey Mailinglist, i have the canon mx700 connected over lan. When i use scanimage --button-controlled=yes /tmp/test.pnm and the buttons are not pressed, the udp-connections

[sane-devel] scanbd on archlinuxarm

2012-12-24 Thread Louis Lagendijk
On Mon, 2012-12-24 at 22:53 +0100, Andreas Dick wrote: Am Montag, 24. Dezember 2012, 09.09:59 schrieb Michael Watson: Arch Linux Arm is not quite debian. I may have run into a permissions issue with libsub. I have a similar problem with my HP OfficeJet muliti function device

[sane-devel] Systemd support for saned

2013-01-01 Thread Louis Lagendijk
On Tue, 2013-01-01 at 16:47 +0100, Louis Lagendijk wrote: On Sat, 2012-12-15 at 14:08 +0100, Louis Lagendijk wrote: Hello, I have made a simple patch to saned that gives full systemd socket activation. The big advantage is that it allows debug output to go to systemd instead of /dev/null

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

2013-01-02 Thread Louis Lagendijk
hello On Wed, 2013-01-02 at 20:45 +0100, Dominik Kopp wrote: Hi, I'm trying to complile scanbd inside VirtualBox (host/client both openSUSE 12.2 64-bit) but I have no success. The error message during make is: /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld:

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

2013-01-04 Thread Louis Lagendijk
On Thu, 2013-01-03 at 22:12 +0100, Dominik Kopp wrote: Wilhelm wrote: Hi Dominik, Am 02.01.2013 20:45, schrieb Dominik Kopp: /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse- linux/bin/ld: dbus.o: undefined reference to symbol 'pthread_sigmask@@GLIBC_2.2.5'

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

2013-01-07 Thread Louis Lagendijk
On Sun, 2013-01-06 at 00:12 +0100, Dominik Kopp wrote: 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

[sane-devel] Systemd support for saned

2013-01-08 Thread Louis Lagendijk
On Tue, 2013-01-01 at 17:07 +0100, Louis Lagendijk wrote: On Tue, 2013-01-01 at 16:47 +0100, Louis Lagendijk wrote: On Sat, 2012-12-15 at 14:08 +0100, Louis Lagendijk wrote: Hello, I have made a simple patch to saned that gives full systemd socket activation. The big advantage

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

2013-01-10 Thread Louis Lagendijk
On Sun, 2013-01-06 at 15:25 -0500, Michael Watson wrote: Thank you. I have 1.3 working on archlinuxarm (systemd). Please find below integration tweaks: -- /usr/lib/systemd/system/scanbd.service #Type=simple # dbus Type=dbus I would

[sane-devel] Response to systemd integration, sane-devel Digest, Vol 91, Issue 12

2013-01-11 Thread Louis Lagendijk
On Fri, 2013-01-11 at 08:38 -0500, Michael Watson wrote: Louis, Thank you. When I posted the integration tweaks the service complained on startup as simple with a dbus name. This was solved with changing the type to dbus. I have since settled on type simple and no dbus name, and it's

[sane-devel] Scanbd and /etc/sane.d

2013-01-11 Thread Louis Lagendijk
I am sorry for the long post, but I am afraid that I need to provide a lot of background. The issues As you may recall I am packaging scanbd for Fedora. There are a few issues that make this a bit challenging: 1) In order to create a good user experience, I want the package to

[sane-devel] sane-devel Digest, Vol 91, Issue 14

2013-01-12 Thread Louis Lagendijk
On Sat, 2013-01-12 at 08:48 -0500, Michael Watson wrote: Louis, Udev start and stop of scanbd.service and scanbm.socket, service and socket not enabled: /usr/lib/udev/rules.d/99-local.rules # Scan Button rules for Canon CanoScan LiDE 210 #ENV{libsane_matched}==yes, GROUP=scanner

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

2013-01-19 Thread Louis Lagendijk
On Sat, 2013-01-19 at 18:54 +0100, Rolf Bensch wrote: 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'

[sane-devel] Systemd support for saned

2013-01-01 Thread Louis Lagendijk
On Sat, 2012-12-15 at 14:08 +0100, Louis Lagendijk wrote: Hello, I have made a simple patch to saned that gives full systemd socket activation. The big advantage is that it allows debug output to go to systemd instead of /dev/null. I do however need some changes to configure.in. I am not sure

[sane-devel] scanbd Canon MG6250

2013-02-07 Thread Louis Lagendijk
On Wed, 2013-02-06 at 22:27 +0100, Rolf Bensch wrote: Hi Matthias, Many thanks for your patch. I just committed your patch to git. I have no idea about BJNP. Please open a new thread about this issue here in the ml, and/or search for a BJNP maintainer in ChangeLog. Cheers, Rolf Gents

[sane-devel] scanbm

2013-02-07 Thread Louis Lagendijk
On Thu, 2013-02-07 at 17:32 +0100, Matthias Thon wrote: Hello, i like to setup scanbd with my Canon MG6250. scanbd -f works and reacts on pressing scanner buttons. Now i like to use scanimage on this machine. If i load scand and scan over the net backend it works. But if i try to start

[sane-devel] scanbd problem with dbus permission ?

2013-02-26 Thread Louis Lagendijk
On Tue, 2013-02-26 at 11:23 +0100, stout wrote: Hello, I found some solution for my problem : First, I noticed than the file scanbd_dbus.conf wasn't in the system.d folder, so I added it. The error changed : no more dbus connection error but endless Iteration on dbus call in the log...

[sane-devel] scanbd problem with dbus permission ?

2013-02-27 Thread Louis Lagendijk
On Wed, 2013-02-27 at 09:58 +0100, stout wrote: Hello, A few notes: scanbd_dbus shall be copied into /etc/dbus-1/system.d, that is what you referred to I guess? Yes it is. What do you use to start scanbd? Systemd? Scanbd apparently does not see the scanner. What is set for

[sane-devel] Using Canon MF 4270 over network

2013-03-12 Thread Louis Lagendijk
On Tue, 2013-03-12 at 19:50 +0100, kimec.ethome.sk wrote: Hi everybody, according to the sane-pixma backend's man page, MF 4270 should be already supported (it is listed in the 'known to work section'). http://www.sane-project.org/man/sane-pixma.5.html Could somebody confirm if the

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

2013-04-13 Thread Louis Lagendijk
On Fri, 2013-04-12 at 07:01 -0700, deigerwutz wrote: Dear all In the meanwhile I removed and installed scanbd once again. But now I get an Iteration on dbus call error. If scanbd runs from command line with option f it works perfect but not with auto start. If scanbd ist started via

[sane-devel] Testing Sane + Canon MG6250

2013-04-22 Thread Louis Lagendijk
On Mon, 2013-04-22 at 22:34 +0930, Ashley Arnold wrote: Hi, I'm not really sure how to do this, but the http://www.sane-project.org/sane-mfgs.html page said Testers needed, so here is what I did to get my Canon MG6250 scanner going. This is on xubuntu 12.10 64-bit with all current

[sane-devel] canon pixma MX890 ADF empty test OK

2013-05-23 Thread Louis Lagendijk
On Wed, 2013-05-22 at 14:53 -0700, Tim wrote: Unfortunately my report was premature. The backend did successfully manage a 1 page ADF scan followed by an ADF empty test, but more normal use profile failed as: o Placed 9 sheets in ADF o launched xsane w ADF/multipage=9 o ask for and

[sane-devel] Problems with MX712 via Network

2013-07-17 Thread Louis Lagendijk
On Wed, 2013-07-17 at 08:49 -0700, warnes wrote: Hi All, First, thanks for all the work that goes into running a project like this! I'm providing this information to help debugging the Canon PIXMA MX710 series support. I have a brand new Canon Pixma MX712 ($54.99 at BJ's!). Since the

[sane-devel] Problems with MX712 via Network

2013-07-17 Thread Louis Lagendijk
On Wed, 2013-07-17 at 09:42 -0700, warnes wrote: Hi Louis, I connected t he printer via USB and ran: export SANE_DEBUG_BJNP=3 scanimage | tee scanimage.log The logfile is attached. -Greg Not exavlty what I asked: first determine whether the issue is in the

[sane-devel] saned on headless Centos 6 server

2013-09-03 Thread Louis Lagendijk
On Tue, 2013-09-03 at 13:47 +1200, Jon Chamberlain wrote: Hi, I have configured an HP 1050 all-in-one on my Centos 6 server using the manual instructions on the HPLIP site. So far I am able to print and scan locally, but have been unsuccessful in getting it to be seen across the network.

[sane-devel] NET BJNP Canon imageCLASS MF4880DW

2014-01-07 Thread Louis Lagendijk
On Mon, 2014-01-06 at 11:49 -0500, Yvan L. G?linas wrote: Hi, I have a Canon imageCLASS MF4880DW and sane-backend git has been updated and working fine via USB (lsusb: Bus 003 Device 004: ID 04a9:2773 Canon, Inc.) Thanks! I was trying to use it via the net but it didn't worked at

[sane-devel] Canon MG3250 - new hardware

2014-02-05 Thread Louis Lagendijk
On Sun, 2014-02-02 at 23:09 +, Keith Wansbrough wrote: Hi, I have a Canon MG3250 connected via wireless (BJNP, IPv4). I see it's marked as Testers needed. How can I help? I have pixma 0.17.6 (built from git), running on Ubuntu 12.04 on x86_64. scanimage -L didn't find the scanner,

[sane-devel] NET BJNP Canon imageCLASS MF4880DW

2014-02-08 Thread Louis Lagendijk
On Tue, 2014-01-07 at 13:05 +0100, Louis Lagendijk wrote: Hi Rolf, I am working with Yvan L. G?linas gelinasyl at gmail.com to get the laser multi-functionals to work over the mfnp protocol (usb over IP). Yvan has kindly given me access to his scanner over a tunnel. I found that the MF4880DW

[sane-devel] NET BJNP Canon imageCLASS MF4880DW

2014-02-08 Thread Louis Lagendijk
On Sat, 2014-02-08 at 00:00 +0100, Louis Lagendijk wrote: On Tue, 2014-01-07 at 13:05 +0100, Louis Lagendijk wrote: Hi Rolf, I am working with Yvan L. G?linas gelinasyl at gmail.com to get the laser multi-functionals to work over the mfnp protocol (usb over IP). Yvan has kindly given me

[sane-devel] NET BJNP Canon imageCLASS MF4880DW

2014-02-08 Thread Louis Lagendijk
On Sat, 2014-02-08 at 13:07 +0100, Louis Lagendijk wrote: On Sat, 2014-02-08 at 00:00 +0100, Louis Lagendijk wrote: On Tue, 2014-01-07 at 13:05 +0100, Louis Lagendijk wrote: Hi Rolf, I am working with Yvan L. G?linas gelinasyl at gmail.com to get the laser multi-functionals to work over

[sane-devel] Canon laser multi-functional support: MFNP protocol

2014-02-11 Thread Louis Lagendijk
Hi, I have committed support for Canon laser multifunctional scanner support to git. The MFNP protocol is very similar to the BJNP protocol, so I added it to the exsiting BJNP code. If people find issues with either BJNP (inkjet) or MFNP (laser) devices, I would appreciate a report here. Thanks

[sane-devel] Canon MF4770N network

2014-04-08 Thread Louis Lagendijk
On Mon, 2014-04-07 at 21:20 -0700, littlesincanada wrote: Hi, After managing to get USB scanning working with Rolf for the Canon MF4770N machine, I have now put the printer onto the network and am trying to get network scanning working to no avail. Assuming that it uses the BJNP protocol,

[sane-devel] Canon MF4770N network

2014-04-09 Thread Louis Lagendijk
On Tue, 2014-04-08 at 22:35 -0700, littlesincanada wrote: Hi, Thanks to the various hints particularly from Louis, my Canon MF4770N works flawlessly over the net. The scanner was autodetected and works out of the box as of latest git. Many thanks: you guys rock!! Thanks for your report.

[sane-devel] Issue with Fujitsu ScanSnap iX500

2014-04-14 Thread Louis Lagendijk
On Thu, 2014-04-10 at 07:41 +0200, Wolfgang Fahl wrote: Dear Sane developers, please find attached a zipped log with the result of my test with a ScanSnap iX500 (due to the 100 KByte Limit for this mailinglist I could not simply paste the content). This test was done on a Macbook Pro

[sane-devel] MX925: Scan via Display to SANE??

2014-05-03 Thread Louis Lagendijk
On Fri, 2014-05-02 at 21:55 +, Thomas Escher wrote: One question ? I own a Canon MX925. It's possible to scan from the display directly to the Windows-Machines. Is SANE the right software to scan from the display directly to a debian-machine? Thanks, Tom Hi Tom, Yes, Sane can

[sane-devel] support for Canon MG8150

2010-11-01 Thread Louis Lagendijk
On Sun, 2010-10-31 at 20:41 +0100, ralph.gauges at bioquant.uni-heidelberg.de wrote: I tried to use the device over ethernet and this seems to work better: Then you probably have a mistake in the usb-id. The bjnp code looks up the device name and fetches the USB-id from the name. As long as

[sane-devel] support for Canon MG8150

2010-11-01 Thread Louis Lagendijk
On Sun, 2010-10-31 at 19:51 +0100, You can try adding the definitions near the end of pixma_mp150.c where similar definitions exist, like this: /* Latest devices (2010) Generation 4 CIS/CCD */ DEVICE (Canon PIXMA MP280, MP280, MP280_PID, 1200, 638, 877, PIXMA_CAP_CIS),

Re: [sane-devel] Canon MX 725 network problems

2014-08-16 Thread Louis Lagendijk
On Sat, 2014-08-16 at 21:24 +0200, HelpHelp wrote: Hi! This is strange - When I try to capture packets with wireshark it is really hard to reproduce the error. It looks like I have to hold an open connection between the scanner and the pc for scanning. Could that be true? Sounds lie a

Re: [sane-devel] Canon MX 725 network problems

2014-08-19 Thread Louis Lagendijk
On Sat, 2014-08-16 at 17:16 +0200, HelpHelp wrote: Hello! Thanks to Rolf Bensch. He made my Scanner working. The only problem is that I can use the scanner only by usb. Network is very unstable. Most of the time I have to restart Xsane, gscan2pdf,

Re: [sane-devel] Canon MX 725 network problems

2014-08-19 Thread Louis Lagendijk
On Tue, 2014-08-19 at 19:07 +0200, Louis Lagendijk wrote: On Sat, 2014-08-16 at 17:16 +0200, HelpHelp wrote: Hi can you please get me a log file with SANE_DEBUG_PIXMA=11 set: export SANE_BUDG_PIXMA=11 this should have read: export SANE_DEBUG_BJNP=11 and then your

Re: [sane-devel] Canon MX 725 network problems

2014-08-19 Thread Louis Lagendijk
On Tue, 2014-08-19 at 20:57 +0200, HelpHelp wrote: Hi Lois, i needed a while for getting the error message. Therefore the log is pretty big. You will find the error on the end. Link: https://dl.dropboxusercontent.com/u/12003240/sane.log.7z Were you scanning from the ADF here? I see a

Re: [sane-devel] Canon MX 725 network problems

2014-08-21 Thread Louis Lagendijk
On Thu, 2014-08-21 at 07:57 +0200, HelpHelp wrote: Hey Luis, I forgot to mention that I am using the ADF Regards On 21.08.2014 07:51, HelpHelp wrote: Hello Luis! your patch solved the first problem. It looks like the error is gone - made about 12 pages without errors.

Re: [sane-devel] Canon MX 725 network problems

2014-08-21 Thread Louis Lagendijk
On Thu, 2014-08-21 at 13:24 +0200, HelpHelp wrote: Hello Luis, was the last log not helpful? I forgot to mention that I had attached it this morning in the mail. I made the log with SANE_DEBUG_BJNP=11. I will put the log again in the attachment. If you need another one, i can give it to

Re: [sane-devel] Canon MF8200C Series

2014-08-21 Thread Louis Lagendijk
On Thu, 2014-08-21 at 20:40 +0200, Troels Thomsen wrote: Hi , Adding 192.168.1.50mf8230 to /etc/hosts was really effective! I still have a delay, now around 10 seconds. As seen below, its not the pixma enumeration that takes all this time (only one second),

Re: [sane-devel] Canon MF8200C Series

2014-08-22 Thread Louis Lagendijk
On Fri, 2014-08-22 at 18:45 +0200, Troels Thomsen wrote: No dns server. Its a relatively freshly installed Mint, sitting behind a cable router with dhcp. The 192.168.1.50 is just chosen as static ip on the printer, because the windows driver like it to be that way. Which

Re: [sane-devel] Canon MX 725 network problems

2014-08-23 Thread Louis Lagendijk
On Fri, 2014-08-22 at 22:59 +0200, HelpHelp wrote: Hello Louis, your were absolutely right. I tried it out with usb, and there it is the same. So it might be a problem with the pixma driver in general. Should I open a new bug report, or could we solve the problem here? you can find the

Re: [sane-devel] How to track a bug and fix it on a mailing list

2014-10-06 Thread Louis Lagendijk
On Sat, 2014-10-04 at 15:55 +0200, Kai Pöritz wrote: Hi sane folks, I have this bug that I have addresses all over the place. I was told this mailinglist is the place where these issues get fixed. Now I am new to mailinglists. I wrote to it but somehow I got 2 answers that did not solve

Re: [sane-devel] Device color and gray buttons don't scan

2014-10-10 Thread Louis Lagendijk
On Fri, 2014-10-10 at 00:40 -0700, Nicholas Alipaz wrote: I have xsane open and pushing the hardware color scan button while in Scan mode Button-controlled scan does not scan the document. Any ideas why. Linux Mint 17 with Canon Pixma MP610 First a question: what version of Sane is

Re: [sane-devel] Need help with Epson scanner problems-Fedora 20

2015-01-01 Thread Louis Lagendijk
On Thu, 2015-01-01 at 09:39 +1100, Terry Duell wrote: Hello All, I have a problem that has existed for some time, not exactly sure how long as I don't use the scanner on a regular basis. I may have had the problem for a year, maybe more. The scanner is an Epson Perfection 3490 Photo, and

  1   2   >