For 17.10 fresh install the best solution was just the "disable pulseaudio's 
bluetooth in gdm", i.e.
Add this to /var/lib/gdm3/.config/pulse/default.pa:

#!/usr/bin/pulseaudio -nF
#

# load system wide configuration
.include /etc/pulse/default.pa

### unload driver modules for Bluetooth hardware
.ifexists module-bluetooth-policy.so
  unload-module module-bluetooth-policy
.endif

.ifexists module-bluetooth-discover.so
  unload-module module-bluetooth-discover
.endif

Nothing more needed...

It almost seems the Debian upstream bug assumes one would get audio thru 
bluetooth, just not A2DP.
Here on my speaker it's A2DP or nothing so as it stands now there is nothing..

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

Title:
  Bluetooth audio not working (with GDM(3))

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

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

Reply via email to