Mopidy / Spotify package?
|
20th Aug, 2014, 03:29 AM
Post: #14
|
|||
|
|||
RE: Mopidy / Spotify package?
I've installed Mopidy with it's Spotify extension but if I want to start playback, Mopidy crashes with following error:
Terminal FATAL: cannot locate cpu MHz in /proc/cpuinfo Seems to be a problem with jackd2. Any ideas how to fix it? // edit: It's a confirmed bug on launchpad: https://bugs.launchpad.net/ubuntu/+source/jackd2/+bug/1353832 // edit 2: I've compiled jackd2 by hand but the problem is still there. Here's what I've did: Terminal sudo apt-get install libsamplerate0-dev libasound2-dev libsndfile1-dev wget https://github.com/jackaudio/jack2/archive/master.zip -O "jack2.master.github.2014-08-20.zip" unzip ./jack2.master.github.2014-08-20.zip && cd jack2-master ./waf configure --alsa ./waf build sudo ./waf install // edit 3: I tried to bypass jack and use ALSA directly. For this I've installed gstreamer0.10-alsa and set output = alsasink in mopidy.conf. Mopidy still starts fine but when I want to start the playback it throws: Code: ERROR GStreamer error: state change failed and some element failed to post a proper error message with the reason for the failure. Debug message: gstplaysink.c(1899): gen_audio_chain (): /GstPlayBin2:playbin20/GstPlaySink:playsink0 // edit 4: SOLUTION Terminal sudo modprobe snd_bcm2835 Conclusion: Mopidy is running well on Xbian and even plays directly from Spotify. If someone does still have problems, just call... My setup: Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless |
|||
« Next Oldest | Next Newest »
|