This is my second thread regarding the trouble i get in my machine when loading alsa-0.9.3a modules.

All seems to be correctly loaded (including OSS/Free emulation), the alsamixer is unmuted...However i didn't succeed to get sound working in applications that use OSS driver.
Even, after typing manually "modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss" i didn't get that compatibility with applications that requires OSS. As a result GNOME remains desperatly silent.

It's clear that alsa OSS free emulation doesn't work as it should be. Something prevents applications to access OSS driver. To add more difficulty to the situation, i didn't get any error message. I report only the following warning when starting alsasound service :

-----------------------------------
[EMAIL PROTECTED] root]# /etc/rc.d/init.d/alsasound start
Starting sound driver: snd-opl3sa2 Warning: loading /lib/modules/2.4.20-8/kernel/sound/support/pnp/snd-pnp.o will taint the kernel: no license
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Module snd-pnp loaded, with warnings
Module snd-opl3sa2 loaded, with warnings
done
--------------------------------------

My "lsmod" output is the following :

[EMAIL PROTECTED] root]# lsmod | grep snd
snd-pcm-oss 45636 0 (autoclean)
snd-mixer-oss 16504 0 (autoclean) [snd-pcm-oss]
snd-opl3sa2 10448 0
snd-pnp 4816 0 [snd-opl3sa2]
snd-cs4231-lib 21356 0 [snd-opl3sa2]
snd-opl3-lib 8772 0 [snd-opl3sa2]
snd-hwdep 7008 0 [snd-opl3-lib]
snd-mpu401-uart 5200 0 [snd-opl3sa2]
snd-rawmidi 18560 0 [snd-mpu401-uart]
snd-seq-device 6268 0 [snd-opl3-lib snd-rawmidi]
snd-pcm 85184 0 [snd-pcm-oss snd-opl3sa2 snd-cs4231-lib]
snd-page-alloc 8404 0 [snd-cs4231-lib snd-pcm]
snd-timer 19624 0 [snd-cs4231-lib snd-opl3-lib snd-pcm]
snd 43620 0 [snd-pcm-oss snd-mixer-oss snd-opl3sa2 snd-cs4231-lib snd-opl3-lib snd-hwdep snd-mpu401-uart snd-rawmidi snd-seq-device snd-pcm snd-timer]
soundcore 6404 6 [snd]
-------------------------------------

and, /etc/modules.conf includes the lines below :

alias char-major-116 snd
options snd-opl3sa2 enable=1 index=0
options snd major=116 cards_limit=1
alias snd-card-0 snd-opl3sa2
# module options
options snd-opl3sa2 port=0x120 sb_port=0x220 wss_port=0x530 midi_port=0x300 fm_port=0x388 irq=5 dma1=0 dma2=1 isapnp=0
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
-----------------------------------

I used RedHat 9.0 and also Mandrake 9.0, kernels from the install CD distributions, ALSA 0.9.3a.

Any ideas on what might be the problem and how it could be solved ?

Best regards.

Reply via email to