* C-Media 8738 sound driver + A7M266-D problems.
@ 2002-03-19 3:23 Mark
2002-03-19 13:36 ` Alan Cox
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Mark @ 2002-03-19 3:23 UTC (permalink / raw)
To: linux-kernel
I have a dual AMD board that has the 8738 onboard. I compile 2.4.18 and
pass it the '6 speaker' selection which should push the Rear speaker
signal out the Line In connector and the Center Speaker Out/ Sub-woofer
signal out the Mic In connector. This does not happen. I've tried this
as a module and passing the params on the command line as well as
compiling it directly into the kernel. Am I missing something (very
likely) or is this a known situation that I just have to deal with?
Please Cc: me. I am not subscribed to the list.
------------------------------------------------------------------------
| Mark Bishop (mark@bish.net) | Computer Engineer |
| 813-253-XXXX | Network Engineer |
| http://bish.net | Embedded Programmer |
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: C-Media 8738 sound driver + A7M266-D problems.
2002-03-19 3:23 C-Media 8738 sound driver + A7M266-D problems Mark
@ 2002-03-19 13:36 ` Alan Cox
2002-03-19 23:10 ` Eric Lammerts
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Alan Cox @ 2002-03-19 13:36 UTC (permalink / raw)
To: Mark; +Cc: linux-kernel
> pass it the '6 speaker' selection which should push the Rear speaker
> signal out the Line In connector and the Center Speaker Out/ Sub-woofer
> signal out the Mic In connector. This does not happen. I've tried this
Is your app capable of writing 6 channel audio ?
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: C-Media 8738 sound driver + A7M266-D problems.
2002-03-19 3:23 C-Media 8738 sound driver + A7M266-D problems Mark
2002-03-19 13:36 ` Alan Cox
@ 2002-03-19 23:10 ` Eric Lammerts
2002-03-19 23:25 ` Christian HOFFMANN
2002-03-26 18:35 ` Ragnar Hojland Espinosa
3 siblings, 0 replies; 6+ messages in thread
From: Eric Lammerts @ 2002-03-19 23:10 UTC (permalink / raw)
To: Mark; +Cc: linux-kernel
On Mon, 18 Mar 2002, Mark wrote:
> I have a dual AMD board that has the 8738 onboard. I compile 2.4.18 and
> pass it the '6 speaker' selection which should push the Rear speaker
> signal out the Line In connector and the Center Speaker Out/ Sub-woofer
> signal out the Mic In connector. This does not happen. I've tried this
> as a module and passing the params on the command line as well as
> compiling it directly into the kernel. Am I missing something (very
> likely) or is this a known situation that I just have to deal with?
Are you sure your hardware supports 6-channel output? There are
several version of the 8738 chip (with/without spdif, 4/6 channel).
The chip should read something like "CMI8738/PCI-6CH".
Furthermore, it requires some extra hardware (analog multiplexers, for
example a 4053) to switch the connections. Maybe the manufacturer
left that out (to save a few cents).
Eric
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: C-Media 8738 sound driver + A7M266-D problems.
2002-03-19 3:23 C-Media 8738 sound driver + A7M266-D problems Mark
2002-03-19 13:36 ` Alan Cox
2002-03-19 23:10 ` Eric Lammerts
@ 2002-03-19 23:25 ` Christian HOFFMANN
2002-03-20 0:13 ` Alan Cox
2002-03-26 18:35 ` Ragnar Hojland Espinosa
3 siblings, 1 reply; 6+ messages in thread
From: Christian HOFFMANN @ 2002-03-19 23:25 UTC (permalink / raw)
To: linux-kernel
Hi,
I have the same motherboard at it include the hardware to support 6
speaker (and win2k support 6 channels)). I'm currently configuring
linux (gentoo with kernel 2.4.18) on my motherboard and don't yet
know about the rears chanels. I'll let you know.
Regards
On 20 Mar 2002 at 0:10, Eric Lammerts wrote:
>
> On Mon, 18 Mar 2002, Mark wrote:
> > I have a dual AMD board that has the 8738 onboard. I compile 2.4.18 and
> > pass it the '6 speaker' selection which should push the Rear speaker
> > signal out the Line In connector and the Center Speaker Out/ Sub-woofer
> > signal out the Mic In connector. This does not happen. I've tried this
> > as a module and passing the params on the command line as well as
> > compiling it directly into the kernel. Am I missing something (very
> > likely) or is this a known situation that I just have to deal with?
>
> Are you sure your hardware supports 6-channel output? There are
> several version of the 8738 chip (with/without spdif, 4/6 channel).
> The chip should read something like "CMI8738/PCI-6CH".
>
> Furthermore, it requires some extra hardware (analog multiplexers, for
> example a 4053) to switch the connections. Maybe the manufacturer
> left that out (to save a few cents).
>
> Eric
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
-----------------------------------------------
Christian HOFFMANN <christian.hoffmann@noos.fr>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: C-Media 8738 sound driver + A7M266-D problems.
2002-03-19 23:25 ` Christian HOFFMANN
@ 2002-03-20 0:13 ` Alan Cox
0 siblings, 0 replies; 6+ messages in thread
From: Alan Cox @ 2002-03-20 0:13 UTC (permalink / raw)
To: Christian HOFFMANN; +Cc: linux-kernel
>
> Hi,
> I have the same motherboard at it include the hardware to support 6
> speaker (and win2k support 6 channels)). I'm currently configuring
> linux (gentoo with kernel 2.4.18) on my motherboard and don't yet
> know about the rears chanels. I'll let you know.
>
> Regards
>
>
> On 20 Mar 2002 at 0:10, Eric Lammerts wrote:
>
> >
> > On Mon, 18 Mar 2002, Mark wrote:
> > > I have a dual AMD board that has the 8738 onboard. I compile 2.4.18 and
> > > pass it the '6 speaker' selection which should push the Rear speaker
> > > signal out the Line In connector and the Center Speaker Out/ Sub-woofer
> > > signal out the Mic In connector. This does not happen. I've tried this
> > > as a module and passing the params on the command line as well as
> > > compiling it directly into the kernel. Am I missing something (very
> > > likely) or is this a known situation that I just have to deal with?
> >
> > Are you sure your hardware supports 6-channel output? There are
> > several version of the 8738 chip (with/without spdif, 4/6 channel).
> > The chip should read something like "CMI8738/PCI-6CH".
> >
> > Furthermore, it requires some extra hardware (analog multiplexers, for
> > example a 4053) to switch the connections. Maybe the manufacturer
> > left that out (to save a few cents).
> >
> > Eric
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
> >
>
> -----------------------------------------------
> Christian HOFFMANN <christian.hoffmann@noos.fr>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: C-Media 8738 sound driver + A7M266-D problems.
2002-03-19 3:23 C-Media 8738 sound driver + A7M266-D problems Mark
` (2 preceding siblings ...)
2002-03-19 23:25 ` Christian HOFFMANN
@ 2002-03-26 18:35 ` Ragnar Hojland Espinosa
3 siblings, 0 replies; 6+ messages in thread
From: Ragnar Hojland Espinosa @ 2002-03-26 18:35 UTC (permalink / raw)
To: Mark; +Cc: linux-kernel
On Mon, Mar 18, 2002 at 10:23:32PM -0500, Mark wrote:
>
> I have a dual AMD board that has the 8738 onboard. I compile 2.4.18 and
> pass it the '6 speaker' selection which should push the Rear speaker
> signal out the Line In connector and the Center Speaker Out/ Sub-woofer
> signal out the Mic In connector. This does not happen. I've tried this
> as a module and passing the params on the command line as well as
> compiling it directly into the kernel. Am I missing something (very
> likely) or is this a known situation that I just have to deal with?
You could try version 2.75a from http://download.asus.com.tw/mb_dl_menu.asp
--
____/| Ragnar Højland Freedom - Linux - OpenGL | Brainbench MVP
\ o.O| PGP94C4B2F0D27DE025BE2302C104B78C56 B72F0822 | for Unix Programming
=(_)= "Thou shalt not follow the NULL pointer for | (www.brainbench.com)
U chaos and madness await thee at its end." [15 pend. Mar 10]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-03-26 18:37 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-19 3:23 C-Media 8738 sound driver + A7M266-D problems Mark
2002-03-19 13:36 ` Alan Cox
2002-03-19 23:10 ` Eric Lammerts
2002-03-19 23:25 ` Christian HOFFMANN
2002-03-20 0:13 ` Alan Cox
2002-03-26 18:35 ` Ragnar Hojland Espinosa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox