This system is in the latest driver, 1.0.14rc3.Hello, Using ALSA modules shipped with Linux 2.6.20, I find that with a HP dc7600 workstation I need to load snd-hda-intel with model=basic or model=hp or there is no sound. Alsamixer indicates Chip: Realtek ALC260. 00:1b.0 0403: 8086:27d8 (rev 01) Subsystem: 103c:3010
Try this patch and report back if it works.Same with a Lenovo M55 8811, except I seem to need model=laptop. alsamixer indicates Chip: Analog Devices AD1986A. 00:1b.0 0403: 8086:284b (rev 02) Subsystem: 17aa:1011
You can get alsa-driver-1.0.14rc3.tar.bz2 from ftp://ftp.alsa-project.org/pub/testing/alsa-driver-1.0.14rc3.tar.bz2
If this patch works, then here's my summary in advance:
Summary: Add support for Lenovo M55 Laptop
This patch adds support for the Lenovo M55 Laptop to the HDA drivers.
Signed off by Tobin Davis <tdavis@xxxxxxxxxxxx> |
diff -r bf193701a812 pci/hda/patch_analog.c --- a/pci/hda/patch_analog.c Mon Feb 26 16:07:42 2007 +0100 +++ b/pci/hda/patch_analog.c Thu Mar 01 07:08:39 2007 -0800 @@ -839,6 +839,7 @@ static struct snd_pci_quirk ad1986a_cfg_ SND_PCI_QUIRK(0x144d, 0xc026, "Samsung X11", AD1986A_LAPTOP_EAPD), SND_PCI_QUIRK(0x144d, 0xc504, "Samsung Q35", AD1986A_3STACK), SND_PCI_QUIRK(0x144d, 0xc027, "Samsung Q1", AD1986A_ULTRA), + SND_PCI_QUIRK(0x17aa, 0x1011, "Lenovo M55", AD1986A_LAPTOP), SND_PCI_QUIRK(0x17aa, 0x1017, "Lenovo A60", AD1986A_3STACK), SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo N100", AD1986A_LAPTOP_EAPD), SND_PCI_QUIRK(0x17c0, 0x2017, "Samsung M50", AD1986A_LAPTOP),
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel