8 Sep
2007
8 Sep
'07
1:47 a.m.
At Thu, 06 Sep 2007 22:09:37 -0500, Chris Pemberton wrote:
To enable sound on a Lenovo 3000 N100 laptop...
In patch_realtek.c (near line # 10882):
Change:
SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo", ALC861VD_LENOVO),
to:
SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo 3000 N100", ALC861VD_3ST),
Hm, that's bad. ALC861VD_LENOVO is exactly for your laptop model, so it has to be fixed.
What is exactly a problem? Could you figure out which codec setting may trigger the problem by comparing codec#* file between these models?
And, above all, which ALSA version are you using and how did you test it? The latest version, and the output from both HP and spekaer?
thanks,
Takashi