I install moc with port, but when try launche I get this error message.

$mocp Running the server...
Trying JACK...
FATAL_ERROR: No valid sound driver
FATAL_ERROR: Server exited

any idea ?
Many thanks.

link|improve this question

63% accept rate
feedback

2 Answers

You need to install jack. I think I used JackOSX, but there is also a jack available from macports. Once it's installed, you'll need to run it from the terminal before loading moc. I usually use this command :

jackd -d coreaudio &

then you can load mocp.

Don't forget to build moc with vorbis:

port uninstall moc
port clean moc
port install moc +vorbis
link|improve this answer
feedback

To add the vorbis variant you do not need to unsinstall moc. Instead, use this command:

sudo port upgrade --enforce-variants moc +vorbis
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.