解决 jack server is not running

Cannot connect to server request channel jack server is not running or cannot be started.

参考地址:

https://www.baidu.com/link?url=7cwMhGA2anfrWvGV0-IzCBQs11pgEegx61gqjkYm9HdJ8DLqU6nr7VxrW5rvhSV88uzYBNG3ygwwtScbDfkRwbfViIyx8QYmyn9P6ASw9xN9j0XRHaLGvLo4WHemQLzJBpTFUQQ9cenBlVVLhAI8fq&wd=&eqid=c1a45c7b00065f4a000000065b0146c5


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

猜你喜欢

转载自blog.csdn.net/qq_34638161/article/details/80384261