How odd. it didn't get attached. Here it is. On Tue, 2007-07-10 at 16:01 +0200, Takashi Iwai wrote: > At Thu, 05 Jul 2007 10:42:45 -0700, > Tobin Davis wrote: > > > > Try this patch. It adds support for both ALC883 and HDMI ports on your > > system. > > > > Summary: HDA-Intel - Add support for MSI K9AGM2-FIH motherboard > > > > This patch adds support for the MSI K9AGM2-FIH on-board audio. > > > > Signed off by > > Tobin Davis <tdavis@xxxxxxxxxxxx> > > The patch is missing? > > > Takashi > > > > > On Thu, 2007-07-05 at 18:34 +0200, Peter Matthias wrote: > > > > > The Board is a MSI K9AGM2-FIH, Sockel AM2, ATI RS690G, mATX, PCIe > > > > > > The script gave following output: > > > "Your ALSA information is located at http://pastebin.ca/604529" > > > > > > Other drivers are statically linked in my kernel. > > > > > > Thank you for your work! In case of any questions, contact me. > > > > > > Peter > > > > > > > > > Am Mittwoch, 4. Juli 2007 schrieben Sie: > > > > Could you post the output from > > > > http://bulletproof.servebeer.com/alsa/scripts/alsa-info.sh ? This > > > > script will give us more detailed information on what sound chip it is. > > > > We will also need to know the brand of board, for the driver file. > > > > > > > > Thanks, > > > > > > > > Tobin > > > > > > > > On Wed, 2007-07-04 at 16:48 +0200, Peter Matthias wrote: > > > > > Hello, > > > > > > > > > > I have got a 690G board with following lspic -nv output: > > > > > > > > > > 01:05.2 0403: 1002:7919 > > > > > Subsystem: 1002:7919 > > > > > Flags: bus master, fast devsel, latency 64, IRQ 19 > > > > > Memory at fe9e8000 (64-bit, non-prefetchable) [size=16K] > > > > > Capabilities: [50] Power Management version 2 > > > > > Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 > > > > > Enable- > > > > > > > > > > With the default setting, microphone does not work. With module > > > > > parameter "modprobe -i snd-hda-intel model=6stack-dig" microphone works > > > > > well. Please add to default setting. It was written in Linux Kernel > > > > > documentation to report this issue here. > > > > > > > > > > Thank you, > > > > > Peter > > > > > _______________________________________________ > > > > > Alsa-devel mailing list > > > > > Alsa-devel@xxxxxxxxxxxxxxxx > > > > > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel > > > > > > > > > > -- > > Tobin Davis <tdavis@xxxxxxxxxxxx> > > _______________________________________________ > > Alsa-devel mailing list > > Alsa-devel@xxxxxxxxxxxxxxxx > > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel > > -- Tobin Davis <tdavis@xxxxxxxxxxxx>
--- a/pci/hda/patch_realtek.c 2007-07-05 10:32:31.000000000 -0700 +++ b/pci/hda/patch_realtek.c 2007-07-05 10:33:34.000000000 -0700 @@ -6381,6 +6381,7 @@ SND_PCI_QUIRK(0x1462, 0x7187, "MSI", ALC883_6ST_DIG), SND_PCI_QUIRK(0x1462, 0x7250, "MSI", ALC883_6ST_DIG), SND_PCI_QUIRK(0x1462, 0x7280, "MSI", ALC883_6ST_DIG), + SND_PCI_QUIRK(0x1462, 0x7327, "MSI", ALC883_6ST_DIG), SND_PCI_QUIRK(0x1462, 0x0579, "MSI", ALC883_TARGA_2ch_DIG), SND_PCI_QUIRK(0x1462, 0x3729, "MSI S420", ALC883_TARGA_DIG), SND_PCI_QUIRK(0x1462, 0x3ef9, "MSI", ALC883_TARGA_DIG), --- a/pci/hda/patch_atihdmi.c 2007-07-05 10:37:43.000000000 -0700 +++ b/pci/hda/patch_atihdmi.c 2007-07-05 10:37:54.000000000 -0700 @@ -172,6 +172,7 @@ */ struct hda_codec_preset snd_hda_preset_atihdmi[] = { { .id = 0x1002793c, .name = "ATI RS600 HDMI", .patch = patch_atihdmi }, + { .id = 0x10027919, .name = "ATI RS600 HDMI", .patch = patch_atihdmi }, { .id = 0x1002791a, .name = "ATI RS690/780 HDMI", .patch = patch_atihdmi }, { .id = 0x1002aa01, .name = "ATI R600 HDMI", .patch = patch_atihdmi }, {} /* terminator */
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel