05-10-2014, 10:21 AM
I have a bluetooth speaker that I want to use. I can find it and pair it if I activate bluetooth. However, connecting seems impossible, so I tried using the bluetoothctl command line util:
Googled a bit and it seems like the problem is that there is no /etc/bluetooth/audio.conf file, but I am not sure, since I am far from a Linux wiz (that's why I am using Openelec :whistle: ). The following bug report mentions a solution: https://bugzilla.redhat.com/show_bug.cgi?id=827692#c3
How do one fix this with openelec? I have never figured out how to do changes in read only file system... And if this really is a bug, shouldn't it be fixed in openelec? I mean, using a BT-speaker is a solid usecase that many users should be interested in...
Jonas
Code:
OpenELEC:/etc # bluetoothctl
[NEW] Controller 00:10:60:EB:12:CB openelec [default]
[NEW] Device FC:58:FA:F7:42:5A Crossbeat
[NEW] Device A0:E4:53:CE:C1:EC D2403
[bluetooth]# info FC:58:FA:F7:42:5A
Device FC:58:FA:F7:42:5A
Name: Crossbeat
Alias: Crossbeat
Class: 0x240404
Icon: audio-card
Paired: no
Trusted: yes
Blocked: no
Connected: no
LegacyPairing: yes
UUID: Headset (00001108-0000-1000-8000-00805f9b34fb)
UUID: Audio Sink (0000110b-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)
UUID: Handsfree (0000111e-0000-1000-8000-00805f9b34fb)
[bluetooth]# trust FC:58:FA:F7:42:5A
Changing FC:58:FA:F7:42:5A trust succeeded
[bluetooth]# pair FC:58:FA:F7:42:5A
Attempting to pair with FC:58:FA:F7:42:5A
[CHG] Device FC:58:FA:F7:42:5A Connected: yes
[CHG] Device FC:58:FA:F7:42:5A Paired: yes
Pairing successful
[CHG] Device FC:58:FA:F7:42:5A Connected: no
[bluetooth]# connect FC:58:FA:F7:42:5A
Attempting to connect to FC:58:FA:F7:42:5A
Failed to connect: org.bluez.Error.Failed
[bluetooth]#
Googled a bit and it seems like the problem is that there is no /etc/bluetooth/audio.conf file, but I am not sure, since I am far from a Linux wiz (that's why I am using Openelec :whistle: ). The following bug report mentions a solution: https://bugzilla.redhat.com/show_bug.cgi?id=827692#c3
How do one fix this with openelec? I have never figured out how to do changes in read only file system... And if this really is a bug, shouldn't it be fixed in openelec? I mean, using a BT-speaker is a solid usecase that many users should be interested in...
Jonas