Package: sane-backends
Version: 1.0.27-3.2

Since the upgrade to Buster, I've been unable to use the network
scanning function of SANE.

I can see the scanner fine on the host with the scanner attached:

user@scanhost: scanimage -L
device `avision:libusb:001:014' is a Hewlett-Packard ScanJet 8200
flatbed scanner

However, there is no "net" connection. "scanimage -L" from a remote
host with "/etc/sane.d/net.conf" set to point to the scanner host also
shows no scanner available.

If I create "/etc/udev/rules.d/60-scanner.rules" with:

SUBSYSTEM=="usb", ATTR{idVendor}=="03f0", ATTR{idProduct}=="0b01",
OWNER="saned", GROUP="saned", MODE="0666"

and restart udev (service udev restart), then unplug and replug the
scanner in, I can now see the scanner over the network:

user@scanhost: scanimage -L
device `avision:libusb:001:014' is a Hewlett-Packard ScanJet 8200
flatbed scanner
device `net:192.168.74.12:avision:libusb:001:014' is a Hewlett-Packard
ScanJet 8200 flatbed scanner
device `net:localhost:avision:libusb:001:014' is a Hewlett-Packard
ScanJet 8200 flatbed scanner
device `net:127.0.0.1:avision:libusb:001:014' is a Hewlett-Packard
ScanJet 8200 flatbed scanner

and

user@remotehost: scanimage -L
device `net:192.168.74.12:avision:libusb:001:014' is a Hewlett-Packard
ScanJet 8200 flatbed scanner

James

Reply via email to