Cannot connect to server request channel jack server is not running or cannot be started.
参考地址:
Try this from the command line:
pulseaudio --kill
jack_control start
Then when your done do this:
jack_control exit
pulseaudio --start
And sometimes jack wont die, so then do
Get jackd's PID:
ps -aux | grep jackd
kill -9 jacksPID