Totally forgot there is a second saned.conf configuration file in
/usr/local/etc/scanbd/saned.conf controlling network access. that takes
care of that!
--
View this message in context:
http://sane.10972.n7.nabble.com/init-access-by-host-192-168-101-141-denied-tp20706p20709.html
Sent from the
i dunno if its good, but i tested this:
enabled all in dll.conf
added "device auto" in all .conf file
here's the new result of scanimage -L
[gphoto2] init_gphoto2: error: serial:/dev/ttyd1 is not a valid gphoto2
port. Use "gphoto2 --list-ports" for list.
[epsonds] unable to parse config line: de
after some investigation i found i was able to do that
but my knowelge about usb commincation is zero
i will need some help to continue to investigate this printer
satellite@satellite-Satellite-P200-1BY:~$ sudo python
>>> import usb
>>> dev = usb.core.find(idVendor=0x05ca, idProduct=0x042c)
>>> pr
It turns out the
issue was my the ufw firewall.
In the notes for Sane.pixma.5 at http://www.sane-project.org/man/sane-pixma.5.html
it explains that I need to open port 8612 in both directions so sane
could see the scanner. I did that and now all works well.