sounds great! thanks it seems i have some problems with installation: sudo apt-get install pulseaudio Unpacking pulseaudio (from .../pulseaudio_2.0-6.1_armhf.deb) ... Selecting previously unselected package pulseaudio-module-x11. Unpacking pulseaudio-module-x11 (from .../pulseaudio-module-x11_2.0-6.1_armhf.deb) ... Setting up pulseaudio (2.0-6.1) ... *Illegal instruction* *Illegal instruction* *Illegal instruction* pulseaudio start/running, process 13712 Setting up pulseaudio-module-x11 (2.0-6.1) ... then in logs I have: grep -i pulse /var/log/syslog Dec 27 15:35:02 raspbmc init: pulseaudio main process (505) terminated with status 1 Dec 27 15:35:42 raspbmc pulseaudio[12751]: [pulseaudio] main.c: Running in system mode, but --disallow-module-loading not set! Dec 27 15:35:42 raspbmc pulseaudio[12751]: [pulseaudio] main.c: OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that. Dec 27 15:35:42 raspbmc pulseaudio[12751]: [pulseaudio] main.c: If you do it nonetheless then it's your own fault if things don't work as expected. Dec 27 15:35:42 raspbmc pulseaudio[12751]: [pulseaudio] main.c: Please read http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode for an explanation why system mode is usually a bad idea. Dec 27 15:35:48 raspbmc pulseaudio[12751]: [pulseaudio] module-default-device-restore.c: Failed to save default sink: Permission denied Dec 27 15:35:48 raspbmc pulseaudio[12751]: [pulseaudio] module-default-device-restore.c: Failed to save default source: Permission denied Any hints? Thanks On 27 December 2015 at 14:14, Tanu Kaskinen <tanuk at iki.fi> wrote: > On Sat, 2015-12-26 at 23:41 +0200, Cristian Serban wrote: > > Hi guys, > > I am new to pulse, and would like to ask you if what I want can be > achieved > > with pulse. > > I have a PI running raspbian with attached a USB sound adaptor and a > > bluetooth adaptor. I want to capture sound over the line in/mic jack of > the > > sound adaptor and stream it over bluetooth to my headset. > > I have managed to setup bluetooth working fine, I can play mp3 with > mplayer. > > Could pulse help me do this routing from sound line in to bluetooth ? If > > yes how? :) > > You can load module-loopback with the source argument pointing to the > usb sound card source and the sink argument pointing to the bluetooth > sink, like this: > > pactl load-module module-loopback source=SOURCE sink=SINK > > You can find the appropriate values for SOURCE and SINK in "pactl list" > output. > > -- > Tanu > -- Cristian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20151227/73c1fa82/attachment.html>