Jag försöker få fart på ljudet OSS som änvänder /dev/dsp men utan framgång, jag har testat padsp, aoss & testat att installera alsa-oss men det visade sig att modulerna tydligen är svartlistade i Ubuntu 10.10. Tittar man i /etc/modprobe.d/oss-compat.conf
Ser man dessa rader:

install snd-pcm modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { modprobe --quiet snd-pcm-oss ; : ; } install snd-mixer modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { modprobe --quiet snd-mixer-oss ; : ; } install snd-seq modprobe --ignore-install snd-seq $CMDLINE_OPTS && { modprobe --quiet snd-seq-midi ; modprobe --quiet snd-seq-oss ; : ; }

Hur ska man få fart på program som använder /dev/dsp? Måste man nedgradera till äldre version av Ubuntu eller köra annan distro?

Conny


--
ubuntu-se mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-se

Till