Siduction Forum

Siduction Forum => Software - Support => Topic started by: Jörg on 2013/11/20, 10:12:43

Title: KMix
Post by: Jörg on 2013/11/20, 10:12:43
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

Title: Re: KMix
Post by: absolut on 2013/11/20, 10:37:59
alsamixer  (as user)
Title: Re: KMix
Post by: hefee on 2013/11/20, 13:08:04
KMix bietet seine Dienste auch via DBUS an, damit kannst du KMix aus der Kommandozeile bedienen. Jedoch muss mensch sich halt in DBus einlesen :(
Title: Re: KMix
Post by: horo on 2013/11/20, 20:42:17
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