On Sat, 21 Jul 2018 08:24:50 -0400, Ivan Shmakov <
iv...@siamics.net> wrote:
> IMO, these files are supposed to hold options passed to modules
> when they are loaded; or if a module should be prevented from
> loading ("blacklisted.")
And in this particular case, on a Mageia 6 x86_64 system ...
$ cat /etc/modprobe.d/snd-oss.conf
# We need to ensure that no ALSA OSS compatibility modules are loaded so
# we can use osspd easily
blacklist snd_pcm_oss
blacklist snd_mixer_oss
blacklist snd_seq_oss
The osspd daemon is in the ossp package, which has the description ...
OSS Proxy Daemon is Linux userland OSS sound device (/dev/[a]dsp
and /dev/mixer) implementation using CUSE. Currently it supports
forwarding OSS sound streams to PulseAudio and ALSA.
$ systemctl -a status osspd.service
should show the service is active (running)
$ ll /dev/*dsp*
crw-rw----+ 1 root audio 14, 12 Jul 16 21:31 /dev/adsp
crw-rw----+ 1 root audio 14, 3 Jul 16 21:31 /dev/dsp
With those devices present, oss should be working without the need
to load the snd_*_oss modules.
Regards, Dave Hodgins
--
Change
dwho...@nomail.afraid.org to
davidw...@teksavvy.com for
email replies.