At a quick scan I can’t see hci, Bluetooth, or bt in the kernel dmesg. Is the DTB file enabled to support a Bluetooth device?
Posts by heitbaum
-
-
Thank you for testing. The update librespot version has been added to both LE10 and the LE11 branch. It should be available over the next few days.
-
Anybody to test this update?
-
Hi itisljar - mc has been compiled without wchar support (wide character) thus why it is only displaying the standard ascii table. Of recent times when wchar was introduced, I patched it out. It has been subsequently patched in the upstream version to allow compile with/without wchar support. Technically it can be enabled - but would require some work on the Unicode support.
-
Based on https://github.com/torvalds/linux/search?q=RPCSVC_MAXPAYLOAD the kernel is set to 1MB for TCP
So what are the tcp window sizes? And the latency?
nuc11:~ # cat /proc/sys/net/ipv4/tcp_wmem
4096 16384 4194304
nuc11:~ # cat /proc/sys/net/ipv4/tcp_rmem
4096 131072 6291456
nuc11:~ # cat /proc/sys/net/ipv4/tcp_window_scaling
1
-
the Ethernet interface is not the issue
using Samba everything works fine
Hi JurKub - agree - I don't think it is the ethernet card / cabling / ... itself either. Just trying to isolate the Kernel Settings / Drivers / ....
Given the number of changes all happening - think that "a regression" may be a possibility. I just don't know where to look as such. E.G is it sending / receiving / window size / UDP / TCP / ....
what does
``time cp /nfs/abc /ramdisk/
take ... etc -
Hi grinser - zip file here. Let me know how you get on. https://github.com/heitbaum/Libre…-10.0.0.129.zip
-
Does iftop / nmon show anything useful?
-
PRs raised for the update to 0.3.1 of librespot
But I would request some testers. Thanks
librespot: update to 0.3.1 and addon (130) by heitbaum · Pull Request #5891 · LibreELEC/LibreELEC.tvupdate 0.1.6 (2021-02-22) to 0.3.1 (2021-10-25) release notes: https://github.com/librespot-org/librespot/releases/tag/v0.2.0…github.comlibrespot: update to 0.3.1 and addon (129) by heitbaum · Pull Request #5892 · LibreELEC/LibreELEC.tvupdate 0.1.6 (2021-02-22) to 0.3.1 (2021-10-25) release notes: https://github.com/librespot-org/librespot/releases/tag/v0.2.0…github.comIf you need a zip image. Please let me know what LE version and what hardware.
-
Hi caddar - there are updated versions of librespot. I would be happy to look at updating the the LE10 addon, but would need a couple of testers. Let me know - and I’ll look at finishing the packaging for the 0.3.1 version. https://github.com/librespot-org/librespot/releases
Please let me know what hardware and version of LE you are running - so that I can build a test addon for you.
-
Hi isamudaison - the TGL (nuc11) works with 10.0.1, from a boot perspective. There are some glitches with the graphics until kernel 5.12 - please use nightly and let me know how you go. Also I would like to see your logs at some stage to check why / what is the error occurring with the PN41
-
I believe that on lspci -v should show that the e1000e driver should be used on the I219V. 👍
-
Can you please share the output of
lspci
lspci -v
What version of LE are you running?
-
I know about the fsck “warning” - on my list of maybe fix…
Without enable.guc it won’t load guc/Huc unless you have a Gen11

-
I had jumped to the same conclusion first. (.config) - I also have the enable.guc in place (but am running my :dev tree most of the time). It was actually perfect timing, as kernel firmware was one of the PRs that I had wanted to get in this weekend - just had to finish some of the validation. You should be GtG. -
Hi GDPR-7 - arranged the bump. Next nightly should have it.
-
Hi bam - it is the change to use v4l2 and the video decoding process, not Kodi/LE itself, but without the video decoding - doesn’t fit the brief.
By default 512MB CMA is used - previously 384MB was used but that was not enough to handle all 4k HEVC files. This can be tweaked with the cma dtoverlay - but keep in mind that if you reduce CMA memory you risk running into video decoder / graphics issues.
-
Hi Aciel whilst the kernel for LE ARM8 CPU’s is aarch64 - thus the kernel is 64bit, the userland has been maintained as 32bit. There is a dependency on the vendor provided widevine library (one of the reasons why userland is maintained at 32bit)
The docker Addons is userland thus 32bit
https://wiki.libreelec.tv/development-1/build-commands/build-commands-le10
https://wiki.libreelec.tv/development-1/build-commands/build-addons
the =arm in the above build specifies that userland is compiled as 32bit. (Same for addons) whilst this can be changed for your use case, you would need to maintain the image and addons by self-compiling as the LE servers do not maintain a 64bit ARM8 addon repository.
Hope this helps