• 1
  • 324
  • 325
  • 326(current)
  • 327
  • 328
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
(2018-12-08, 10:14)aw87 Wrote: I am trying to get bluetooth working on an Intel Compute Stick STCK1A8LFC. Build #1207
I found this http://sources.libreelec.tv/mirror/rtl8723bs_bt/
And also found the driver under the CoreELEC packages
How would I go about implementing the rtl8723bs_bt driver?

Can you post your dmesg output?
Code:
dmesg | paste
 
The Realtek bluetooth drivers are included in the kernel but the firwmare files are probably missing.

@Milhouse can you include rtl_bt/*.bin in the x86 kernel firmware package? Scratch that, rtl_bt seems to be already included.. Dmesg should tell more.

so long,

Hias
After a closer look the rtl8723bs_fw.bin and rtl8723bs_config files indeed seems to be missing in LibreELEC.

@aw87 can you run the following commands, then reboot and check if it works?
Code:
mkdir -p /storage/.config/firmware/rtl_bt
wget -O /storage/.config/firmware/rtl_bt/rtl8723bs_config https://github.com/lwfinger/rtl8723bs_bt/raw/master/rtlbt_config
wget -O /storage/.config/firmware/rtl_bt/rtl8723bs_fw.bin https://github.com/lwfinger/rtl8723bs_bt/raw/master/rtlbt_fw

There's also a second (newer) firmware available, if the standard one doesn't work run this to get the newer one:
Code:
wget -O /storage/.config/firmware/rtl_bt/rtl8723bs_fw.bin https://github.com/lwfinger/rtl8723bs_bt/raw/master/rtlbt_fw_new

so long,

Hias
@Milhouse did you noticed that the live tv streams with the tvheadend client won’t start anymore with #1207?

I’ve got the same on my raspberry pi3b+

Build #1206 is working fine on both.

If needed i can later this day provide some logs.
(2018-12-08, 15:58)Pienoet Wrote: @Milhouse did you noticed that the live tv streams with the tvheadend client won’t start anymore with #1207?

I’ve got the same on my raspberry pi3b+

Build #1206 is working fine on both.

If needed i can later this day provide some logs.

Can you test build #1207c: Generic

It has reverted PR15010.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2018-12-08, 16:18)Milhouse Wrote:
(2018-12-08, 15:58)Pienoet Wrote: @Milhouse did you noticed that the live tv streams with the tvheadend client won’t start anymore with #1207?

I’ve got the same on my raspberry pi3b+

Build #1206 is working fine on both.

If needed i can later this day provide some logs.

Can you test build #1207c: Generic

It has reverted PR15010. 
 I can confirm this one works.
Can anyone pls. provide a kodi debug log for the PVR issue?
(2018-12-08, 17:06)peak3d Wrote: Can anyone pls. provide a kodi debug log for the PVR issue?
 Yes offcourse.

I hope this is useful enough.
(2018-12-08, 16:18)Milhouse Wrote:
(2018-12-08, 15:58)Pienoet Wrote: @Milhouse did you noticed that the live tv streams with the tvheadend client won’t start anymore with #1207?

I’ve got the same on my raspberry pi3b+

Build #1206 is working fine on both.

If needed i can later this day provide some logs.

Can you test build #1207c: Generic

It has reverted PR15010. 
 This is working for me too.

Thank you.
(2018-12-08, 19:00)Pienoet Wrote: This is working for me too.

Can you try #1207e: Generic

It includes PR15020, a fix for PR15010.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2018-12-08, 19:10)Milhouse Wrote:
(2018-12-08, 19:00)Pienoet Wrote: This is working for me too.

Can you try #1207e: Generic

It includes PR15020, a fix for PR15010.

@Milhouse this is working too.

Thanks
(2018-12-08, 13:23)HiassofT Wrote: After a closer look the rtl8723bs_fw.bin and rtl8723bs_config files indeed seems to be missing in LibreELEC.

@aw87 can you run the following commands, then reboot and check if it works?
Code:
mkdir -p /storage/.config/firmware/rtl_bt
wget -O /storage/.config/firmware/rtl_bt/rtl8723bs_config https://github.com/lwfinger/rtl8723bs_bt/raw/master/rtlbt_config
wget -O /storage/.config/firmware/rtl_bt/rtl8723bs_fw.bin https://github.com/lwfinger/rtl8723bs_bt/raw/master/rtlbt_fw

There's also a second (newer) firmware available, if the standard one doesn't work run this to get the newer one:
Code:
wget -O /storage/.config/firmware/rtl_bt/rtl8723bs_fw.bin https://github.com/lwfinger/rtl8723bs_bt/raw/master/rtlbt_fw_new

so long,

Hias  
I tried both methods, through Samba verified the files were in the appropriate \\LIBREELEC\Configfiles\firmware\rtl_bt folder.
Verified bluetooth was enabled in the BIOS and in LibreELEC services. I issued the commands/reboot on a configured LibreELEC and also hard reset and issued the commands/reboot. Bluetooth is still not working.
Here is the dmesg output pre hard reset. Here is the dmesg output post hard reset.
New LibreELEC.tv Leia build #1208: Generic
(Supercedes previous build)

SHA256 Checksum: 66688ae81e3f487670df78f72ef8b03cd26e41d160272c1cf7a8d4664b5b685e (Generic)

text:
# uname -a
Linux NUC 4.19.8 #1 SMP Sat Dec 8 21:04:36 GMT 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20181208210307-#1208-g6db1ac5 [Build #1208]

# Kodi version
(18.0-RC3 Git:8cdec8f). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (6db1ac5, changelog) and tip of XBMC master (8cdec8f, changelog) with the following modifications: Build Highlights:
  1. New 4.19.8 kernel
  2. PR15020 fixes PR15010
  3. [Settings] Fix regression for time oldformat setting
Build Details:
  1. XBMC:
    • [ios] - add support for new iOS devices (PR:15000, 3 commits, 24 files changed)
    • [Settings] Fix regression for time oldformat setting (PR:14979, 2 commits, 5 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:3130 (perma): linux (RPi/Generic): update to linux-4.19.8
    • Added: [pkg] PR:15020 (perma): [DemuxClient] Call SetStreamProps only if OpenStream succeeds
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2018-12-08, 22:55)aw87 Wrote: Here is the dmesg output pre hard reset. Here is the dmesg output post hard reset.

The links you have posted do not link to anything relevant - wrong links?

Also, what is a "hard reset"? There is that option in the LibreELEC Settings addon, and you most certainly did not want to use that.

You could just upload the latest zip file from the "Logfiles" Samba share to somewhere like dropbox, that might be easiest for you.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2018-12-08, 23:31)Milhouse Wrote:
(2018-12-08, 22:55)aw87 Wrote: Here is the dmesg output pre hard reset. Here is the dmesg output post hard reset.

The links you have posted do not link to anything relevant - wrong links?

Also, what is a "hard reset"? There is that option in the LibreELEC Settings addon, and you most certainly did not want to use that.

You could just upload the latest zip file from the "Logfiles" Samba share to somewhere like dropbox, that might be easiest for you.         
I did use the hard reset option in LibreELEC settings. Before doing so I made a backup and saved it to an external location

The links were the output after using the dmesg | paste command.
Oddly enough, after upgrading to the latest build #1208 and using the dmesg | paste command I can see that the output actually posts relevant information. 

Before using the commands suggested by HiassofT in the logs I see this 
[ 6.729583] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723bs_fw.bin failed with error -2
[ 6.729590] Bluetooth: hci0: RTL: firmware file rtl_bt/rtl8723bs_fw.bin not found

After the commands I see this in the log output
[ 6.601016] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723bs_config-OBDA8723.bin failed with error -2
[ 6.601023] Bluetooth: hci0: RTL: mandatory config file rtl_bt/rtl8723bs_config not found

I can confirm the rtl8723bs_config is in the rtl_bt folder. This is the file
(2018-12-09, 01:01)aw87 Wrote: After the commands I see this in the log output
[ 6.601016] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723bs_config-OBDA8723.bin failed with error -2
[ 6.601023] Bluetooth: hci0: RTL: mandatory config file rtl_bt/rtl8723bs_config not found
Ah, the driver is looking for the config file under a different name. Can you try renaming the rtl8723bs_config file in .config/firmware/rtl_bt to rtl8723bs_config-OBDA8723.bin?

so long,

Hias
  • 1
  • 324
  • 325
  • 326(current)
  • 327
  • 328
  • 355

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24