I have a Brother DCP-7065DN multi-function device. This device includes a flatbed scanner.
Here is what scanimage -L
reports for this scanner.
device `brother4:net1;dev1' is a Brother Scanner DCP-7065DN
device `brother4:net1;dev0' is a Brother DCP-7065DN DCP-7065DN
device `brother4:bus13;dev1' is a Brother DCP-7065DN USB scanner
I'm unclear on the difference between the brother4:net1;dev1
and brother4:net1;dev0
. The third one is clearly the USB interface (which I don't normally use). I usually use the first one. This is a minor but irritating issue, so I'd appreciate clarifications or suggestions where to look.
This scanner has been reliable, but I tried using it just now, and SANE cannot open brother4:net1;dev1
. This is likely because I recently switched from a DSL internet service to a cable internet service. When doing this, I had to add a router in front of the cable modem, since the cable modem only had one Ethernet slot. Since the cable modem has address 192.168.1.1
by default, I had to change the router to 192.168.0.1
so as to not conflict with it. The printer uses a static address. It used to be 192.168.1.20
, but I changed it to 192.168.0.20
. This change may be causing the problem - I had to change it in CUPS before the printer would work.
But I'm unable to discover where SANE stores IP addresses of devices. And furthermore, I don't know where it is getting the list of devices that scanimage -L
is listing. I suspect this issue is easily resolved by someone who has a better understanding of how SANE works.
net
configurations in/etc/sane.d/<device>.conf
. Perhaps grep for192\.168\.
in/etc/sane.d
and/etc/sane.d/dll.d
? – Satō Katsura Sep 02 '17 at 14:41