Yes. Seems like that module has not those options.
> From what I read from /var/log/messages the frozen state concludes when the
> module unloads:
>
> May 8 12:08:39 vpl kernel: ac97_codec: AC97 Audio codec, id: 0x4352:0x5903
> (Cirrus Logic CS4297)
^^^^^^^^^^^^^
Maybe you own a Cirrus Logic soundcard instead ?
ac97 reports that your soundcard uses a codec from Cirrus L.
See /usr/src/linux/Documentation/sound/cs46xx maybe
It could be possible that your sndconfig from RedHat detects a wrong one..
> post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1
> || :
> pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1
> || :
These entries only save and restore your mixer settings before/after (un)loading sound-slot-0.
So you can try to modprobe cs46xx or cs4232 for a Cirrus Logic Soundcard - but I suspect that this won't work correctly. Or try to load ac97_codec and ac97 only. Those es1371 soundcards have 2 dsps. ;-) But one should be enough for now.
If your model is not a Creative one try to use ES1370. Try lspci -n for that.
The PCI ID "1274:1371" should indicate that your card is from Creative, the ID "1274:5000" incidates that it is from Ensoniq.
*Kristian
:... [snd.science] ...:
:: _o)
:: http://www.korseby.net /\\
:: http://gsmp.sf.net _\_V
:.........................:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/