[RPi5] Remote Not Working Since LE 13

  • Our nightly builds are very stable, they are just not tested as much as the stable ones.

    Make a backup from LE 12, and if something goes wrong with LE 13, you can go back by update folder method.

    Hi,

    I've upgraded, but my remote is no longer recognized, so I can't use it. do you know what could have happened ?

  • Go to Best Answer
  • Hi,

    I've upgraded, but my remote is no longer recognized, so I can't use it. do you know what could have happened ?

    You probably made a key mapping for the remote. This should be part of your LE 12 backup. Try to load it from LE 13.

  • Do you use IR (LIRC) or CEC for the remote?

    CEC, but how can I really know. In any case it worked before the update to 13 nightly

    I noticed that the version of cec adapter is 4.0.7. on my rpi3 (osmc) it is 6.0.2

    Edited once, last by Albert (November 5, 2024 at 7:46 PM).

  • The initialization of the CEC adapter has a bug. On your working LE 12.0.1:

    On your non-working LE 13 nightly (20241103-f662bea):

    Code
    2024-11-05 16:49:04.830 T:1046    debug <general>: InitialiseFeature - using libCEC v4.0.7
    2024-11-05 16:49:04.830 T:1057    debug <general>: Thread CECAdapter start, auto delete: false
    2024-11-05 16:49:04.830 T:1057    debug <general>: OpenConnection - opening a connection to the CEC adapter: Linux
    2024-11-05 16:49:04.832 T:1046    debug <general>: Initialise - initialised peripheral on 'Linux' with 2 features and 0 sub devices
    2024-11-05 16:49:04.832 T:1046     info <general>: Register - new cec device registered on cec->Linux: CEC Adapter (0000:0000)
    2024-11-05 16:49:04.832 T:1046    debug <general>: Thread PeripBusCEC 140732832476800 terminating

    In the working log, the CEC adapter is registered at /dev/cec1, in the non-working log at Linux.

    I've already reported the bug to the devs. Stay tuned.

  • The initialization of the CEC adapter has a bug. On your working LE 12.0.1:

    On your non-working LE 13 nightly (20241103-f662bea):

    Code
    2024-11-05 16:49:04.830 T:1046    debug <general>: InitialiseFeature - using libCEC v4.0.7
    2024-11-05 16:49:04.830 T:1057    debug <general>: Thread CECAdapter start, auto delete: false
    2024-11-05 16:49:04.830 T:1057    debug <general>: OpenConnection - opening a connection to the CEC adapter: Linux
    2024-11-05 16:49:04.832 T:1046    debug <general>: Initialise - initialised peripheral on 'Linux' with 2 features and 0 sub devices
    2024-11-05 16:49:04.832 T:1046     info <general>: Register - new cec device registered on cec->Linux: CEC Adapter (0000:0000)
    2024-11-05 16:49:04.832 T:1046    debug <general>: Thread PeripBusCEC 140732832476800 terminating

    In the working log, the CEC adapter is registered at /dev/cec1, in the non-working log at Linux.

    I've already reported the bug to the devs. Stay tuned.

    Ok, if I can't do anything on my side. I'll wait with my rpi3 again

  • Use the other HDMI port. CEC is only supported on the first HDMI port (HDMI-A-1, the one next to the power connector).

    LE 12.0.1 contained a change to support CEC on both ports, but kodi didn't cope with this well so this had to be dropped again.

    so long,

    Hias

  • Use the other HDMI port. CEC is only supported on the first HDMI port (HDMI-A-1, the one next to the power connector).

    LE 12.0.1 contained a change to support CEC on both ports, but kodi didn't cope with this well so this had to be dropped again.

    so long,

    Hias

    You had to think of it 😁. It actually works there.