Re: [SLUG] Adjusting volume on bluetooth headset

2010-02-17 Thread Luke Yelavich
On Wed, Feb 17, 2010 at 04:52:12PM EST, Peter Chubb wrote:
 Hi folks,
I've recently acquired a bluetooth headset capable of a2dp
streaming.  After a lot of mucking around I've managed to get it
sort-of working with mplayer.  But I can't wwork out how to adjust
the volume.
 
I do
  mplayer -ao alsa:device=bluetooth file.ogg
and I get sound from the headset.  But alsamixer doesn't see the
mixer, and it's too loud.  Mplayer's volume control says it has
changed the volume, but it doesn't seem to make a difference ---
even when mplayer reports 0% there's still lots of volume.

Probably the ALSA interface to bluetooth is not working very well. What 
alsa-lib and bluez versions are you using?
 
And 
cat /proc/asound/devices
   shows only the on-board Intel sound card, not bluetooth.

Thats because ALSA bluetooth support is via an alsa plugin provided by the 
bluez package, as all audio goes via the bluez stack.

Luke
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Adjusting volume on bluetooth headset

2010-02-17 Thread Ken Foskey
On Thu, 2010-02-18 at 09:54 +1100, Luke Yelavich wrote:

 Thats because ALSA bluetooth support is via an alsa plugin provided by
 the bluez package, as all audio goes via the bluez stack.

This question springs to mind.  Is there a bluez management tool?

(I don't have bluetooth...)

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Adjusting volume on bluetooth headset

2010-02-17 Thread Peter Chubb
 Luke == Luke Yelavich them...@themuso.com writes:

Luke On Wed, Feb 17, 2010 at 04:52:12PM EST, Peter Chubb wrote:
 Hi folks, I've recently acquired a bluetooth headset capable of
 a2dp streaming.  After a lot of mucking around I've managed to get
 it sort-of working with mplayer.  But I can't wwork out how to
 adjust the volume.
 
 I do mplayer -ao alsa:device=bluetooth file.ogg and I get sound
 from the headset.  But alsamixer doesn't see the mixer, and it's
 too loud.  Mplayer's volume control says it has changed the volume,
 but it doesn't seem to make a difference --- even when mplayer
 reports 0% there's still lots of volume.

Luke Probably the ALSA interface to bluetooth is not working very
Luke well. What alsa-lib and bluez versions are you using?

Latest from Debian unstable:

bluez 4.60-1
libasound2 1.0.22-1


--
Dr Peter Chubbwww.nicta.com.au  peter DOT chubb AT nicta.com.au
http://www.ertos.nicta.com.au   ERTOS within National ICT Australia
From Imagination to Impact   Imagining the (ICT) Future
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Adjusting volume on bluetooth headset

2010-02-17 Thread Luke Yelavich
On Thu, Feb 18, 2010 at 10:10:11AM EST, Ken Foskey wrote:
 On Thu, 2010-02-18 at 09:54 +1100, Luke Yelavich wrote:
 
  Thats because ALSA bluetooth support is via an alsa plugin provided by
  the bluez package, as all audio goes via the bluez stack.
 
 This question springs to mind.  Is there a bluez management tool?

There is a GNOME bluetooth applet that allows you to pair devices, send files, 
etc. Probably something for KDE as well, but I don't know what its called.

Luke
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Adjusting volume on bluetooth headset

2010-02-17 Thread peter
 Luke == Luke Yelavich them...@themuso.com writes:

Luke On Thu, Feb 18, 2010 at 10:10:11AM EST, Ken Foskey wrote:
 On Thu, 2010-02-18 at 09:54 +1100, Luke Yelavich wrote:
 
  Thats because ALSA bluetooth support is via an alsa plugin
 provided by  the bluez package, as all audio goes via the bluez
 stack.
 
 This question springs to mind.  Is there a bluez management tool?

Luke There is a GNOME bluetooth applet that allows you to pair
Luke devices, send files, etc. Probably something for KDE as well,
Luke but I don't know what its called.

Setting up without all that stuff is really painful.  Bluez relies
heavily on dbus, which although it has shell and python tools for
manipulation, they are verbose and hard to type.

Peter C
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html