Scanner access software
Go to file
2024-07-26 10:26:23 +02:00
.fmf Update gating.yaml, add plans and waive badfuncs in rpminspect 2024-07-26 10:26:23 +02:00
.gitignore Merged update from upstream sources 2021-02-16 12:40:19 +00:00
66-saned.rules RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:18:32 -07:00
ci.fmf Update gating.yaml, add plans and waive badfuncs in rpminspect 2024-07-26 10:26:23 +02:00
gating.yaml Update gating.yaml, add plans and waive badfuncs in rpminspect 2024-07-26 10:26:23 +02:00
plans.fmf Update gating.yaml, add plans and waive badfuncs in rpminspect 2024-07-26 10:26:23 +02:00
README.Fedora RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:18:32 -07:00
rpminspect.yaml Update gating.yaml, add plans and waive badfuncs in rpminspect 2024-07-26 10:26:23 +02:00
sane-backends-1.0.23-sane-config-multilib.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:18:32 -07:00
sane-backends-1.0.23-soname.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:18:32 -07:00
sane-backends-1.0.25-udev.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:18:32 -07:00
sane-backends.spec 2095461 - [RFE] sane-backends use systems-sysusers 2022-07-21 16:15:41 +02:00
sane-backends.sysusers 2095461 - [RFE] sane-backends use systems-sysusers 2022-07-21 16:15:41 +02:00
sane-epson2-disable-focus.patch Merged update from upstream sources 2021-03-12 22:53:17 +00:00
sane.png RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:18:32 -07:00
saned.socket RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:18:32 -07:00
saned@.service.in RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:18:32 -07:00
sources Merged update from upstream sources 2021-02-16 12:40:19 +00:00

README.Fedora
-------------

This file is meant as README for Fedora specific changes for sane-backends
package.

SANE daemon is moved to subpackage
----------------------------------
sane-backends daemon - saned - its manual page and systemd unit files are moved
into subpackage named sane-backends-daemon. It was done because daemon provides
access to scanning devices on remote server, which nowadays isn't common 
usage of sane-backends, so it wasn't necessary to ship it with main package.

Several scanners need proprietary driver for working
----------------------------------------------------
Several scanners (e.g. Samsung, Brother, Epson) sometimes need special backends,
whose isn't shipped with sane-backends or cannot be shipped in Fedora because of
licensing problem. If your scanner isn't working with basic sane-backends:

1) if your scanner is Epson, try to install iscan-firmware package or Image Scan from Epson official site
2) if your scanner is Samsung, try to find driver on https://support.hp.com/gb-en/drivers/selfservice/
3) if your scanner is Brother, see http://support.brother.com/g/s/id/linux/en/download_scn.html

Ad2) Samsung proprietary driver is needed when user needs JPEG compression - this
feature support was added to sane-backends upstream by commit 926bfade544de4a4fd5,
which contained patches from Samsung. But this commit broke scanning for Samsung
scanners, so this patch was reverted with consequences of losing JPEG compression 
feature for Samsung scanners.