[Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-06-15 Thread Colum Gaynor
@Harmut (hesse-hsr) 
Thank you! I just tried your hacking fix and it works very nicely indeed 
:) .
Now the bluetooth headset shows up fine in the sound settings panel 
and I can switch on A2DP profile; without problems.

Incidently, I did not encounter the reported Blueman crash, which 
   @Hartwig Kolbe reported.
   
Hopefully Blueman developers will finally try to issue a permanent fix!
Thanks again also to @David for his discovery of the failure root cause.
- Colum

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

Status in Blueman - Bluetooth Manager:
  Confirmed
Status in “blueman” package in Ubuntu:
  Confirmed
Status in “gnome-bluetooth” package in Ubuntu:
  Confirmed
Status in “pulseaudio” package in Ubuntu:
  Invalid

Bug description:
  Hi,

  I found a bug in Ubuntu 14.04 !

  I tried to pair a bluetooth stereo headset (A2DP compatible). The
  pairing process goes well, but after that I can't select it on the
  audio preferences.

  When I select it, it only shows the last selected item options and don't do 
anything. (he should switch to the headset output).
  I must mention that it worked very well on Ubuntu 12.04.

  This bug can be in the bluetooth stack or in unity-control-center or
  maybe pulseaudio. I actually have no idea.

To manage notifications about this bug go to:
https://bugs.launchpad.net/blueman/+bug/1283003/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-05-13 Thread Colum Gaynor
@David ... I carried out the modification to the /etc/pulse/default.pa file as 
requested. 
I re-booted system and observed problem still on. After getting the 
Bluetooth Headset to
pair with Blueman. Using sound control panel, the bluetooth headset still 
not recognised.
Cannot get A2DP profile established. After I issue command:  pulseaudio -k  
 the headset
appear in the sound control panel and after that I can get the A2DP to 
work. Log file attached
as requested. - Colum

** Attachment added: Log File as requested by David.
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1283003/+attachment/4111593/+files/syslog.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

Status in “blueman” package in Ubuntu:
  Confirmed
Status in “gnome-bluetooth” package in Ubuntu:
  Confirmed
Status in “pulseaudio” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I found a bug in Ubuntu 14.04 !

  I tried to pair a bluetooth stereo headset (A2DP compatible). The
  pairing process goes well, but after that I can't select it on the
  audio preferences.

  When I select it, it only shows the last selected item options and don't do 
anything. (he should switch to the headset output).
  I must mention that it worked very well on Ubuntu 12.04.

  This bug can be in the bluetooth stack or in unity-control-center or
  maybe pulseaudio. I actually have no idea.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1283003/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-05-13 Thread Colum Gaynor
