[sane-devel] Net Client Not Contacting Server SOLVED
James Klaas
jklaas at appalachian.dyndns.org
Fri Sep 11 20:09:11 BST 2020
Sweet! This fixed my network scanning on Debian Buster as well.
Perhaps I'll submit a bug report on this.
On 9/11/20, C. Cook <c.a.cook at quantum-sci.com> wrote:
> Lesson is add /etc/udev/rules.d/60-scanner.rules with:
>
> SUBSYSTEM=="usb", ATTR{idVendor}=="{yourscannervend}",
> ATTR{idProduct}=="{yourscannerID}", OWNER="saned", GROUP="saned",
> MODE="0666"
>
> saned is non-privileged so this shouldn't be a security hazard,
> especially if you extend 6566 to remote clients through a reverse SSH
> tunnel like I do. This way you don't have to add all your remote
> clients to the server's saned group.
More information about the sane-devel
mailing list