* default setting not fully working with new ALSA device
@ 2007-07-04 14:48 Peter Matthias
2007-07-04 21:13 ` Tobin Davis
0 siblings, 1 reply; 5+ messages in thread
From: Peter Matthias @ 2007-07-04 14:48 UTC (permalink / raw)
To: alsa-devel
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: default setting not fully working with new ALSA device
2007-07-04 14:48 default setting not fully working with new ALSA device Peter Matthias
@ 2007-07-04 21:13 ` Tobin Davis
[not found] ` <200707051834.08729.PeterMatthias@web.de>
0 siblings, 1 reply; 5+ messages in thread
From: Tobin Davis @ 2007-07-04 21:13 UTC (permalink / raw)
To: Peter Matthias; +Cc: alsa-devel
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@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
--
Tobin Davis <tdavis@dsl-only.net>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: default setting not fully working with new ALSA device
[not found] ` <200707051834.08729.PeterMatthias@web.de>
@ 2007-07-05 17:42 ` Tobin Davis
2007-07-10 14:01 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: Tobin Davis @ 2007-07-05 17:42 UTC (permalink / raw)
To: Peter Matthias; +Cc: ALSA Developers
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@dsl-only.net>
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@alsa-project.org
> > > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
>
--
Tobin Davis <tdavis@dsl-only.net>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: default setting not fully working with new ALSA device
2007-07-05 17:42 ` Tobin Davis
@ 2007-07-10 14:01 ` Takashi Iwai
2007-07-10 15:00 ` Tobin Davis
0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2007-07-10 14:01 UTC (permalink / raw)
To: Tobin Davis; +Cc: ALSA Developers, Peter Matthias
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@dsl-only.net>
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@alsa-project.org
> > > > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> >
> >
>
> --
> Tobin Davis <tdavis@dsl-only.net>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: default setting not fully working with new ALSA device
2007-07-10 14:01 ` Takashi Iwai
@ 2007-07-10 15:00 ` Tobin Davis
0 siblings, 0 replies; 5+ messages in thread
From: Tobin Davis @ 2007-07-10 15:00 UTC (permalink / raw)
To: Takashi Iwai; +Cc: ALSA Developers, Peter Matthias
[-- Attachment #1: Type: text/plain, Size: 2691 bytes --]
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@dsl-only.net>
>
> 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@alsa-project.org
> > > > > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> > >
> > >
> >
> > --
> > Tobin Davis <tdavis@dsl-only.net>
> > _______________________________________________
> > Alsa-devel mailing list
> > Alsa-devel@alsa-project.org
> > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> >
--
Tobin Davis <tdavis@dsl-only.net>
[-- Attachment #2: MSI-K9AGM.patch --]
[-- Type: text/x-patch, Size: 1093 bytes --]
--- 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 */
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-07-10 15:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-04 14:48 default setting not fully working with new ALSA device Peter Matthias
2007-07-04 21:13 ` Tobin Davis
[not found] ` <200707051834.08729.PeterMatthias@web.de>
2007-07-05 17:42 ` Tobin Davis
2007-07-10 14:01 ` Takashi Iwai
2007-07-10 15:00 ` Tobin Davis
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.