CG: @David, OK  Thanks for your work to investigate/clarify this case.
Colum
On 14 May 2014 00:55, David Henningsson 1283...@bugs.launchpad.net
wrote:

 @Colum, thanks - from the log we can see that module-bluetooth-discover
 is unloaded manually. The program unloading it is python2.7 which
 unfortunately does not tell us exactly from where this comes, just that
 it is some software written in python...

 May 13 19:58:09 gaynor-F1-22PTV1 pulseaudio[2501]: [pulseaudio]
 module-augment-properties.c: Looking for .desktop file for python2.7
 May 13 19:58:09 gaynor-F1-22PTV1 pulseaudio[2501]: [pulseaudio] module.c:
 Unloading module-bluetooth-discover (index: #8).
 May 13 19:58:09 gaynor-F1-22PTV1 pulseaudio[2501]: [pulseaudio] module.c:
 Unloaded module-bluetooth-discover (index: #8).

 However, the answer is not far away. Here's what I found in
 blueman/plugins/applet/PulseAudio.py:

  for k, v in modules.iteritems():
 if v[name] ==
 module-bluetooth-discover:
 pa_utils.UnloadModule(k, lambda x:
 dprint(Unload module-bluetooth-discover result, x))

 ...so if blueman unloads module-bluetooth-discover, it's not
 PulseAudio's fault if it does not find new devices. Reassigning to
 Blueman.

 ** Changed in: pulseaudio (Ubuntu)
Status: Incomplete = Invalid

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1283003

 Title:
   [Bluetooth + 14.04] Bluetooth headsets are not working after last
   couple of updates

 Status in “blueman” package in Ubuntu:
   Confirmed
 Status in “gnome-bluetooth” package in Ubuntu:
   Confirmed
 Status in “pulseaudio” package in Ubuntu:
   Invalid

 Bug description:
   Hi,

   I found a bug in Ubuntu 14.04 !

   I tried to pair a bluetooth stereo headset (A2DP compatible). The
   pairing process goes well, but after that I can't select it on the
   audio preferences.

   When I select it, it only shows the last selected item options and don't
 do anything. (he should switch to the headset output).
   I must mention that it worked very well on Ubuntu 12.04.

   This bug can be in the bluetooth stack or in unity-control-center or
   maybe pulseaudio. I actually have no idea.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1283003/+subscriptions


-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

Status in “blueman” package in Ubuntu:
  Confirmed
Status in “gnome-bluetooth” package in Ubuntu:
  Confirmed
Status in “pulseaudio” package in Ubuntu:
  Invalid

Bug description:
  Hi,

  I found a bug in Ubuntu 14.04 !

  I tried to pair a bluetooth stereo headset (A2DP compatible). The
  pairing process goes well, but after that I can't select it on the
  audio preferences.

  When I select it, it only shows the last selected item options and don't do 
anything. (he should switch to the headset output).
  I must mention that it worked very well on Ubuntu 12.04.

  This bug can be in the bluetooth stack or in unity-control-center or
  maybe pulseaudio. I actually have no idea.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1283003/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-05-12 Thread Colum Gaynor
CG: Seeing this quite late tonight.  I will try to action your request
soon. BR. Colum
On 11 May 2014 22:20, David Henningsson 1283...@bugs.launchpad.net
wrote:

 @Colum, thanks. Could you try the following:
 edit /etc/pulse/default.pa and above the line that says ###
 Automatically load driver modules for Bluetooth hardware, add a line with
 this text:
 set-log-level 4

 Reboot your computer and confirm that the bug is still present. Then do a
 grep pulseaudio /var/log/syslog  /tmp/syslog.txt

 and then attach /tmp/syslog.txt here. Thanks!

 (Afterwards you might want to restore default.pa to avoid your syslog
 being flooded with debug messages.)

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1283003

 Title:
   [Bluetooth + 14.04] Bluetooth headsets are not working after last
   couple of updates

 Status in “blueman” package in Ubuntu:
   Confirmed
 Status in “gnome-bluetooth” package in Ubuntu:
   Confirmed
 Status in “pulseaudio” package in Ubuntu:
   Incomplete

 Bug description:
   Hi,

   I found a bug in Ubuntu 14.04 !

   I tried to pair a bluetooth stereo headset (A2DP compatible). The
   pairing process goes well, but after that I can't select it on the
   audio preferences.

   When I select it, it only shows the last selected item options and don't
 do anything. (he should switch to the headset output).
   I must mention that it worked very well on Ubuntu 12.04.

   This bug can be in the bluetooth stack or in unity-control-center or
   maybe pulseaudio. I actually have no idea.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1283003/+subscriptions


-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

Status in “blueman” package in Ubuntu:
  Confirmed
Status in “gnome-bluetooth” package in Ubuntu:
  Confirmed
Status in “pulseaudio” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I found a bug in Ubuntu 14.04 !

  I tried to pair a bluetooth stereo headset (A2DP compatible). The
  pairing process goes well, but after that I can't select it on the
  audio preferences.

  When I select it, it only shows the last selected item options and don't do 
anything. (he should switch to the headset output).
  I must mention that it worked very well on Ubuntu 12.04.

  This bug can be in the bluetooth stack or in unity-control-center or
  maybe pulseaudio. I actually have no idea.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1283003/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-05-11 Thread Colum Gaynor
Sorry for a delayed response to comment #43. The suggested command:
grep pulseaudio.*bluetooth /var/log/syslog
produced NO OUTPUT.

The output from pactl list is uploaded as attachment, but there is no sign of 
any entry with text:
module-bluetooth-discover

-Colum

** Attachment added: pactl list output
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1283003/+attachment/4109917/+files/pactl_output.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

Status in “blueman” package in Ubuntu:
  Confirmed
Status in “gnome-bluetooth” package in Ubuntu:
  Confirmed
Status in “pulseaudio” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I found a bug in Ubuntu 14.04 !

  I tried to pair a bluetooth stereo headset (A2DP compatible). The
  pairing process goes well, but after that I can't select it on the
  audio preferences.

  When I select it, it only shows the last selected item options and don't do 
anything. (he should switch to the headset output).
  I must mention that it worked very well on Ubuntu 12.04.

  This bug can be in the bluetooth stack or in unity-control-center or
  maybe pulseaudio. I actually have no idea.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1283003/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-05-03 Thread Colum Gaynor
CG: @David:
Could you please consider to reverse the status back from 
'INCOMPLETE' to 'CONFIRMED' (again).

There would /seem/ to be a real issue which has been confirmed 
by several contributors
in this thread...

 Regards Colum


On 29.04.2014 12:58, David Henningsson wrote:
   Apr 29 09:06:52 Voyager kernel: [ 2013.010319] Bluetooth: re-auth of 
 legacy device is not possible.
Apr 29 09:06:55 Voyager bluetoothd[716]: Protocol not supported (93)

 This indeed looks like the kernel is at fault. I don't know much
 bluetooth (I'm more into the audio side of things), so can't help
 further. Sorry.


-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

Status in “blueman” package in Ubuntu:
  Confirmed
Status in “gnome-bluetooth” package in Ubuntu:
  Confirmed
Status in “pulseaudio” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I found a bug in Ubuntu 14.04 !

  I tried to pair a bluetooth stereo headset (A2DP compatible). The
  pairing process goes well, but after that I can't select it on the
  audio preferences.

  When I select it, it only shows the last selected item options and don't do 
anything. (he should switch to the headset output).
  I must mention that it worked very well on Ubuntu 12.04.

  This bug can be in the bluetooth stack or in unity-control-center or
  maybe pulseaudio. I actually have no idea.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1283003/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-04-23 Thread Colum Gaynor
@Omri Stein, @Akaname, @Kiori, @Joe D.

First some good news... There seems to be a simple workaround to restore
the highquality A2DP interworking to your Bluetooth headset.

1) Use Blueman to pair to the headset. My experience was that it will pair and 
even connect as headset with the horrible audio
 quality Telephony Duplex (HSP/HFP) audio profile.
2) The Ubuntu Sound Control panel wont however show the Bluetooth device yet!
3) Open a command terminal and issue the command:pulseaudio -k
4) After a short delay you should see the Headset appear in the listed audio 
devices of the Ubuntu Sound Control Panel
5) Select the device and connect some audio source (VLC Media or your favourite 
player)... The quality will still be poor...
6) Now use Blueman GUI, select the device and press mouse right click and then 
select the Refresh Services.
 It should show a succes message in the lower status bar.
