-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with Blueman 1.23 an A2DP #64
Comments
Thanks! But hopefully it's possible to narrow things down a bit, if we know what the unloading of module-bluetooth-discover is there for. |
I got the following information from Valmantas, the original author:
If I get that right, we can actually remove any pulseaudio support in blueman and only provide the ability to connect to the device. Everything else should be done by pulseaudio itself. |
The https://github.com/blueman-project/blueman/tree/nopulseaudio branch is a try to fix this once and for all by simply removing all PulseAudio specific code. The rest of the branch's content is the same as in Debian testing and Ubuntu lucid. |
Looking at the latest comments for #1283003 (zig59 specifically), it seems like removing all pulseaudio related code from blueman is not the way to go, since at least the manager plugin, which allows changing the audio profile, seems to be helpful for users. The problem is the applet plugin, which basically does two things: Unloading the Overall I think removing the applet plugin, but keeping the manager plugin is the best way to go. I'll try to prepare a Debian package for this and ask the contributors of the bug report to test this over the weekend. |
Fixed and distributed to Debian unstable (also see #57 (comment)). I'm leaving this open to discuss further changes to the applet plugin, but I'll need some input for this (see https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1283003/comments/105), since I do not have any bluetooth audio device (other than my smartphone and tablet; not sure what I could do with them). |
Hi, I'm the reporter of LP Bug #1199059, I can do some verification of this issue. @sebastian-de Is LP Bug #1283003 a duplicate of LP Bug #1199059? If yes which report should I set as duplicate? |
Hi Vdragon, |
@cschramm
|
Here is the log of testing this issue right after(no reboot) upgrading blueman package from cschramm's PPA on Ubuntu 14.04 i386 KDE
|
I've removed the PulseAudio applet plugin completely now in master after reading [1]. This removes the duplicate devices and maybe avoids the crash @Vdragon reports. The required pulseaudio restart is strange... The only thing I could imagine is that there's a dangling pulseaudio connection for the "Blueman" context and it's not possible to initialize another one. [1] https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1283003/comments/111 |
Hi, it's pleasant to know that the developers are aware of the bug, although I never managed to get here looking for a solution. Don't know when fixes come to Ubuntu. How can I test the current version you develop? |
The easiest way for Ubuntu users is to download and install the utopic package: http://packages.ubuntu.com/utopic/blueman It contains a fix. |
I by the way downloaded and compiled it from source. It works now, Pre-story: I've come here only when all GNOME-related bluetooth Finally, building against current master branch I can confirm it's |
Strange... I can't think of any related difference between the utopic package and the current master branch. Anyway, good to know it works. 😃 |
+1 |
the package has been removed and i'm still unable to connect to my speakers ! |
Citing David Henningsson from https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1283003/comments/72
"Hi Blueman developers,
This is an outreach for help - let me know if this is the right channel
or not. We seem to have a lot of people claiming that pulseaudio's
module-bluetooth-discover is not loaded on startup on 14.04. This causes
problems with bluetooth headsets.
Reading the code I can see that blueman deliberately unloads
module-bluetooth-discover. Do you have a better idea than just removing
those lines of code, which probably are there for a reason?
Here are some related bugs:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1274613
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1283003
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic"
Another bug i found: https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1199059 (blueman and pulse's module-bluetooth-discover)
I already reassigned the Launchpad bug to blueman project, but I don't know if the Launchpad or GitHub Bugtracker is the official one.
The text was updated successfully, but these errors were encountered: