From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: really no idea? Re: low volume with hda base card (see attached alsa-info output Date: Mon, 23 Aug 2010 08:18:46 +0200 Message-ID: References: <20100811175434.GA10043@gentoo.local> <20100813171204.GA25362@gentoo.local> <20100821034235.GA23689@gentoo.local> 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 (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 0A5EF243AF for ; Mon, 23 Aug 2010 08:18:47 +0200 (CEST) In-Reply-To: <20100821034235.GA23689@gentoo.local> 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: Halim Sahin Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Sat, 21 Aug 2010 05:42:36 +0200, Halim Sahin wrote: > > Dear list, > The low volume problem is not only related to my system (ask google). > Is there really no chance to fix this? First off, try with the latest version of alsa-driver. Get the snapshot version from ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz If you are using openSUSE distro kernel, you can use alsa-driver KMP on OBS multimedia:audio:KMP repo. If this doesn't help, try to set EAPD on NID 0x14 and/or 0x15, set it to 0x02. Get hda-verb program (available on OBS home:tiwai repo), then run like hda-verb /dev/snd/hwC0D0 0x14 SET_EAPD 0x02 hda-verb /dev/snd/hwC0D0 0x15 SET_EAPD 0x02 Takashi