7) Right click on the headset device in Blueman GUI and select Audio Sink.   If 
it displays a success message your in luck.
8) Now right click the headset device in Blueman GUI and select Audio Profile 
menu and then select High Fidelity Playback (A2DP).  It should suceed and 
switch into the correct mode.

== You will always have to issue the pulseaudio -k command from terminal 
before using the headset, but it's a tolerable
work around.
 
Hope this works for you too. -Colum

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

Status in “gnome-bluetooth” package in Ubuntu:
  New
Status in “unity-control-center” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I found a bug in Ubuntu 14.04 !

  I tried to pair a bluetooth stereo headset (A2DP compatible). The
  pairing process goes well, but after that I can't select it on the
  audio preferences.

  When I select it, it only shows the last selected item options and don't do 
anything. (he should switch to the headset output).
  I must mention that it worked very well on Ubuntu 12.04.

  This bug can be in the bluetooth stack or in unity-control-center or
  maybe pulseaudio. I actually have no idea.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1283003/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-04-23 Thread Colum Gaynor
CG: Many thanks for the tip. I had similar issues in Ubuntu 13.10
whereas 12.04 worked fine. I had hoped 14.04 would have solved it. I
also agree with you about Blueman. Without it I would have given up on
Bluetooth on Ubuntu long ago. Regards Colum :-D

