lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 18 Mar 2008 11:15:53 +0100
From:	Takashi Iwai <tiwai@...e.de>
To:	"Adam J. Richter" <adam@...drasil.com>
Cc:	pshou@...ltek.com.tw, matt.jared@...el.com, andy.kopp@...el.com,
	dan.d.kogan@...el.com, linux-kernel@...r.kernel.org
Subject: Re: intel-hda sound too quiet in linux-2.6.25-rc6

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