Posts by monotony

    I did try with the LE11 https://www.horus.com/~hias/tmp/libr…608-bbb7ee2.tar.

    I first updated in the update storage, removed the vc4.inval_delay=0 vc4.cec_debug=0x100 and added vc4.force_hotplug=3 and it does work for me:

    Code
    LibreELEC (HiassofT): devel-20220603141608-bbb7ee2 (RPi4.arm)
    
    LibreELEC:~ # cat /proc/cmdline
    
    coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=E4:5F:01:6E:EF:84 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 boot=UUID=0503-3724 disk=UUID=35edecc5-1628-4f09-b69a-bd0498e093cd quiet vc4.force_hotplug=3

    As I'm using the left HDMI port of the RPI4,

    Code
    vc4.force_hotplug=2

    did not work but

    Code
    vc4.force_hotplug=1

    is working.

    Here with 2000 value, which is working for me:

    Code
    LibreELEC:~ # cat /proc/cmdline
    coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:6E:EF:84 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  boot=UUID=0503-3724 disk=UUID=35edecc5-1628-4f09-b69a-bd0498e093cd quiet vc4.inval_delay=2000

    hastebin


    And this one with vc4.inval_delay=0 vc4.cec_debug=0x100 which also works:

    Code
    LibreELEC:~ # cat /proc/cmdline
    coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:6E:EF:84 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  boot=UUID=0503-3724 disk=UUID=35edecc5-1628-4f09-b69a-bd0498e093cd quiet vc4.inval_delay=0 vc4.cec_debug=0x100

    hastebin

    Thanks for your quick reply popcornmix.

    It was once again my bad as I put vc4.inval_delay=5000 after a line break and not immediately on the same line after "quiet" on cmdline.txt

    And I'm happy to say that it is working with this value!!! It does not turn on after being powered off!! I'm so happy now!

    hastebin

    Code
    grep . /sys/module/vc4/parameters/*
    /sys/module/vc4/parameters/cec_debug:0
    /sys/module/vc4/parameters/fkms_max_refresh_rate:85
    /sys/module/vc4/parameters/inval_delay:5000
    /sys/module/vc4/parameters/tv_norm:(null)
    Code
    LibreELEC:~ # cat /proc/cmdline
    coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:6E:EF:84 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  boot=UUID=0503-3724 disk=UUID=35edecc5-1628-4f09-b69a-bd0498e093cd quiet vc4.inval_delay=5000

    Hello everyone. I just created this account because I have the same issue and I am super willing to help and test since with very latest release, LE will be an almost perfect player for me since this issue is extremely frustrating.

    I did see that developers tried to solve the issue with a test build but so far only Shazb0t replied so I guess I have to do my part.

    My setup is RPI4B 4gb with LE10.0.0.2 connected to Sennheiser Ambeo soundbar which is connected by e-Arc to the Samsung LSP9T projector.

    After turning off the projector using the projector's remote, it does put the soundbar and the projector in standby and wake up everything a few seconds later. The only way to put everything in standby is to switch to another device (in my case a Fire TV stick 4K Max) and turn off from that. At first I thought it was a normal behavior since the only release I installed was the 10.0.0.1. Before that I was using the Nvidia Shield.

    I tried several different settings in the Input CEC and choose to put the RPI in suspend, hibernate but it does not work.

    I regularly check this post and try the different build eventually as well as posting the log if needed.