[Bug 1199059] Re: blueman and pulse's module-bluetooth-discover (A2DP audio sink devices failed to work with "bluetoothd : Unable to select SEP" in system log.)

2018-08-10 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 13.04 (raring) reached end-of-life on January 27, 2014.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Changed in: bluez (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199059

Title:
  blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
  failed to work with "bluetoothd : Unable to select SEP" in system
  log.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1199059] Re: blueman and pulse's module-bluetooth-discover (A2DP audio sink devices failed to work with bluetoothd : Unable to select SEP in system log.)

2014-07-06 Thread Alan Robertson
Instead of the Xbluetooth manager hack, my hack is to just put a return
in that inner function.  But I can report that this hack also fixes it
for me.  In theory, the body of that function should just be a pass...
Or maybe the whole thing removed?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199059

Title:
  blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
  failed to work with bluetoothd : Unable to select SEP in system
  log.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199059] Re: blueman and pulse's module-bluetooth-discover (A2DP audio sink devices failed to work with bluetoothd : Unable to select SEP in system log.)

2014-07-06 Thread Sebastian F
The Bug is fixed in Debian an will be backported to Trusty (hopefully).
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1283003/comments/107

** No longer affects: blueman

** Bug watch added: Debian Bug tracker #743568
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743568

** Also affects: blueman (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743568
   Importance: Unknown
   Status: Unknown

** Changed in: blueman (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199059

Title:
  blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
  failed to work with bluetoothd : Unable to select SEP in system
  log.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199059] Re: blueman and pulse's module-bluetooth-discover (A2DP audio sink devices failed to work with bluetoothd : Unable to select SEP in system log.)

2014-07-06 Thread Bug Watch Updater
** Changed in: blueman (Debian)
   Status: Unknown = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199059

Title:
  blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
  failed to work with bluetoothd : Unable to select SEP in system
  log.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199059] Re: blueman and pulse's module-bluetooth-discover (A2DP audio sink devices failed to work with bluetoothd : Unable to select SEP in system log.)

2014-06-15 Thread Mark Rijckenberg
I uninstalled blueman, installed pavucontrol, reboot my PC and then
turned on my bluetooth speaker to solve this issue.

I also believe that blueman is the main culprit and that blueman keeps
unloading the module-bluetooth-discover module.

So I agree with remark #28 in this thread.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199059

Title:
  blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
  failed to work with bluetoothd : Unable to select SEP in system
  log.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199059] Re: blueman and pulse's module-bluetooth-discover (A2DP audio sink devices failed to work with bluetoothd : Unable to select SEP in system log.)

2014-06-14 Thread Hartmut
I am using a fresh installed Xubuntu 14.04 LTS, after running Ubuntu 10.04 LTS 
for quite a while on the same laptop Lenovo R500.
Everything worked great after installation, until I came to blueman...
Connecting to two different audio-devices( headset nokia 905i+, 
bluetooth-speaker DOSS Alonso ) that I own was buggy.
To be more specific: connecting and pairing worked, but there was no sink for 
pulseaudio available and A2DP setting was not possible.
I followed the discussion:  
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1283003.

And here I could finally find the solution:

it seemed that blueman unloads module-bluetooth-discover on startup.

David Henningsson (diwic) found the code in 
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1283003/comments/52

he did a quick ppa on that, which unfortunately didn't work
https://launchpad.net/~diwic/+archive/bluemantest

now what?

since I liked the idea, I hacked directly in to that modul
/usr/lib/python2.7/dist-packages/blueman/plugins/applet/PulseAudio.py  line: 229
if v[name] == module-bluetooth-discoverX:
the 'X' is my add-on, since I have no idea about python ;)

reboot

now it works! :)

connected my Headset, could set the A2DP and listen to my music right
now.

maybe somebody can use this information to build a real fix. looking
forward to that

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199059

Title:
  blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
  failed to work with bluetoothd : Unable to select SEP in system
  log.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199059] Re: blueman and pulse's module-bluetooth-discover (A2DP audio sink devices failed to work with bluetoothd : Unable to select SEP in system log.)

2014-06-10 Thread Sebastian F
** Also affects: blueman
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199059

Title:
  blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
  failed to work with bluetoothd : Unable to select SEP in system
  log.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199059] Re: blueman and pulse's module-bluetooth-discover (A2DP audio sink devices failed to work with bluetoothd : Unable to select SEP in system log.)

