All of lore.kernel.org
 help / color / mirror / Atom feed
* support for PCI_DEVICE_ID_INTEL_ICH6_15
@ 2004-11-20 17:27 Brice Goglin
  2004-11-20 17:48 ` Lee Revell
  2004-11-20 18:31 ` Lee Revell
  0 siblings, 2 replies; 9+ messages in thread
From: Brice Goglin @ 2004-11-20 17:27 UTC (permalink / raw)
  To: alsa-devel

Hi,

We have a machine here whose lspci shows this soundcard :

0000:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High 
Definition Audio Controller (rev 03)
                 Subsystem: Hewlett-Packard Company: Unknown device 2a09
                 Flags: bus master, fast devsel, latency 0, IRQ 169
                 Memory at d7dfc000 (64-bit, non-prefetchable) [size=16K]
                 Capabilities: [50] Power Management version 2
                 Capabilities: [60] Message Signalled Interrupts: 64bit+ 
Queue=0/0 Enable-
                 Capabilities: [70] #10 [0091]

lspci -n says that the PCI id is "8086:2668".
include/linux/pci_ids.h says this is PCI_DEVICE_ID_INTEL_ICH6_15.
The intel8x0.c alsa driver code seems to handle several ICH chips,
but we didn't get this one to work.

Anyway, I didn't find this PCI id in intel8x0.c. I just found 
PCI_DEVICE_ID_INTEL_ICH6_3 (whose id is 266e instead of 2668 here).

Is there any way to get this soundcard to work ?

Best Regards,
--
Brice Goglin


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

* Re: support for PCI_DEVICE_ID_INTEL_ICH6_15
  2004-11-20 17:27 support for PCI_DEVICE_ID_INTEL_ICH6_15 Brice Goglin
@ 2004-11-20 17:48 ` Lee Revell
  2004-11-20 18:31 ` Lee Revell
  1 sibling, 0 replies; 9+ messages in thread
From: Lee Revell @ 2004-11-20 17:48 UTC (permalink / raw)
  To: Brice.Goglin; +Cc: alsa-devel

On Sat, 2004-11-20 at 18:27 +0100, Brice Goglin wrote:
> lspci -n says that the PCI id is "8086:2668".
> include/linux/pci_ids.h says this is PCI_DEVICE_ID_INTEL_ICH6_15.
> The intel8x0.c alsa driver code seems to handle several ICH chips,
> but we didn't get this one to work.
> 
> Anyway, I didn't find this PCI id in intel8x0.c. I just found 
> PCI_DEVICE_ID_INTEL_ICH6_3 (whose id is 266e instead of 2668 here).

Well that could be a typo.  Did you try just adding this PCI id to
intel8x0.c?

Otherwise this is probably a new device.  But Intel is Linux friendly so
even if your card is not supported it can be.

Lee



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

* Re: support for PCI_DEVICE_ID_INTEL_ICH6_15
  2004-11-20 17:27 support for PCI_DEVICE_ID_INTEL_ICH6_15 Brice Goglin
  2004-11-20 17:48 ` Lee Revell
@ 2004-11-20 18:31 ` Lee Revell
  2004-11-20 19:37   ` Lee Revell
                     ` (2 more replies)
  1 sibling, 3 replies; 9+ messages in thread
From: Lee Revell @ 2004-11-20 18:31 UTC (permalink / raw)
  To: Brice.Goglin; +Cc: alsa-devel

On Sat, 2004-11-20 at 18:27 +0100, Brice Goglin wrote:
> Hi,
> 
> We have a machine here whose lspci shows this soundcard :
> 
> 0000:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High 
> Definition Audio Controller (rev 03)

Sorry I missed the 'HD Audio' part.  I think you want the 'azx' driver:

http://sourceforge.net/mailarchive/message.php?msg_id=8912810

AFAIK Intel posted this driver and it was committed to CVS but we have
no user feedback yet.  So it should be considered experimental, though
it should work.  It would be good to know how it works...

