Comment 9 for bug 133199

Revision history for this message
Olivier (olivier-lacroix) wrote :

same problem with an asus V6.

as a temporary workaround, I modified /etc/acpi/volupbtn.sh to

DCOPSERVER=`cat /home/yourhomefolder/.DCOPserver_yourhostname_:0 | grep local`
dcop kmix Mixer0 increaseVolume 5

and voldownbtn.sh to

DCOPSERVER=`cat /home/yourhomefolder/.DCOPserver_yourhostname_:0 | grep local`
dcop kmix Mixer0 decreaseVolume 5

this changes the volume for the PCM in my case.

Of course it is only a workaround and I loose the nice volume OSD, but at least it works !