Возникла проблема с pactl. В мануале чётко прописано (цитата):
...set-sink-volume SINK VOLUME
Set the volume of the specified sink (identified by its symbolic
name or numerical index). VOLUME can be specified as an integer
(e.g. 2000, 16384), a linear factor (e.g. 0.4, 1.100), a per‐
centage (e.g. 10%, 100%) or a decibel value (e.g. 0dB, 20dB). If
the volume specification start with a + or - the volume adjust‐
ment will be relative to the current sink volume....
Баг следующий: команда
pactl set-sink-volume alsa_output.pci-0000_03_05.0.analog-stereo +1%
pactl set-sink-volume alsa_output.pci-0000_03_05.0.analog-stereo -1%
pactl: invalid option -- '1'
Спасибо!