OpenELEC / OpenELEC.tv

OpenELEC - The living room PC for everyone
http://openelec.tv
1.6k stars 887 forks source link

Bluetooth adapter on Cubox i2eX with OpenElec 7.0.1 #5002

Open geogiraux opened 7 years ago

geogiraux commented 7 years ago

Hi Trying to use the onboard Bluetooth adapter after updating OpenElec this morning (never done before), I cannot manage to make it work : the "service screen" says "No BT adapter found" From console

# bluetoothctl
[bluetooth]# listt to bluetoothd...
[bluetooth]# show
No default controller available
[bluetooth]#

and

mybox # lsmod
Module                  Size  Used by
bluetooth             222037  4
6lowpan_iphc            5681  1 bluetooth
8021q                  15166  0
snd_soc_imx_spdif       1642  0
brcmfmac              158293  0
brcmutil                4269  1 brcmfmac
cfg80211              210300  1 brcmfmac
ir_lirc_codec           3814  0
lirc_dev                7562  1 ir_lirc_codec
ir_sanyo_decoder        1413  0
ir_mce_kbd_decoder      2735  0
ir_rc6_decoder          1729  0
ir_jvc_decoder          1385  0
ir_sony_decoder         1419  0
ir_rc5_decoder          1321  0
ir_nec_decoder          1537  0
snd_soc_fsl_spdif       9424  2
gpio_ir_recv            2512  0
mybox:~ #

Everything seems correct in dmesg

[   12.469147] usbcore: registered new interface driver brcmfmac
[   12.518054] imx-spdif sound-spdif.25: ASoC: CPU DAI (null) registered
[   12.518073] imx-spdif sound-spdif.25: ASoC: CODEC snd-soc-dummy registered
[   12.521839] imx-spdif sound-spdif.25: snd-soc-dummy-dai <-> 2004000.spdif mapping ok
[   13.194269] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 25 2011 19:34:12 version 5.90.125.104
[   14.256161] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=2188000.ethernet:00, irq=-1)
[   14.256303] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   17.265692] libphy: 2188000.ethernet:00 - Link is Up - 100/Full
[   17.265721] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   17.383653] 8021q: 802.1Q VLAN Support v1.8
[ 9997.977431] Bluetooth: Core ver 2.18
[ 9997.977512] NET: Registered protocol family 31
[ 9997.977520] Bluetooth: HCI device and connection manager initialized
[ 9997.978263] Bluetooth: HCI socket layer initialized
[ 9997.978282] Bluetooth: L2CAP socket layer initialized
[ 9997.978329] Bluetooth: SCO socket layer initialized
geogiraux commented 6 years ago

Hello Just a quick bump. I had a try with LibreElec, they seem to use the btnet module for the Cubox adapter. Don't know if it's technically good or bad, but it worked (to tell the truth, not as stable as I hoped) Could this module be made available in OpenElec ?