[PROBLEM] A2DP audio sink - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Others (/forum-24.html) +--- Thread: [PROBLEM] A2DP audio sink (/thread-495.html) |
A2DP audio sink - Unimatrix - 22nd Feb, 2013 05:20 AM Hello, i am running a fresh image of xbian 1.0Alpha5 on my Raspberry Pi. With A2DP I want to stream music from my mobile phone to the raspberry. I found this tutorial for this: http://kmonkey711.blogspot.de/2012/12/a2dp-audio-on-raspberry-pi.html My problem is that I get this output: Quote:xbian@xbian ~ $ pactl list sources short There is no device like alsa_output.platform-bcm2835_AUD0.0.analog-stereo.monitor, so I am not able to get a2dp working. Could you kindly help me? RE: A2DP audio sink - CurlyMo - 22nd Feb, 2013 05:23 AM What is the output of: Code: lsmod RE: A2DP audio sink - Unimatrix - 22nd Feb, 2013 05:25 AM With lsmod I get this output: Quote:xbian@xbian ~ $ lsmod RE: A2DP audio sink - CurlyMo - 22nd Feb, 2013 05:28 AM You need to install Alsa to get support for your wishes. RE: A2DP audio sink - Unimatrix - 22nd Feb, 2013 05:31 AM It was a problem with the permissions!! You have to do this: Quote:sudo usermod -a -G lp xbian Now another question. Is it possible to stream bluetooth audio ALWAYS to the headphone output? Also if XBMC is connected via hdmi? |