My laptop is a Lenovo Y400-44A with Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller. Here is the output of lspci:
#lspci | grep -i audio
Code: Select all
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)I compiled the kernel (gentoo-sources-2.6.20-r8 ) with the following options:
Code: Select all
CONFIG_SND=y
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=m
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y
CONFIG_SND_HDA_INTEL=mCode: Select all
hda-intel Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller
legacy Probe legacy ISA (non-PnP) chipsFollowing this post, i added a few more modules (which looked irrelevant but worked for that guy) to my kernel, but that didnt solve my problem.
I followed another post, trying setting specific model and position_fix but it didnt help, neither
Everytime when I reboot and ran alsamixer, it only shows the "Master" bar (and "Caller I" and "Off-hook"). Only after I ran alsaconf again did it show the "PCM" bar.
Any of you who knows please help me. Thank you



