[Bug 283901] graphics/sane-backends: scanning fails with multiple commands
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 283901] graphics/epsonscan2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jan 2025 16:09:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283901 --- Comment #9 from J.R. Oldroyd <fbsd@opal.com> --- So there are several Epson scanner drivers available at the moment. The sane-backends port provides libsane-epson.so, libsane-epson2.so and libsane-epsonds.so. These each support various scanners over various connection methods. You are lucky in that your scanner is supported by one of these. (See their man pages for lists of what they each support.) The epsonscan2 port provides libsane-epsonscan2.so which supports a wide range of the newer scanners. By removing the file /usr/local/etc/sane.d/dll.d/epsonscan2, you were removing libsane-epsonscan2.so and using the libsane-epson2.so driver. Your bug report does show, however, that there's a problem with the way libsane-epsonscan2.so is reporting the available scanners. I'll debug next week. -- You are receiving this mail because: You are the assignee for the bug.