Hi, On Mon, Feb 28, 2011 at 10:35:07PM +0000, Colin Guthrie wrote: > 'Twas brillig, and Franz Glauber at 28/02/11 22:13 did gyre and gimble: > > This is an interesting clue someone gave on Bluez list. How to achieve this? > > I think what he suggests is loading module-loopback and then using e.g. > pavucontrol to "wire up" the two streams (one recording and one > playback) to the correct devices. Yep, that is my current workaround: pactl load-module module-loopback source="alsa_input.pci-0000_00_1b.0.analog-stereo" sink="bluez_sink.78_47_1D_44_34_10" pactl load-module module-loopback source="bluez_source.78_47_1D_44_34_10" sink="alsa_output.pci-0000_00_1b.0.analog-stereo" > You don't necessarily want to do this (I wouldn't want the audio to be > audible at all times) but it's may work around the problem of disconnects. Exactly. I'm not sure yet how to handle all the uses cases such as mute and switching from the telephone speakers to the local speakers. > If so then the problem of the disconnects needs to be fixed I guess.... The idle watchdog is suspending the BT streams and the current implementation calls BT_STOP. cheers, daniel