Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752529AbYCRKlj (ORCPT ); Tue, 18 Mar 2008 06:41:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751810AbYCRKla (ORCPT ); Tue, 18 Mar 2008 06:41:30 -0400 Received: from ns2.suse.de ([195.135.220.15]:34654 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751804AbYCRKl3 (ORCPT ); Tue, 18 Mar 2008 06:41:29 -0400 Date: Tue, 18 Mar 2008 11:15:53 +0100 Message-ID: From: Takashi Iwai To: "Adam J. Richter" Cc: pshou@realtek.com.tw, matt.jared@intel.com, andy.kopp@intel.com, dan.d.kogan@intel.com, linux-kernel@vger.kernel.org Subject: Re: intel-hda sound too quiet in linux-2.6.25-rc6 In-Reply-To: <20080318062359.GA19453@freya.yggdrasil.com> References: <20080318062359.GA19453@freya.yggdrasil.com> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta28) (fuki) (+CVS-20070806) (i386-suse-linux) 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 Content-Length: 1642 Lines: 38 At Mon, 17 Mar 2008 23:23:59 -0700, Adam J. Richter wrote: > > I have a motherboard that uses the AMD am690g chip set, > which has a sound hardware called "azalia", which apparently is > controlled by linux/sound/pci/hda/hda_intel.c. > > The audio works fine under linux-2.6.24.2. However, in > linux-2.6.25-rc3 (haven't tried earlier ones) through 2.6.25-rc6 > (released a couple of hours ago), the audio is barely audible unless I > crank up my speakers to the maximum volume, at which point I can hear > the music playing relatively quietly. In comparison, if I were to do > that with 2.6.24.2, it would wake the neighbors. In both cases, > this is with the volume set in aumix to 100 in both left and right > (the maximum values). This is likely a missing volume setting. With the upgrade to 2.6.25, you may have a different mixer representation and the udev or init script didn't restore the old mixer setting properly (typicall missing -F option to alsactl). Also note that aumix doesn't cover all volume controls since it's an OSS app. Anyway, there is too little hardware information here. Please show the output of alsa-info.sh: http://hg.alsa-project.org/alsa/raw-file/tip/alsa-info.sh In most cases, running the following commands solves the mixer issue: % amixer set Master unmute 80% % amixer set Front unmute 100% % amixer set Headphone unmute 100% Takashi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/