L.S.
Is there a possibility to change the values of KMix via (root-)console and how do I have to do that? Thanks in advance for any advice.
Greetings,
Jorg
alsamixer (as user)
KMix bietet seine Dienste auch via DBUS an, damit kannst du KMix aus der Kommandozeile bedienen. Jedoch muss mensch sich halt in DBus einlesen :(
Hi,
a quick check on my system:
1. get master name
qdbus org.kde.kmix | grep Master
gives: /Mixers/ALSA__HDA_Intel_MID_1/Master_0
2. set volume to 70%:
qdbus org.kde.kmix /Mixers/ALSA__HDA_Intel_MID_1/Master_0 org.freedesktop.DBus.Properties.Set org.kde.KMix.Control volume 70
Ciao, Martin
P.S.: read more at http://forum.kde.org/viewtopic.php?f=19&t=109944