If this is the case "ICH 6 Family" is misleading, as this needs a
completely different driver.

Lee




-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

* Re: support for PCI_DEVICE_ID_INTEL_ICH6_15
  2004-11-20 18:31 ` Lee Revell
@ 2004-11-20 19:37   ` Lee Revell
  2004-11-22 10:58     ` Takashi Iwai
  2004-11-22 22:24   ` azx and PCI_DEVICE_ID_INTEL_ICH6_15 Brice Goglin
  2004-11-23 11:50   ` support for PCI_DEVICE_ID_INTEL_ICH6_15 Thierry Vignaud
  2 siblings, 1 reply; 9+ messages in thread
From: Lee Revell @ 2004-11-20 19:37 UTC (permalink / raw)
  To: Brice.Goglin; +Cc: alsa-devel

On Sat, 2004-11-20 at 13:31 -0500, Lee Revell wrote:
> If this is the case "ICH 6 Family" is misleading, as this needs a
> completely different driver.

Sorry, rereading the posts from Intel, ICH6 == HD Audio, ICH5 is the
intel8x0 driver.

It looks like some ICH6 devices are claimed by the intel8x0 driver and
some by azx.  Sorry I can't help more, I don't have the hardware myself.

Lee





-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

* Re: support for PCI_DEVICE_ID_INTEL_ICH6_15
       [not found] ` <419FAAE7.5080208@ens-lyon.fr>
@ 2004-11-20 20:38   ` Lee Revell
  0 siblings, 0 replies; 9+ messages in thread
From: Lee Revell @ 2004-11-20 20:38 UTC (permalink / raw)
  To: Brice.Goglin; +Cc: "Tien, C.L. - 田承禮", alsa-devel

On Sat, 2004-11-20 at 21:36 +0100, Brice Goglin wrote:
> Thank you both.
> I just had a look in the ALSA CVS, and found my PCI id in azx.c.

Did you try alsaconf?  If this doesn;t work then it probably needs to be
updated to grok your PCI id.

Lee





-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

* Re: support for PCI_DEVICE_ID_INTEL_ICH6_15
  2004-11-20 19:37   ` Lee Revell
@ 2004-11-22 10:58     ` Takashi Iwai
  0 siblings, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2004-11-22 10:58 UTC (permalink / raw)
  To: Lee Revell; +Cc: Brice.Goglin, alsa-devel

At Sat, 20 Nov 2004 14:37:09 -0500,
Lee Revell wrote:
> 
> On Sat, 2004-11-20 at 13:31 -0500, Lee Revell wrote:
> > If this is the case "ICH 6 Family" is misleading, as this needs a
> > completely different driver.
> 
> Sorry, rereading the posts from Intel, ICH6 == HD Audio, ICH5 is the
> intel8x0 driver.

Note that ICH6 supports both ac97 and HD audio.  But in practice,
only one of them is implemented.   Both functions have different PCI
IDs so that they can be distinguished.


Takashi


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

* Re: azx and PCI_DEVICE_ID_INTEL_ICH6_15
  2004-11-20 18:31 ` Lee Revell
  2004-11-20 19:37   ` Lee Revell
@ 2004-11-22 22:24   ` Brice Goglin
  2004-11-23 11:50   ` support for PCI_DEVICE_ID_INTEL_ICH6_15 Thierry Vignaud
  2 siblings, 0 replies; 9+ messages in thread
From: Brice Goglin @ 2004-11-22 22:24 UTC (permalink / raw)
  To: Lee Revell; +Cc: alsa-devel

Lee Revell a écrit :
> On Sat, 2004-11-20 at 18:27 +0100, Brice Goglin wrote:
> 
>>Hi,
>>
>>We have a machine here whose lspci shows this soundcard :
>>
>>0000:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High 
>>Definition Audio Controller (rev 03)
> 
> 
> Sorry I missed the 'HD Audio' part.  I think you want the 'azx' driver:
> 
> http://sourceforge.net/mailarchive/message.php?msg_id=8912810
> 
> AFAIK Intel posted this driver and it was committed to CVS but we have
> no user feedback yet.  So it should be considered experimental, though
> it should work.  It would be good to know how it works...
> 
> Lee

Hi,

We just gave it a try and it works!

alsamixer only sees five buttons (master, line, cd, mic and capture) but 
I don't care :)

Thanks a lot guys, hope this driver will go into the mainline kernel soon :)

Brice Goglin


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

* Re: support for PCI_DEVICE_ID_INTEL_ICH6_15
  2004-11-20 18:31 ` Lee Revell
  2004-11-20 19:37   ` Lee Revell
  2004-11-22 22:24   ` azx and PCI_DEVICE_ID_INTEL_ICH6_15 Brice Goglin
