Linux Sound subsystem development
 help / color / mirror / Atom feed
* AC97 codec on asus k7m?
@ 1999-11-21 21:56 buddy
  1999-11-21 22:10 ` Jaroslav Kysela
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: buddy @ 1999-11-21 21:56 UTC (permalink / raw)
  To: linux-sound

Is there any support for the 'AC97' codec on the Asus K7M athlon
motherboard?

I can't get it going, not even with OSS commercial...

Any suggestions are appreciated.

lspci shows that it is some kind of VIA chipset...

foobar:~$ /sbin/lspci

00:00.0 Host bridge: Advanced Micro Devices: Unknown device 7006 (rev 23)
00:01.0 PCI bridge: Advanced Micro Devices: Unknown device 7007 (rev 01)
00:04.0 ISA bridge: VIA Technologies, Inc.: Unknown device 0686 (rev 1b)
00:04.1 IDE interface: VIA Technologies, Inc. VT82C586 IDE [Apollo] (rev
06)
00:04.4 Class 0c05: VIA Technologies, Inc.: Unknown device 3057 (rev 20)
00:04.5 Multimedia audio controller: VIA Technologies, Inc.: Unknown
device 3058 (rev 21)
00:0d.0 VGA compatible controller: Nvidia Corporation Riva TNT (rev 04)
00:0e.0 Ethernet controller: Digital Equipment Corporation DECchip 21140
[FasterNet] (rev 22)


Thanks for any help

--buddy smith

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: AC97 codec on asus k7m?
  1999-11-21 21:56 AC97 codec on asus k7m? buddy
@ 1999-11-21 22:10 ` Jaroslav Kysela
  1999-11-22  0:30 ` Dan Hollis
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Jaroslav Kysela @ 1999-11-21 22:10 UTC (permalink / raw)
  To: linux-sound

On Sun, 21 Nov 1999 buddy@dookie.net wrote:

> Is there any support for the 'AC97' codec on the Asus K7M athlon
> motherboard?

AC97 codec is not directly accessible. You should get specs for the chip
which is doing a bridge between codec and system bus.

							Jaroslav

> 
> I can't get it going, not even with OSS commercial...
> 
> Any suggestions are appreciated.
> 
> lspci shows that it is some kind of VIA chipset...
> 
> foobar:~$ /sbin/lspci
> 
> 00:00.0 Host bridge: Advanced Micro Devices: Unknown device 7006 (rev 23)
> 00:01.0 PCI bridge: Advanced Micro Devices: Unknown device 7007 (rev 01)
> 00:04.0 ISA bridge: VIA Technologies, Inc.: Unknown device 0686 (rev 1b)
> 00:04.1 IDE interface: VIA Technologies, Inc. VT82C586 IDE [Apollo] (rev
> 06)
> 00:04.4 Class 0c05: VIA Technologies, Inc.: Unknown device 3057 (rev 20)
> 00:04.5 Multimedia audio controller: VIA Technologies, Inc.: Unknown
> device 3058 (rev 21)
> 00:0d.0 VGA compatible controller: Nvidia Corporation Riva TNT (rev 04)
> 00:0e.0 Ethernet controller: Digital Equipment Corporation DECchip 21140
> [FasterNet] (rev 22)
> 
> 
> Thanks for any help
> 
> --buddy smith
> 

-----
Jaroslav Kysela <perex@suse.cz>
SuSE Linux    http://www.suse.com
ALSA project  http://www.alsa-project.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: AC97 codec on asus k7m?
  1999-11-21 21:56 AC97 codec on asus k7m? buddy
  1999-11-21 22:10 ` Jaroslav Kysela
@ 1999-11-22  0:30 ` Dan Hollis
  1999-11-22  4:12 ` Bill Nottingham
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Dan Hollis @ 1999-11-22  0:30 UTC (permalink / raw)
  To: linux-sound

On Sun, 21 Nov 1999 buddy@dookie.net wrote:
> 00:00.0 Host bridge: Advanced Micro Devices: Unknown device 7006 (rev 23)
> 00:01.0 PCI bridge: Advanced Micro Devices: Unknown device 7007 (rev 01)

AMD 751 Northbridge as expected

> 00:04.0 ISA bridge: VIA Technologies, Inc.: Unknown device 0686 (rev 1b)

