diff options
Diffstat (limited to 'freefilesync/debian/README.Debian')
-rw-r--r-- | freefilesync/debian/README.Debian | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/freefilesync/debian/README.Debian b/freefilesync/debian/README.Debian index dee9b13..2235ac6 100644 --- a/freefilesync/debian/README.Debian +++ b/freefilesync/debian/README.Debian @@ -1,3 +1,23 @@ +freefilesync (10.20-1+devuan) + + * gtk3 build for obs + * For changing gtk2 to gtk3, see control and patches/series files + +In case the sound is not working on a Devuan system for FreeFileSync, +check file `/etc/modprobe.d/oss-compat.conf` + + $ cat /etc/modprobe.d/oss-compat.conf + softdep snd-pcm post: snd-pcm-oss + softdep snd-mixer post: snd-mixer-oss + softdep snd-seq post: snd-seq-midi snd-seq-oss + +Setting this, so that /dev/dsp exists, allows freefilesync to play +audio. Additionally, nothing else should be playing audio, because if +something else is playing audio, a stack trace of FreeFileSync will +show error "device or resource busy." + + -- B Stack <bgstack15@gmail.com> Sat, 15 Feb 2020 16:30:36 -0500 + freefilesync (10.19-2+devuan) * gtk2 build |