Re: [sane-devel] sane-backend 1.0.27 USB broken on Mac with Homebrew

2017-07-29 Thread Olaf Meeuwissen
Hi, Yurii Kolesnykov writes: > Hi, Olaf, Thomas! > > Having another round through the info in the various links you and Yurii >> provided I noticed >> >> checking for pkg-config... no >> >> Is homebrew using pkgconfig instead? If so, I'd suggest adding >> something like >> >> system "ln", "-

Re: [sane-devel] sane-backend 1.0.27 USB broken on Mac with Homebrew

2017-07-29 Thread Olaf Meeuwissen
Hi, schmo-fu writes: > Hey Olaf and Yurii, > > thank you for your support, there is some progress: > First i replaced usb-compat- with libusb-dependency in the formula. > sane-backends compiled, but still no usb-support. > Then i put »depends_on "pkg-config"« into the formula. That should allow

[sane-devel] Canon PIXMA MX725: ADF scan duplex and automatic recognition of number of pages

2017-07-29 Thread Timo Ziegler
Hi, I got my MX725 running with scanimage on sane-pixma backend. My last problems are that I can't scan in duplex mode via ADF and that a ADF batch scan tries to scan another page after all pages are gone from the ADF and then just gets stuck (need to use Ctrl + C once or twice). To scan in

[sane-devel] Running sane din docker

2017-07-29 Thread Jan De Luyck
Hello, I'm currently trying to get Sane to run inside a docker container. Reasons being that I can't modify the OS of the underlying machine, but I can play with docker containers. By sharing the /dev/bus/usb filesystem to the container, and mapping the necessary ports, I've gotten it to run (usi

Re: [sane-devel] Running sane din docker

2017-07-29 Thread m. allan noah
I'm confused- you mention exposing usb device files to the container, then you talk about saned. Are you scanning from a network attached scanner, or USB? And for that matter- what scanner and what version of sane-backends is this? allan On Sat, Jul 29, 2017 at 2:20 PM, Jan De Luyck wrote: > Hel

Re: [sane-devel] Running sane din docker

2017-07-29 Thread Jan De Luyck
Ah. I'm running saned in a container, which runs on the host which has the usb scanner plugged in. I want to share that scanner over the network to other machines. The scanner is a HP PSC 1200, supported through hpaio (and works great). Hpaio backend is version 3.16.11. Sane is version 1.0.25 Ja

Re: [sane-devel] Scanning With Nikon Coolscan LS40 / IVED

2017-07-29 Thread Leon Hauck
Just tried that with no luck. Thanks for the tip though. -- Leon On 07/28/2017 08:32 PM, m. allan noah wrote: You might try sane-backends 1.0.27, which includes the following statement in its release notes: Note 3: The Linux USB3 workaround which was added in version 1.0.25 is now disabled by

Re: [sane-devel] Scanning With Nikon Coolscan LS40 / IVED

2017-07-29 Thread Leon Hauck
Just for further clarification, I tried downloading the sane backends from debian experimental (1.0.27) with no luck. After download and building from the git repository, and setting SANE_USB_WORKAROUND=0 it works (SANE_USB_WORKAROUND=1 does not work). Thanks for the nudge in the right dire

Re: [sane-devel] [PATCH 3/3] saned: reorganize flags, remove run_mode SANED_RUN_DEBUG

2017-07-29 Thread Olaf Meeuwissen
Hi Luiz, Thanks for your patches. I really appreciate that you also keep the documentation in sync! Luiz Angelo Daros de Luca writes: > The two first patches are trivial bugfixes. Indeed they are and I'll push them shortly. > However, this one proposes a new organization on saned options, as

Re: [sane-devel] Running sane din docker

2017-07-29 Thread Olaf Meeuwissen
Hi Jan, Jan De Luyck writes: > Ah. I'm running saned in a container, which runs on the host which has > the usb scanner plugged in. I want to share that scanner over the > network to other machines. # For folks more familiar with VMs, it's like making the USB devices # from the host OS visible t

Re: [sane-devel] sane-backend 1.0.27 USB broken on Mac with Homebrew

2017-07-29 Thread Thomas.S
FYI: I'll be traveling until Thursday. So there will be no more input from my side until then. Liebe Grüße, Thomas.S --- ohne Signatur, sent from the phone. > Am 29.07.2017 um 10:06 schrieb Olaf Meeuwissen : > > Hi, > > Yurii Kolesnykov writes: > >> Hi, Olaf, Thomas! >> >> Having another