@ 2004-11-23 11:50   ` Thierry Vignaud
  2004-11-23 11:52     ` Thierry Vignaud
  2 siblings, 1 reply; 9+ messages in thread
From: Thierry Vignaud @ 2004-11-23 11:50 UTC (permalink / raw)
  To: Lee Revell, Takashi Iwai; +Cc: Brice.Goglin, alsa-devel

Lee Revell <rlrevell@joe-job.com> writes:

> Sorry I missed the 'HD Audio' part.  I think you want the 'azx' driver:
> 
> http://sourceforge.net/mailarchive/message.php?msg_id=8912810
> 
> AFAIK Intel posted this driver and it was committed to CVS but we have
> no user feedback yet.  So it should be considered experimental, though
> it should work.  It would be good to know how it works...

no it didn't.

from my locally cvs2cl-generated changelog:

(...)

2004-07-28 16:55  tiwai

        * doc/azx.txt, pci/Kconfig, pci/Makefile: Added Intel ICH6 HD Audio
          (Azalia) driver.

(...)

the actual driver is currently missing from CVS...



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

* Re: support for PCI_DEVICE_ID_INTEL_ICH6_15
  2004-11-23 11:50   ` support for PCI_DEVICE_ID_INTEL_ICH6_15 Thierry Vignaud
@ 2004-11-23 11:52     ` Thierry Vignaud
  0 siblings, 0 replies; 9+ messages in thread
From: Thierry Vignaud @ 2004-11-23 11:52 UTC (permalink / raw)
  To: Lee Revell; +Cc: Takashi Iwai, Brice.Goglin, alsa-devel

Thierry Vignaud <tvignaud@mandrakesoft.com> writes:

> no it didn't.
> 
> from my locally cvs2cl-generated changelog:
> 
> (...)
> 
> 2004-07-28 16:55  tiwai
> 
>         * doc/azx.txt, pci/Kconfig, pci/Makefile: Added Intel ICH6 HD Audio
>           (Azalia) driver.
> 
> (...)
> 
> the actual driver is currently missing from CVS...

oops, ignore that.
my cvs missed "-d" ... :-(



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

end of thread, other threads:[~2004-11-23 11:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-20 17:27 support for PCI_DEVICE_ID_INTEL_ICH6_15 Brice Goglin
2004-11-20 17:48 ` Lee Revell
2004-11-20 18:31 ` Lee Revell
2004-11-20 19:37   ` Lee Revell
2004-11-22 10:58     ` Takashi Iwai
2004-11-22 22:24   ` azx and PCI_DEVICE_ID_INTEL_ICH6_15 Brice Goglin
2004-11-23 11:50   ` support for PCI_DEVICE_ID_INTEL_ICH6_15 Thierry Vignaud
2004-11-23 11:52     ` Thierry Vignaud
     [not found] <92C0412E07F63549B2A2F2345D3DB515F7D583@cm-msg-02.cmedia.com.tw>
     [not found] ` <419FAAE7.5080208@ens-lyon.fr>
2004-11-20 20:38   ` Lee Revell

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.