Posts by atirage21

    Work developers is really the most important. But Gemini is interesting utility for creating own projects (i am not programator):

    1. i found through gemini right components for my hobby project : DVD (with replacibility to blu-ray) player based on KODI

    2. It create code for Arduino Mikro Pro for using of analog and IR buttons of old nonfunctional panasonic player.

    3. It create links between Arduino and Kodi for right behaviour of Kodi at push of analog or original panasonic IR button. I uploaded files which i used in LE 13 and succesfully works (only for case of interest).


    I am really happy that exist Gemini, Libreelec, and many opensource projects.

    There is some ssh commands for identifing reasons ? And is possible enable wol in dtb tree for device Radxa Rock 5b+ ? This device dont have wakeup through cec hdmi and wakeup usb is not going. WoI would be good alternative for this. Thank you.

    LibreELEC:~ # ethtool eth0
    Settings for eth0:
    Supported ports: [ TP MII ]
    Supported link modes: 10baseT/Half 10baseT/Full
    100baseT/Half 100baseT/Full
    1000baseT/Full
    2500baseT/Full
    Supported pause frame use: Symmetric Receive-only
    Supports auto-negotiation: Yes
    Supported FEC modes: Not reported
    Advertised link modes: 10baseT/Half 10baseT/Full
    100baseT/Half 100baseT/Full
    1000baseT/Full
    2500baseT/Full
    Advertised pause frame use: Symmetric Receive-only
    Advertised auto-negotiation: Yes
    Advertised FEC modes: Not reported
    Link partner advertised link modes: 10baseT/Half 10baseT/Full
    100baseT/Half 100baseT/Full
    1000baseT/Half 1000baseT/Full
    Link partner advertised pause frame use: Symmetric Receive-only
    Link partner advertised auto-negotiation: Yes
    Link partner advertised FEC modes: Not reported
    Speed: 1000Mb/s
    Duplex: Full
    Auto-negotiation: on
    master-slave cfg: preferred slave
    master-slave status: slave
    Port: Twisted Pair
    PHYAD: 0
    Transceiver: internal
    MDI-X: Unknown
    Supports Wake-on: pumbg
           Wake-on: g
    Link detected: yes

    Dmesg log from last testing build at device Radxa Rock 5b+ with RK 3588 from 1. september (for sure was disconnected nvme Apacer and booted only from sd card)

    https://paste.libreelec.tv/legginged-deegan.log

    For example, playing of DVD is issue (not play, only error and system freezing). Compare to nightly build it need skip first scene, what is only temporary solution for going to dvd menu, but movie was again not started and whole system freezed (playing of audio cd is OK):

    https://paste.libreelec.tv/jammy-vanesa.log


    https://paste.libreelec.tv/palmiest-rashida.log

    https://paste.libreelec.tv/subdiapasonic-lailah.log


    Also device have still turn off issue, because after turn off stayed at screen:

    Only for information about HW from Linux version 6.19.0 (ubuntu@843dd3320e8b) (aarch64-libreelec-linux-gnu-gcc-16.2.0 (GCC) 16.2.0, GNU ld (GNU Binutils) 2.47.20260726) #1 SMP Wed Aug 26 04:19:44 UTC 2026; Machine model: Radxa ROCK 5B+ :

    According to AI Gemini is the reason for "turn -off issue" this error: rockchip-pm-domain ... Failed to create device link (0x180) with supplier 1-0042 which is connected with regulator fan53555

    Recommendation for Kernel Maintainer from AI Gemini:

    The boot logs highlight a probe ordering (race condition) issue on the Radxa Rock 5B+ (RK3588) running kernel 7.2.0. The rockchip-pm-domain driver attempts to establish device links before the corresponding PMIC suppliers are fully registered:

    • Failed to create device link (0x180) with supplier 1-0042 for power-domain@8 (I2C FAN53555 regulator)
    • Failed to create device link (0x180) with supplier spi2.0 for power-domain@12 (Main SPI PMIC)

    Suggested Mitigation: Adjust probe dependency ordering or ensure proper probe deferral within the rockchip-pm-domain driver and power controller subsystem. The power-domain controller must defer initialization until the required suppliers (spi2.0 and I2C devices) complete their registration, preventing missing device links that break system shutdown and suspend states.

    And in case of problematic h264 local files (ff-mpeg4-drm_prime (SW)) with ativated drm prime and Direct to plane is not playing video:

    https://paste.libreelec.tv/branchiostegous-kindra.log


    If i changed direct to plane to egl, again is going with drm_prime also ...same behaviour as at LE13.

    Turning offf issue at Radxa rock 5b+:

    chewitt
    August 21, 2026 at 7:20 AM

    https://paste.libreelec.tv/uninvocative-anissa.log

    https://paste.libreelec.tv/nonforgiving-marjory.log

    With h264 in neflix are video not playing if is activated DRM Prime, If are av1 videos, then is playing with green artefacts.

    https://paste.libreelec.tv/irrelievable-esme.log

    https://paste.libreelec.tv/unmollifying-patience.log

    https://paste.libreelec.tv/oafish-genevie.log

    Code
    2026-07-26 16:44:31.885 T:1760    error <general>: CDVDVideoCodecDRMPRIME::FilterOpen - avfilter_graph_config:  Invalid argument (-22)

    EDIT: after 2 minutes of playing of netflix is stoped video (audio and subtitles are going ok without video in gray colors) if was drm prime disabled.
    https://paste.libreelec.tv/petalous-camron.log

    I've pushed revised RK3288/RK3328/RK3399/ RK356X/RK3576/RK3588 images to my test share. The main change is a kernel bump to Linux 7.2 with the latest usable iterations of the many patch series that go into current images. Of particular note: older Rockchip hardware is now using the same kernel as newer hardware since Kwiboo has been reworking old bit-rotten patches that broke and reworked patches are slowly being upstreamed.

    However !!! WARNING !!! .. I'm on vacation with zero access to hardware so the images are compile tested only, and a few large G&T's have assisted some of the patch wrangling. What could possibly go wrong? :D

    I'd advise taking a backup of KERNEL/SYSTEM before updating in case I messed things up and you need to roll back. I've not kept up with patches since Linux 6.19 so I'm half expecting some feature differences somewhere if I've missed things. Reports of success or failure (or feature completeness etc.) are appreciated.

    And where are published these testing builds ?