Re: [sane-devel] DCP-7030

2022-02-28 Thread Zdenek Dohnal
Hi Olivier, On 2/28/22 17:42, valen...@free.fr wrote: Unfortunately, the DCP-7030 is USB only, and it is not in the list of eSCL compatible devices (then no IPP-over-USB). Lists can have missing information sometimes - you can always check whether your device supports IPP-over-USB by seeing

Re: [sane-devel] When to disable sane?

2022-02-28 Thread steve rinsler via sane-devel
Done! On Monday, February 28, 2022, 01:24:07 PM EST, Ralph Little wrote: Hi, On Mon, Feb 28, 2022 at 10:20 AM steve rinsler wrote: > Hi Ralph, > > Solved! > > The debug you suggested revealed a package that was needed and wasn't > installed - libusb -0.1-4. > > after installing

Re: [sane-devel] When to disable sane?

2022-02-28 Thread steve rinsler via sane-devel
Hi Ralph, Solved! The debug you suggested revealed a package that was needed and wasn't installed - libusb -0.1-4. after installing - without a reboot - scanning with simple-scan worked. As a perennial noobie, without a lot of debugging knowledge, your information was critical. Thanks.

Re: [sane-devel] When to disable sane?

2022-02-28 Thread Ralph Little
Hi, On Mon, Feb 28, 2022 at 10:20 AM steve rinsler wrote: > Hi Ralph, > > Solved! > > The debug you suggested revealed a package that was needed and wasn't > installed - libusb -0.1-4. > > after installing - without a reboot - scanning with simple-scan worked. > > As a perennial noobie, without

Re: [sane-devel] DCP-7030

2022-02-28 Thread Jürgen Mellinger
> On Mon, Feb 28, 2022 at 8:42 AM wrote: > ... > Out of curiosity, would there be a way to show a SANE supported device as a > network eSCL device ? AirSane can do this: https://github.com/SimulPiscator/AirSane Regards, Juergen

Re: [sane-devel] When to disable sane?

2022-02-28 Thread Ralph Little
Hi, On Mon, Feb 28, 2022 at 7:05 AM steve rinsler wrote: > Hi Ralph, > My now my questions are (1) with the sane daemon disabled, what sane > software is involved in scanning? > So the architecture is SANE frontend (this is your application, typically scanimage, xsane or simple-scan) which

Re: [sane-devel] DCP-7030

2022-02-28 Thread Ralph Little
Hi, On Mon, Feb 28, 2022 at 8:42 AM wrote: > ... > Out of curiosity, would there be a way to show a SANE supported device as > a network eSCL device ? > > Someone has attempted something like that here: https://scannershare.com/ Cheers, Ralph

Re: [sane-devel] DCP-7030

2022-02-28 Thread Ralph Little
Hi, On Mon, Feb 28, 2022 at 7:11 AM wrote: > Hi, > > I own an old Brother DCP-7030 and would like to use it through SANE using > open drivers (through an old MIPS router). > > Using https://github.com/tm4n/dcp7030 I could grab an image and am > considering integrating it as a SANE backend. > >

Re: [sane-devel] DCP-7030

2022-02-28 Thread valentio
Hi Mark, thanks for your answer! > From my experience most of those few year old Brother scanners on the > MFPs are already WSD, and the newest ones are eSCL too . Did you > already try the SANE-AirScan back-end? The SANE-AirScan Back-end > will support WSD and eSCL. I did not, and I

Re: [sane-devel] DCP-7030

2022-02-28 Thread Mark Dm
>From my experience most of those few year old Brother scanners on the MFPs are already WSD, and the newest ones are eSCL too . Did you already try the SANE-AirScan back-end? The SANE-AirScan Back-end will support WSD and eSCL. Mark On Mon, Feb 28,

Re: [sane-devel] When to disable sane?

2022-02-28 Thread steve rinsler via sane-devel
Hi Ralph, I found out two things: 1. Answer to WHEN to disable sane daemon should be disabled.When a scanner is connected via Ethernet to a router as a lan device, the computer doesn’t act as a server.  Thus, apparently NONE of the computers using that scanner should have saned enabled.   I

[sane-devel] DCP-7030

2022-02-28 Thread valentio
Hi, I own an old Brother DCP-7030 and would like to use it through SANE using open drivers (through an old MIPS router). Using https://github.com/tm4n/dcp7030 I could grab an image and am considering integrating it as a SANE backend. Is there interest in doing so ? Is someone already working