From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754781AbZBXLY3 (ORCPT ); Tue, 24 Feb 2009 06:24:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751363AbZBXLYV (ORCPT ); Tue, 24 Feb 2009 06:24:21 -0500 Received: from ns2.suse.de ([195.135.220.15]:50782 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751645AbZBXLYV (ORCPT ); Tue, 24 Feb 2009 06:24:21 -0500 Date: Tue, 24 Feb 2009 12:24:18 +0100 Message-ID: From: Takashi Iwai To: jacques Cc: linux-kernel@vger.kernel.org Subject: Re: no sound with DIGITAL INPUT In-Reply-To: <49A175E4.6070608@gmail.com> References: <49A175E4.6070608@gmail.com> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.3 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Sun, 22 Feb 2009 10:57:24 -0500, jacques wrote: > > Hello, > > I have a giga-byte GA-EG43-S2H with an integrated REALTEK ALC888 sound > card. I'm unable to use the digital INPUT while recording or using pipe > (arecord -M -D iec958 -f dat | aplay -D iec958 -f dat). Also, the > giga-byte GA-EG41-S2H has the same problem (uses the same sound > chipset). The giga-byte GA-EP45-UD3R is working perfectly but it uses a > different sound chip (ALC889A). I tried a lot of things like changing > snd-hda-intel model (auto, 6stack-dig, 3stack-dig, etc). I upgraded the > ALSA sound driver to the latest version (1.0.19) and also used the > snapshot. My distribution is Ubuntu 8.10 (server edition) 64 bits. I > also installed the desktop version of it without success. I tested the > digital input on Windows operating system and it works perfectly. Now, > I'm not sure if I'm missing something with the configuration or it is a > problem with the ALSA driver or the kernel module itself. What about simply recording to a file? % arecord -Diec958 -fdat foo.wav Also try to build with CONFIG_SND_DEBUG_VERBOSE=y once to check how the PCM stream is assigned. > Look at the outputs from alsa-info script (computer outputs for details): > http://www.alsa-project.org/db/?f=068933737fa64bc43928b06d2f4b4559986e6439 It shows you are using 1.0.17. Use the latest driver below, run alsa-info with --no-upload, and attach the content. git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz thanks, Takashi