diff options
author | B Stack <bgstack15@gmail.com> | 2020-02-17 08:37:29 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-02-17 08:37:29 -0500 |
commit | f276d240ca147faf59a7dd997d65b85bc9e8889f (patch) | |
tree | d427803a400365cd369508cc551c91ea6a4dfbfd /freefilesync | |
parent | add changes to files to change for gtk2/3 (diff) | |
download | stackrpms-f276d240ca147faf59a7dd997d65b85bc9e8889f.tar.gz stackrpms-f276d240ca147faf59a7dd997d65b85bc9e8889f.tar.bz2 stackrpms-f276d240ca147faf59a7dd997d65b85bc9e8889f.zip |
fix #14: document ffs sound workaround
Diffstat (limited to 'freefilesync')
-rw-r--r-- | freefilesync/debian/README.Debian | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/freefilesync/debian/README.Debian b/freefilesync/debian/README.Debian index 04e4263..2235ac6 100644 --- a/freefilesync/debian/README.Debian +++ b/freefilesync/debian/README.Debian @@ -3,6 +3,19 @@ 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) |