Hi guys,
After a bit of troubleshooting for my Wetek Hub Bluetooth.
I installed to NAND using the latest build from here - WeTek Hub – LibreELEC
I then SHH's in did a
followed by a
Code
wget https://github.com/Raybuntu/LibreELEC.tv/releases/download/rb-leia14/LibreELEC-WeTek_Hub.arm-9.0-rb-leia14.tar
After reboot - I turned on Bluetooth in the LibreElec settings but when I go to the Bluetooth settings I get a No adapter present message.
lsmod over ssh outputs
Code
LibreELEC:~ # lsmod
Module Size Used by
8021q 17367 0
btsdio 2962 0
bluetooth 238085 6 btsdio
6lowpan_iphc 5871 1 bluetooth
ir_lirc_codec 4025 0
lirc_dev 6771 1 ir_lirc_codec
meson_ir 3657 0
rc_core 21779 4 lirc_dev,meson_ir,ir_lirc_codec
mali 183319 5
dhd 694992 0
cfg80211 230552 1 dhd
amlvideodri 10458 0
videobuf_res 5082 1 amlvideodri
videobuf_core 16059 2 amlvideodri,videobuf_res
videodev 131290 1 amlvideodri
LibreELEC:~ # service bluetooth status
-sh: service: not found
Display More
any thoughts?