Sent from my Windows Phone
From: Kiori
Sent: 23/04/2014 16:11
To: columgay...@gmail.com
Subject: [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are
not working after last couple of updates
Colum,
After Blueman did its job, you have to activate the 'audio sink'
component, personally i leave both on.
-But- after that you can just go to the sound options and switch to
a2dp on the go, if blueman initiated audio sink, it will show up in
the options, no need to use the audio profile route.
Ofcourse resetting pulse audio is a req. also.
Currently i have a2dp on the ears and the mic on, at the same time,
because of this on the go switching in the sound options.
Its sad that Ubuntu doesnt use blueman or an implementation based on
it, this could be one of those 'it just works' scenarios, without
blueman it wont even pair my device...

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

Status in “gnome-bluetooth” package in Ubuntu:
  New
Status in “unity-control-center” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I found a bug in Ubuntu 14.04 !

  I tried to pair a bluetooth stereo headset (A2DP compatible). The
  pairing process goes well, but after that I can't select it on the
  audio preferences.

  When I select it, it only shows the last selected item options and
don't do anything. (he should switch to the headset output).
  I must mention that it worked very well on Ubuntu 12.04.

  This bug can be in the bluetooth stack or in unity-control-center or
  maybe pulseaudio. I actually have no idea.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1283003/+subscriptions

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

Status in “gnome-bluetooth” package in Ubuntu:
  New
Status in “unity-control-center” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I found a bug in Ubuntu 14.04 !

  I tried to pair a bluetooth stereo headset (A2DP compatible). The
  pairing process goes well, but after that I can't select it on the
  audio preferences.

  When I select it, it only shows the last selected item options and don't do 
anything. (he should switch to the headset output).
  I must mention that it worked very well on Ubuntu 12.04.

  This bug can be in the bluetooth stack or in unity-control-center or
  maybe pulseaudio. I actually have no idea.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1283003/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-04-20 Thread Colum Gaynor
After upgrade from Ubuntu 12.04 LTS to Ubuntu 14.04 LTS (32 bit version) for my 
LG F1 Express Dual, I cannot get reliable A2DP working on my Bluetooth Headset 
- Model is  Philips SHB4000. The old trick of using Blueman / Refresh Services 
and then re-connect no longer works. With sufficient tinkering around, mostly 
removing the device and then re-pairing with PIN  option,
I can sometime get the device to work and even enter the High Fidelity A2DP 
mode, but the exact working sequence seems to be unpredictable.  I also 
upgrades my Fujitsu Amilo PA3553 64bit from Ubuntu 12.04 LTS to 14.04 LTS, but 
the same device seems to work correctly there. I'd be happy to attach logs, if 
anyone can advise what should be captured. -Colum

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

Status in “unity-control-center” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I found a bug in Ubuntu 14.04 !

  I tried to pair a bluetooth stereo headset (A2DP compatible). The
  pairing process goes well, but after that I can't select it on the
  audio preferences.

  When I select it, it only shows the last selected item options and don't do 
anything. (he should switch to the headset output).
  I must mention that it worked very well on Ubuntu 12.04.

  This bug can be in the bluetooth stack or in unity-control-center or
  maybe pulseaudio. I actually have no idea.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1283003/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp