![](https://secure.gravatar.com/avatar/25d056c3a2172b940d86ba2cd6ecf1a6.jpg?s=120&d=mm&r=g)
Ivan N. Zlatev schrieb:
On 8/24/07, Michal Piotrowski michal.k.k.piotrowski@gmail.com wrote:
ALSA
Subject : Master volume control broken References : http://lkml.org/lkml/2007/8/18/46 Last known good : ? Submitter : Thomas Meyer thomas@m3y3r.de Caused-By : Ivan N. Zlatev contact@i-nz.net commit 5d5d3bc3eddf2ad97b2cb090b92580e7fed6cee1 Handled-By : ? Status : unknown
In the meanwhile if you want to use your "fancy multimedia control keys" as a workaround you could try to bind your multimedia keys to execute: volume up: amixer -q set PCM 10%+ volume down: amixer -q set PCM 10%-
I have these key bindings in the .Xmodmap file
keycode 174 = XF86AudioLowerVolume keycode 176 = XF86AudioRaiseVolume keycode 160 = XF86AudioMute keycode 204 = XF86Eject
Some kde component while take care of the "XF86AudioLowerVolume" and "XF86AudioRaiseVolume" events and change the value of the "master" volume control.
mfg thomas