Hi, I've not seen many people asking about this, but anyway I've been trying to pair a Jabra BT3030 stereo bluetooth headset with the Pandora for untethered tunes and I have some success.
The headset pairs no problem, but there is some more work needed to get sound coming out. Edit this file:
~/.asoundrc
and add this text inside:
pcm.bluetooth {
type bluetooth
}
Now you can do this in terminal:
#mplayer -ao alsa:device=bluetooth <file>
and sound is routed over bluetooth. Or even better, build a playlist in gnome-mplayer and run this:
#mplayer -ao alsa:device=bluetooth -playlist <file>
And that is all good. This is my first experience with bluetooth headset and it was sort of awesome to be able to do this on my commute while I was reading an ebook.
Obviously the ideal will be to have all audio route to bluetooth and have some sort of script to toggle that. I need to experiment a bit more to find how to do that.
The headset pairs no problem, but there is some more work needed to get sound coming out. Edit this file:
~/.asoundrc
and add this text inside:
pcm.bluetooth {
type bluetooth
}
Now you can do this in terminal:
#mplayer -ao alsa:device=bluetooth <file>
and sound is routed over bluetooth. Or even better, build a playlist in gnome-mplayer and run this:
#mplayer -ao alsa:device=bluetooth -playlist <file>
And that is all good. This is my first experience with bluetooth headset and it was sort of awesome to be able to do this on my commute while I was reading an ebook.
Obviously the ideal will be to have all audio route to bluetooth and have some sort of script to toggle that. I need to experiment a bit more to find how to do that.