Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* ALC883 Detection Issue
@ 2006-07-29  3:59 Kip Warner
  2006-07-31 13:52 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Kip Warner @ 2006-07-29  3:59 UTC (permalink / raw)
  To: ALSA Developers

Greetings,

I have an Intel HDA sound board with a Realtek ALC883 chipset. This is built into my four speaker ASUS A7J laptop.

When I modprobe snd-hda-intel, I see the following in the kernel log:

hda_codec: Unknown model for ALC882, trying auto-probe from BIOS...

I have tried experimenting with a number of different model strings for snd-hda-intel, all to no avail.

I hear sound, but only out of the front two speakers. Alsamixer shows that it thinks the chipset is the Realtek ALC882 and only gives a slider for Headphone, Front, Line, CD, Mic, ... but with no "Rear" channel.

"speaker-test -c4" confirms this because it only makes an audible hiss with the front two speakers but immediately goes silent with the back two. It looks like it is using the wrong chipset with the wrong speaker configuration.

I have been wrestling with this for weeks and to no avail. I am using Alsa 1.0.12.rc1 with kernel 2.6.17.3. In my kernel options I enabled sound but disabled Alsa. I compiled Alsa manually with ./configure --with-cards=hda-intel. I have also tried the latest source from the HG repository. Same thing.

Any help would be much appreciated.

--
Kip

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

* Re: ALC883 Detection Issue
  2006-07-29  3:59 ALC883 Detection Issue Kip Warner
@ 2006-07-31 13:52 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2006-07-31 13:52 UTC (permalink / raw)
  To: Kip Warner; +Cc: ALSA Developers

At Fri, 28 Jul 2006 20:59:53 -0700,
Kip Warner wrote:
> 
> Greetings,
> 
> I have an Intel HDA sound board with a Realtek ALC883 chipset. This is built into my four speaker ASUS A7J laptop.
> 
> When I modprobe snd-hda-intel, I see the following in the kernel log:
> 
> hda_codec: Unknown model for ALC882, trying auto-probe from BIOS...
> 
> I have tried experimenting with a number of different model strings for snd-hda-intel, all to no avail.
> 
> I hear sound, but only out of the front two speakers. Alsamixer shows that it thinks the chipset is the Realtek ALC882 and only gives a slider for Headphone, Front, Line, CD, Mic, ... but with no "Rear" channel.
> 
> "speaker-test -c4" confirms this because it only makes an audible hiss with the front two speakers but immediately goes silent with the back two. It looks like it is using the wrong chipset with the wrong speaker configuration.
> 
> I have been wrestling with this for weeks and to no avail. I am using Alsa 1.0.12.rc1 with kernel 2.6.17.3. In my kernel options I enabled sound but disabled Alsa. I compiled Alsa manually with ./configure --with-cards=hda-intel. I have also tried the latest source from the HG repository. Same thing.
> 
> Any help would be much appreciated.

It's not the matter of "detection".  It's that simply your device is
unsupported.  We'd need some additional code to create the
initialization verbs and mixer elements matching with the actual
device configuration.

It's not a too hard work, but pretty difficult without the hardware to
test in hand.  So, if you're interested in debugging it, take a look
at pci/hda/patch_realtek.c, and create the similar entry for your
own device.  The device is identified via PCI subsystem ID (see "lspci
-nv" output).


Takashi

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

end of thread, other threads:[~2006-07-31 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-29  3:59 ALC883 Detection Issue Kip Warner
2006-07-31 13:52 ` Takashi Iwai

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