From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Realtek ALC883 support on Albatron KI690-AM2 motherboard Date: Mon, 03 Dec 2007 16:31:10 +0100 Message-ID: References: <76366b180712021308n4d5fd0fk5906c8928795b0c3@mail.gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 186CF243B9 for ; Mon, 3 Dec 2007 16:32:35 +0100 (CET) In-Reply-To: <76366b180712021308n4d5fd0fk5906c8928795b0c3@mail.gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Andrew Paprocki Cc: alsa-devel@alsa-project.org, Claudio Matsuoka , Jaroslav Kysela List-Id: alsa-devel@alsa-project.org At Sun, 2 Dec 2007 16:08:32 -0500, Andrew Paprocki wrote: > > Hello everyone, > > I'm currently trying to get the ALC883 on the Albatron KI690-AM2 > motherboard working under ALSA and I'm running into problems with some > of the ports. From looking at the patch_realtek.c file inside the > intel_hda driver, it appears there are many variants of hookups to > this chipset which all require some manual configuration in the > driver. I've tried what appears to be the closest match > (ALC883_6ST_DIG or 6stack-dig), but it still does not enable all of > the ports. > > The motherboard webpage is here: > http://www.albatron.com.tw/English/product/mb/pro_detail.asp?rlink=Specification&no=239 > > The board has two audio stacks on the back panel. Facing the jack > inputs, the left-hand stack contains: > > > > Next to that stack is a larger 6-stack with the following configuration: > > > > > The box is running a stock debian 2.6.18-4-486 kernel. First of all, try the very latest ALSA version (from HG repo) if you want to debug HD-audio stuff. It's the most actively changed part in ALSA drivers. 2.6.18 is way too old as a reference. Also you should build the driver with debug option (in the case of alsa-driver tree, pass --with-debug=full to configure). If the latest version still doesn't work (with all available models), then check /proc/asound/card0/codec#* files. (Anyway, I'll be on vacation from tomorrow, so cannot work on your problem. Hopefully this will interest other guys...) Takashi