MVP4 ISA bridge

> 00:04.4 Class 0c05: VIA Technologies, Inc.: Unknown device 3057 (rev 20)

MVP4 ACPI

> 00:04.5 Multimedia audio controller: VIA Technologies, Inc.: Unknown device 3058 (rev 21)

MVP4 Audio Codec

So it looks like the asus k7m is AMD 751 northbridge + VIA MVP4
southbridge. Yes it can be supported. I dont know if anyone has written
MVP4 audio support yet.

-Dan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: AC97 codec on asus k7m?
  1999-11-21 21:56 AC97 codec on asus k7m? buddy
  1999-11-21 22:10 ` Jaroslav Kysela
  1999-11-22  0:30 ` Dan Hollis
@ 1999-11-22  4:12 ` Bill Nottingham
  1999-11-22  4:33 ` buddy
  1999-11-22 13:50 ` Benno Senoner
  4 siblings, 0 replies; 6+ messages in thread
From: Bill Nottingham @ 1999-11-22  4:12 UTC (permalink / raw)
  To: linux-sound

Dan Hollis (goemon@sasami.anime.net) said: 
> On Sun, 21 Nov 1999 buddy@dookie.net wrote:
> > 00:04.5 Multimedia audio controller: VIA Technologies, Inc.: Unknown device 3058 (rev 21)
> 
> MVP4 Audio Codec

... which may supported by the VIA 82cxxx driver, in the later 2.2.x kernels.

Bill

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: AC97 codec on asus k7m?
  1999-11-21 21:56 AC97 codec on asus k7m? buddy
                   ` (2 preceding siblings ...)
  1999-11-22  4:12 ` Bill Nottingham
@ 1999-11-22  4:33 ` buddy
  1999-11-22 13:50 ` Benno Senoner
  4 siblings, 0 replies; 6+ messages in thread
From: buddy @ 1999-11-22  4:33 UTC (permalink / raw)
  To: linux-sound

> 
> Dan Hollis (goemon@sasami.anime.net) said: 
> > On Sun, 21 Nov 1999 buddy@dookie.net wrote:
> > > 00:04.5 Multimedia audio controller: VIA Technologies, Inc.: Unknown device 3058 (rev 21)
> > 
> > MVP4 Audio Codec
> 
> ... which may supported by the VIA 82cxxx driver, in the later 2.2.x kernels.
> 
> Bill
> 

This one locked the box up totally....

:) (tried it yesterday when i saw the VIA stuff in the make menuconfig)

--buddy

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: AC97 codec on asus k7m?
  1999-11-21 21:56 AC97 codec on asus k7m? buddy
                   ` (3 preceding siblings ...)
  1999-11-22  4:33 ` buddy
@ 1999-11-22 13:50 ` Benno Senoner
  4 siblings, 0 replies; 6+ messages in thread
From: Benno Senoner @ 1999-11-22 13:50 UTC (permalink / raw)
  To: linux-sound

> 
> Dan Hollis (goemon@sasami.anime.net) said: 
> > On Sun, 21 Nov 1999 buddy@dookie.net wrote:
> > > 00:04.5 Multimedia audio controller: VIA Technologies, Inc.: Unknown device 3058 (rev 21)
> > 
> > MVP4 Audio Codec
> 
> ... which may supported by the VIA 82cxxx driver, in the later 2.2.x kernels.
> 
> Bill
> 
Does anyone know about the status of the AC97 codec found in
Intel i810 chipset based mainboards like the supermicro 370SWD ones ?

X11 is supported by the Precision Insight drivers,
now what's missing is sound, since I want to use these boxes as
thin multimedia clients.

I remember that Alan Cox said on linux-kernel that enough
specs are available to write a driver, but I'm not aware of a
working driver. ( 4Front seems to support the i810 sound
in their commercial OSS) 

regards,
Benno.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-11-22 13:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-11-21 21:56 AC97 codec on asus k7m? buddy
1999-11-21 22:10 ` Jaroslav Kysela
1999-11-22  0:30 ` Dan Hollis
1999-11-22  4:12 ` Bill Nottingham
1999-11-22  4:33 ` buddy
1999-11-22 13:50 ` Benno Senoner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox