I can't connect my Sennheisser Momentum TW 2 Headphones by bluetooth. Android and Windows work fine but in Ubuntu it gets into a loop. I just hear again and again 'power on, connected'. If I just use one earbud it connects fine but no a2dp_sink profile can be activated. I've tried many answers with no success. Thx in advance.
Asked
Active
Viewed 805 times
1 Answers
0
The solution is posted in this post. It says:
As a work around you disable AVRCP entirely. The earbuds should work fine just without touch controls. Edit the file /lib/systemd/system/bluetooth.service and add --noplugin=avrcp to the end of line 9.
E.g.
[Unit]
Description=Bluetooth service
Documentation=man:bluetoothd(8)
ConditionPathIsDirectory=/sys/class/bluetooth
[Service]
Type=dbus
BusName=org.bluez
ExecStart=/usr/local/libexec/bluetooth/bluetoothd --noplugin=avrcp
NotifyAccess=main
#WatchdogSec=10
#Restart=on-failure
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
LimitNPROC=1
ProtectHome=true
ProtectSystem=full
[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.service

dberniell
- 21