2014-06-05 Thread Mark Rijckenberg
I am using Xubuntu 14.04 LTS (trusty) and running the new lxqt desktop.
I also still need to use the workaround in post #13 to get my bluetooth
speaker to work correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199059

Title:
  blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
  failed to work with bluetoothd : Unable to select SEP in system
  log.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199059] Re: blueman and pulse's module-bluetooth-discover (A2DP audio sink devices failed to work with bluetoothd : Unable to select SEP in system log.)

2014-06-04 Thread Evgeny Chernyavskiy
The issue persists in Trusty as well, unfortunately. The magic in #13
(https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1199059/comments/13)
to the rescue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199059

Title:
  blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
  failed to work with bluetoothd : Unable to select SEP in system
  log.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199059] Re: blueman and pulse's module-bluetooth-discover (A2DP audio sink devices failed to work with bluetoothd : Unable to select SEP in system log.)

2014-05-27 Thread Sebastian F
According to David Henningsson Blueman seems to unload 
module-bluetooth-discover:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1283003/comments/52

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199059

Title:
  blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
  failed to work with bluetoothd : Unable to select SEP in system
  log.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199059] Re: blueman and pulse's module-bluetooth-discover (A2DP audio sink devices failed to work with bluetoothd : Unable to select SEP in system log.)

2014-05-21 Thread Chorca
It seems to be a bit more complex than simply running that.. the
bluetooth device needs to be restarted as well (I cycle the wireless
switch on my laptop) and then the device connected/disconnected a few
times in order to get it to successfully connect to Pulseaudio.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199059

Title:
  blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
  failed to work with bluetoothd : Unable to select SEP in system
  log.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1199059] Re: blueman and pulse's module-bluetooth-discover (A2DP audio sink devices failed to work with bluetoothd : Unable to select SEP in system log.)

2014-05-21 Thread trshemanske
Well, I think those issues are more typical with associating a bluetooth
device with the computer, no?  I mean, if the loadmodule were part of a
startup script (as it should be), then when you turned on your bluetooth
device, the system would at least be ready to interact with it.  You may
still have to configure the device in the bluetooth menu, but at least you
should be able to configure it.  Without the module loaded, nothing you
would do will help.

And this problem extends beyond pulseaudio since I had to load the module
manually before I could tether my phone to my laptop when wifi was not
available.




On Wed, May 21, 2014 at 1:57 PM, Chorca cho...@gmail.com wrote:

 It seems to be a bit more complex than simply running that.. the
 bluetooth device needs to be restarted as well (I cycle the wireless
 switch on my laptop) and then the device connected/disconnected a few
 times in order to get it to successfully connect to Pulseaudio.

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

 Title:
   blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
   failed to work with bluetoothd : Unable to select SEP in system
   log.)

 To manage notifications about this bug go to:

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



--

Thomas R. Shemanske
Department of Mathematics, Dartmouth College
6188 Kemeny Hall, 27 N Main St
Hanover, NH 03755-3551
603-646-3179

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199059

Title:
  blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
  failed to work with bluetoothd : Unable to select SEP in system
  log.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1199059] Re: blueman and pulse's module-bluetooth-discover (A2DP audio sink devices failed to work with bluetoothd : Unable to select SEP in system log.)

2014-05-21 Thread Chorca
It seems some of the issues I was having seem to have stemmed from being
in standby mode and resuming thereafter.

From a clean boot, here's my current steps/output to get the BT device
working:

