diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/TROUBLESHOOTING.Debian | 12 | ||||
-rw-r--r-- | debian/changelog | 8 |
2 files changed, 19 insertions, 1 deletions
diff --git a/debian/TROUBLESHOOTING.Debian b/debian/TROUBLESHOOTING.Debian index 85b7868..1412219 100644 --- a/debian/TROUBLESHOOTING.Debian +++ b/debian/TROUBLESHOOTING.Debian @@ -1,7 +1,7 @@ 1.) usbfs: interface 1 claimed by usblp while ‘scanimage’ sets config #1 2.) ACL: device file system does not support ACLs - +3.) TLP and sane-backends 1.) usbfs: interface 1 claimed by usblp while ‘scanimage’ sets config #1 @@ -27,3 +27,13 @@ possible in its fallback mode of traditional Unix-style file permissions. As a workaround, I have substituted "/bin/chown root:scanner $env{DEVNAME}" as the command at the end of 99-libsane1.rules (an alternative would be to use a UDEV rule element to change the ownership). + + +3.) TLP and sane-backends + +From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954096 + +If the scanner frontends works only once you can add your scanner into +the blacklist in /etc/default/tlp. For more Infos please read the bugreport. + +Thanks to Eduardo Casais <casaise@bluewin.ch>. diff --git a/debian/changelog b/debian/changelog index b4647ec..cdb12fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sane-backends (1.0.31-5) UNRELEASED; urgency=medium + + * TROUBLESHOOTING.Debian: + - Add part if sane-backends and tlp runs on the same system + (Closes: #954096, #887745). + + -- Jörg Frings-Fürst <debian@jff.email> Tue, 08 Dec 2020 19:43:48 +0100 + sane-backends (1.0.31-4) unstable; urgency=medium * debian/rules: |