Code: Select all
a55h4t root # lsmod
Module Size Used by
snd_pcm_oss 48448 -
snd_mixer_oss 17152 -
snd_seq_oss 34272 -
snd_seq_midi_event 6208 -
snd_seq 50928 -
snd_seq_device 6956 -
snd_intel8x0 28384 -
snd_ac97_codec 73344 -
snd_pcm 82376 -
snd_timer 21604 -
snd 44388 -
snd_page_alloc 7492 -
I'm out of ideas...
aschueler wrote:Man I feel your pain as I have had my share of problems with ALSA. It's what drove me to Gentoo in the first place, since it was the first distro that had a 2.6 kernel (ALSA built in) that could get my sound card working (Audigy 2).
I have two last ideas, both of which are weak but I would try them. I reviewed over the entire posting, and think that turning off ACPI is not a bad idea if you don't need it. It is on the same IRQ as your sound card. I am not sure this is an issue, since I have not seen any IRQ conflicts since earlier windows days, but this is beyond my scope to be honest.
Next, try with the kernel and not modues. Recompile the kernel. Hell, this doesn't take long anyway. The sound on my desktop works great with no modules at all. Compile with sound card support, ALSA sequencer support, OSS mixer API, OSS PCM (digital audio) API, OSS sequencer API, your driver, and without open sound system. Copy all the stuff to /boot etc etc. Don't forget to remove the modules and run modules-update.
I would re-emerge alsa-utils, /etc/init.d/alsasound stop then run /etc/init.d/alsasound start then rc-update add alsasound boot.
Finally run alsamixer and turn master all the way up and see if it works.
Interestingly, I didn't need to have alsasound running to have sound anyway: the Kmix (for KDE) was able to unmute sound and allow KDE to play sounds anyway.
If the above doesn't work I have no idea. It's essentially recreating what I did the get my sound working, the only difference being the driver.





