* doc update for http://bugtrack.alsa-project.org/main/index.php/Matrix:Vendor-Intel
@ 2007-12-17 18:37 Paul Winkler
2007-12-18 13:06 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Paul Winkler @ 2007-12-17 18:37 UTC (permalink / raw)
To: alsa-devel
Hi,
The page at
http://bugtrack.alsa-project.org/main/index.php/Matrix:Vendor-Intel
makes it seem that cards identified as ICH7 must use the hda_intel
driver. This is apparently not always true. I have a dell desktop
where snd_hda_intel refuses to load. I fired up alsaconf and it
suggested using the intel8x0. I tried that and it works fine.
So maybe ICH7 should be added to "chipsets" in the first row on that
page.
Thanks,
- Paul Winkler
p.s. here's some system info:
pw@pw ~ $ lspci | grep audio
00:1e.2 Multimedia audio controller: Intel Corporation 82801G (ICH7 Family) AC'97 Audio Controller (rev 01)
pw@pw ~ $ cat /proc/asound/cards
0 [ICH7 ]: ICH4 - Intel ICH7
Intel ICH7 with AD1981B at irq 23
pw@pw ~ $ lsmod | grep snd
snd_intel8x0 27176 0
snd_ac97_codec 90456 1 snd_intel8x0
ac97_bus 4224 1 snd_ac97_codec
snd_pcm 60808 2 snd_intel8x0,snd_ac97_codec
snd_timer 18440 1 snd_pcm
snd 38192 4 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc 8976 2 snd_intel8x0,snd_pcm
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: doc update for http://bugtrack.alsa-project.org/main/index.php/Matrix:Vendor-Intel
2007-12-17 18:37 doc update for http://bugtrack.alsa-project.org/main/index.php/Matrix:Vendor-Intel Paul Winkler
@ 2007-12-18 13:06 ` Takashi Iwai
2007-12-23 5:12 ` Paul Winkler
0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2007-12-18 13:06 UTC (permalink / raw)
To: Paul Winkler; +Cc: alsa-devel
At Mon, 17 Dec 2007 12:37:08 -0600,
Paul Winkler wrote:
>
> Hi,
>
> The page at
> http://bugtrack.alsa-project.org/main/index.php/Matrix:Vendor-Intel
> makes it seem that cards identified as ICH7 must use the hda_intel
> driver. This is apparently not always true. I have a dell desktop
> where snd_hda_intel refuses to load. I fired up alsaconf and it
> suggested using the intel8x0. I tried that and it works fine.
>
> So maybe ICH7 should be added to "chipsets" in the first row on that
> page.
Right, up to ICH7 it supports both HD-audio and AC97.
Feel free to correct it. It's a Wiki page ;)
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: doc update for http://bugtrack.alsa-project.org/main/index.php/Matrix:Vendor-Intel
2007-12-18 13:06 ` Takashi Iwai
@ 2007-12-23 5:12 ` Paul Winkler
2007-12-24 11:10 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Paul Winkler @ 2007-12-23 5:12 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
On Tue, Dec 18, 2007 at 02:06:31PM +0100, Takashi Iwai wrote:
> At Mon, 17 Dec 2007 12:37:08 -0600,
> Paul Winkler wrote:
> >
> > Hi,
> >
> > The page at
> > http://bugtrack.alsa-project.org/main/index.php/Matrix:Vendor-Intel
> > makes it seem that cards identified as ICH7 must use the hda_intel
> > driver. This is apparently not always true. I have a dell desktop
> > where snd_hda_intel refuses to load. I fired up alsaconf and it
> > suggested using the intel8x0. I tried that and it works fine.
> >
> > So maybe ICH7 should be added to "chipsets" in the first row on that
> > page.
>
> Right, up to ICH7 it supports both HD-audio and AC97.
>
> Feel free to correct it. It's a Wiki page ;)
I would have, but it was locked.
Someone has since unlocked it. Edit done.
Thanks,
--
Paul Winkler
http://www.slinkp.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: doc update for http://bugtrack.alsa-project.org/main/index.php/Matrix:Vendor-Intel
2007-12-23 5:12 ` Paul Winkler
@ 2007-12-24 11:10 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2007-12-24 11:10 UTC (permalink / raw)
To: Paul Winkler; +Cc: alsa-devel
At Sun, 23 Dec 2007 00:12:34 -0500,
Paul Winkler wrote:
>
> On Tue, Dec 18, 2007 at 02:06:31PM +0100, Takashi Iwai wrote:
> > At Mon, 17 Dec 2007 12:37:08 -0600,
> > Paul Winkler wrote:
> > >
> > > Hi,
> > >
> > > The page at
> > > http://bugtrack.alsa-project.org/main/index.php/Matrix:Vendor-Intel
> > > makes it seem that cards identified as ICH7 must use the hda_intel
> > > driver. This is apparently not always true. I have a dell desktop
> > > where snd_hda_intel refuses to load. I fired up alsaconf and it
> > > suggested using the intel8x0. I tried that and it works fine.
> > >
> > > So maybe ICH7 should be added to "chipsets" in the first row on that
> > > page.
> >
> > Right, up to ICH7 it supports both HD-audio and AC97.
> >
> > Feel free to correct it. It's a Wiki page ;)
>
> I would have, but it was locked.
> Someone has since unlocked it. Edit done.
Thanks!
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-12-24 13:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-17 18:37 doc update for http://bugtrack.alsa-project.org/main/index.php/Matrix:Vendor-Intel Paul Winkler
2007-12-18 13:06 ` Takashi Iwai
2007-12-23 5:12 ` Paul Winkler
2007-12-24 11:10 ` Takashi Iwai
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.