public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] bluetooth audio
@ 2010-10-22  1:11 James
  2010-10-24  5:07 ` [gentoo-user] " James
  2010-10-26  9:23 ` [gentoo-user] " Christian Apeltauer
  0 siblings, 2 replies; 3+ messages in thread
From: James @ 2010-10-22  1:11 UTC (permalink / raw
  To: gentoo-user

All,

Anyone have experience with a2dp + bluetooth? I've been Googling this
for quite a while and have not really gotten lucky with setting this
up.

First off, I'm running xfce4 and find that most of the tools don't
work very well with this window manager. For example, the Gentoo
documentation is fairly specific to Gnome and KDE. Is Blueman the only
non-Gnome and non-KDE tool that works well with xfce4?

Also, the a2dp thing has me pulling my hair out. Is the *only* way to
use a2dp with pulseaudio? Is there no way to simply redirect all audio
to the bluetooth headset?

Anyone who can toss some experience in my direction would be greatly
appreciated.

Thanks!
-james



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-user] Re: bluetooth audio
  2010-10-22  1:11 [gentoo-user] bluetooth audio James
@ 2010-10-24  5:07 ` James
  2010-10-26  9:23 ` [gentoo-user] " Christian Apeltauer
  1 sibling, 0 replies; 3+ messages in thread
From: James @ 2010-10-24  5:07 UTC (permalink / raw
  To: gentoo-user

Thoughts?

-james

On Thu, Oct 21, 2010 at 9:11 PM, James <jtp@nc.rr.com> wrote:
> All,
>
> Anyone have experience with a2dp + bluetooth? I've been Googling this
> for quite a while and have not really gotten lucky with setting this
> up.
>
> First off, I'm running xfce4 and find that most of the tools don't
> work very well with this window manager. For example, the Gentoo
> documentation is fairly specific to Gnome and KDE. Is Blueman the only
> non-Gnome and non-KDE tool that works well with xfce4?
>
> Also, the a2dp thing has me pulling my hair out. Is the *only* way to
> use a2dp with pulseaudio? Is there no way to simply redirect all audio
> to the bluetooth headset?
>
> Anyone who can toss some experience in my direction would be greatly
> appreciated.
>
> Thanks!
> -james
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] bluetooth audio
  2010-10-22  1:11 [gentoo-user] bluetooth audio James
  2010-10-24  5:07 ` [gentoo-user] " James
@ 2010-10-26  9:23 ` Christian Apeltauer
  1 sibling, 0 replies; 3+ messages in thread
From: Christian Apeltauer @ 2010-10-26  9:23 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1261 bytes --]

Am Fri, 22 Oct 2010 01:11:35 +0000
schrieb James <jtp@nc.rr.com>:


> Also, the a2dp thing has me pulling my hair out. Is the *only* way to
> use a2dp with pulseaudio? Is there no way to simply redirect all audio
> to the bluetooth headset?
> 
> Anyone who can toss some experience in my direction would be greatly
> appreciated.
> 
> Thanks!
> -james
> 

It is possible to setup alsa using bluetooth:
Add to ~/.asoundrc (if it doesn't exist just create it)

pcm.bluetooth {
	type bluetooth
	device "11:22:33:44:55:66"
}

(replace 11:22:33:44:55:66 with the actual
address of the bluetooth headset). Sound can now be directed to the
headset via the alsa device "bluetooth", e.g.:

ogg123 -d alsa -o dev:bluetooth

Some GUI application doesn't show that device in their configuration
dialogue. vlc is an example of this behaviour, but it is possible to
make vlc use it by manually editing the configuration file. 

You can also make the bluetooth device the standard device by 

pcm.!default {
	type bluetooth
	device "11:22:33:44:55:66"
}

It is a long time since I made that setup, so I can't say if it will
work out of the box. But it is possible to avoid pulseaudio. I hope it
will help.
 Best regards
	Christian

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-26  9:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-22  1:11 [gentoo-user] bluetooth audio James
2010-10-24  5:07 ` [gentoo-user] " James
2010-10-26  9:23 ` [gentoo-user] " Christian Apeltauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox