Open MurzNN opened 10 years ago
You could first execute a command local. For example:
$ pactl set-sink-mute 0 1
If this does not work, then you use probably the wrong sink-device in the command.
Second, you could use another laptop/pc to execute this command remote:
$ ssh mycomputer "pactl set-sink-mute 0 1"
In my case, the first command works, the second does not. As far as I can oversee this, remote control of pulseaudio does not work (by default) since one particular version, but I did not have the time to investigate this.
I have successfully copy SSH keys and connect, but after pressing buttons I see no volume changes on computer. How I can debug this process for understand where is the problem?