Hi there,
My sound card was working fine in sabayon with the 3.2 kernel.
Starting with the 3.3 kernel the sound is not working anymore.
The lspci shows three cards the one not working in kernel 3.4
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
and two additional NVIDIA cards.
03:00.1 Audio device: NVIDIA Corporation GF100 High Definition Audio Controller (rev a1)
04:00.1 Audio device: NVIDIA Corporation GF100 High Definition Audio Controller (rev a1)
Only the intel one is not working.
the output of the cat /proc/asound/card0/codec#* | grep -i codec command shows
Codec: Realtek ALC888
With the following line
options snd-hda-intel model=medion in the /etc/modprobe.d/alsa.conf file
the sound is working well in 3.2 kernel.
and not working in the 3.3 and 3.4 kernels.
no related error found in the /var/log/messages log file.
here are snd portion of the lsmod | grep snd_hda command for the two kernels.
kernel 3.2
snd_hda_codec_hdmi 19342 8
snd_hda_codec_realtek 173840 1
snd_hda_intel 19000 4
snd_hda_codec 60896 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 4382 1 snd_hda_codec
snd_pcm 55658 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd 43877 15 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc 5845 2 snd_hda_intel,snd_pcm
kernel 3.4
snd_hda_codec_hdmi 19437 8
snd_hda_codec_realtek 44768 1
snd_hda_intel 19352 7
snd_hda_codec 65024 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 4542 1 snd_hda_codec
snd_pcm 56359 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd 45343 21 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc 5925 2 snd_hda_intel,snd_pcm
I can't find anything wrong.
Does somebody have an idea what is wrong with the 3.4 Kernel.
Gandalf2704
Sabayon KDE 9 3.4 kernel running on a sager notebook X7200.
