Does iftop / nmon show anything useful?
Posts by heitbaum
-
-
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
-
Lastest openssh is included. Check the version of putty.
-
-
Hi @deleonkikko - the VFD driver is not in the kernel presently - there is some previous drivers - search for VFD. The WiFi depending on the model of the TX6 is a WIP in the kernel - but would suggest not soon. Some other info on the TX6 https://linux-sunxi.org/Tanix_TX6
-
-
Hi GORBULAN
LE 9.2 doesn't support the RPi 400 as it's firmware is too old. You probably manually replaced the firmware files on 9.2.6 and those got changed back to the stock (i.e. too old) LE ones when updating to 9.2.7/8.You have to replace firmware files again, or switch to LE 10 (which is the better solution as that will also give you working bluetooth and wifi).
Worth going though this article if you are going to use 9.2:
9.2.7 and 9.2.8 crash upon boot RPi 400 - General Support - LibreELEC Forum
Otherwise LE10 -
As fyi the Radxa n10c rk3399pro has the npu connected via USB3 and the interface to the npu is https://github.com/rockchip-linux/rknn-toolkit the NPU is actually a discreet A35 cpu rk1808 https://wiki.radxa.com/RockpiN10/dev/NPU-booting - https://www.cnx-software.com/2018/09/24/roc…ils-rk1808-npu/ and there are a bunch of hacks in place to startup the npu using sysfs which don’t convert well into mainline. If you connect to the rk1808 uart on the n10c board, you can actually see the (blob npu kernel boot on the rk1808) I haven’t spent much time on the n10c or my P2 in recent times.
-
Hi l1br33l3c - the TX6S is not a H6 device.
Have a read of https://linux-sunxi.org/Tanix_TX6s and RE: Allwinner H616 support?
So short answer is not yet.