1. Power on system, wait to 'settle':
May 21 15:00:46 chrispad bluetoothd[832]: Endpoint registered: sender=:1.49 
path=/MediaEndpoint/HFPAG
May 21 15:00:46 chrispad bluetoothd[832]: Endpoint registered: sender=:1.49 
path=/MediaEndpoint/HFPHS
May 21 15:00:46 chrispad bluetoothd[832]: Endpoint registered: sender=:1.49 
path=/MediaEndpoint/A2DPSource
May 21 15:00:46 chrispad bluetoothd[832]: Endpoint registered: sender=:1.49 
path=/MediaEndpoint/A2DPSink
May 21 15:00:47 chrispad dbus[733]: [system] Activating service 
name='org.blueman.Mechanism' (using servicehelper)
May 21 15:00:47 chrispad bluetoothd[832]: Endpoint unregistered: sender=:1.49 
path=/MediaEndpoint/HFPAG
May 21 15:00:47 chrispad bluetoothd[832]: Endpoint unregistered: sender=:1.49 
path=/MediaEndpoint/HFPHS
May 21 15:00:47 chrispad bluetoothd[832]: Endpoint unregistered: sender=:1.49 
path=/MediaEndpoint/A2DPSource
May 21 15:00:47 chrispad bluetoothd[832]: Endpoint unregistered: sender=:1.49 
path=/MediaEndpoint/A2DPSink
May 21 15:00:47 chrispad blueman-mechanism: Starting blueman-mechanism 
May 21 15:00:47 chrispad dbus[733]: [system] Successfully activated service 
'org.blueman.Mechanism'
May 21 15:00:47 chrispad blueman-mechanism: loading Network 
May 21 15:00:47 chrispad blueman-mechanism: loading Config 
May 21 15:00:47 chrispad blueman-mechanism: loading Ppp 
May 21 15:00:47 chrispad blueman-mechanism: loading RfKill 
May 21 15:01:05 chrispad bluetoothd[832]: Endpoint unregistered: sender=:1.26 
path=/MediaEndpoint/HFPAG
May 21 15:01:05 chrispad bluetoothd[832]: Endpoint unregistered: sender=:1.26 
path=/MediaEndpoint/HFPHS
May 21 15:01:05 chrispad bluetoothd[832]: Endpoint unregistered: sender=:1.26 
path=/MediaEndpoint/A2DPSource
May 21 15:01:05 chrispad bluetoothd[832]: Endpoint unregistered: sender=:1.26 
path=/MediaEndpoint/A2DPSink
May 21 15:01:05 chrispad bluetoothd[832]: hci0: Remove UUID (0x0011) failed: 
Busy (0x0a)
May 21 15:01:17 chrispad blueman-mechanism: Exiting 


2. Load bluetooth-discover:
$ pactl load-module module-bluetooth-discover
23
May 21 15:01:28 chrispad bluetoothd[832]: Endpoint registered: sender=:1.63 
path=/MediaEndpoint/HFPAG
May 21 15:01:28 chrispad bluetoothd[832]: Endpoint registered: sender=:1.63 
path=/MediaEndpoint/HFPHS
May 21 15:01:28 chrispad bluetoothd[832]: Endpoint registered: sender=:1.63 
path=/MediaEndpoint/A2DPSource
May 21 15:01:28 chrispad bluetoothd[832]: Endpoint registered: sender=:1.63 
path=/MediaEndpoint/A2DPSink


3. Power on Bluetooth device (headset connection is started, then terminated):
May 21 15:02:04 chrispad bluetoothd[832]: 
/org/bluez/832/hci0/dev_00_16_94_0B_94_FA/fd0: fd(25) ready
May 21 15:02:04 chrispad rtkit-daemon[1390]: Successfully made thread 2301 of 
process 1968 (n/a) owned by '1000' RT at priority 5.
May 21 15:02:04 chrispad rtkit-daemon[1390]: Supervising 4 threads of 1 
processes of 1 users.
May 21 15:02:07 chrispad bluetoothd[832]: Connection refused (111)
May 21 15:02:10 chrispad bluetoothd[832]: Audio connection got disconnected


4. Press 'play' button on Bluetooth device (initiates ad2p?):
May 21 15:02:17 chrispad bluetoothd[832]: 
/org/bluez/832/hci0/dev_00_16_94_0B_94_FA/fd1: fd(26) ready
May 21 15:02:17 chrispad rtkit-daemon[1390]: Successfully made thread 2303 of 
process 1968 (n/a) owned by '1000' RT at priority 5.
May 21 15:02:17 chrispad rtkit-daemon[1390]: Supervising 4 threads of 1 
processes of 1 users.
May 21 15:02:17 chrispad kernel: [  127.156924] input: 00:16:94:0B:94:FA as 
/devices/virtual/input/input18

After that, I get AD2P audio available on my headset. I tried this same
procedure with an AD2P-only speaker setup, and it works as well after
selecting Connect - Audio Sink in blueman.

The interesting thing here is that it seems to load this module during
startup, then unload it again a few seconds later. Curious as to why
that might be, but I agree, that does seem to resolve the issue. I'll
check how it works during standby/sleep and report as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1199059

Title:
  blueman and pulse's module-bluetooth-discover (A2DP audio sink devices
  failed to work with bluetoothd : Unable to select SEP in system
  log.)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs