Posts by Alfons

    Hello everybody,

    i am trying to get cec running on my UdooX86.

    When i am using the fork of libreelec (https://github.com/ektor5/LibreELEC.tv) based on the old 5.1.6 kernel cec works really well.

    I tried to get cec with the master branch of librelec, with kernel 5.15.8 running.

    I changed the following config setting in the linux.x86_64.conf file:

    CONFIG_I2C_I801=n

    CONFIG_CEC_NOTIFIER=y

    CONFIG_MEDIA_CEC_RC=y

    CONFIG_MEDIA_CEC_SUPPORT=y

    CONFIG_USB_PULSE8_CEC=m

    CONFIG_USB_RAINSHADOW_CEC=n

    CONFIG_CEC_PLATFORM_DRIVERS=y

    CONFIG_CEC_SECO=m

    CONFIG_CEC_SECO_RC=y

    But after installing i cant see the cec as input device in kodi.

    dmesg looks good:

    Code
    [    7.065238] Registered IR keymap rc-cec
    [    7.065336] rc rc0: CEC00001:00 as /devices/platform/CEC00001:00/rc/rc0
    [    7.065424] input: CEC00001:00 as /devices/platform/CEC00001:00/rc/rc0/input7
    [    7.111292] Registered IR keymap rc-hauppauge
    [    7.111407] rc rc1: CEC00001:00 as /devices/platform/CEC00001:00/rc/rc1
    [    7.111498] rc rc1: lirc_dev: driver secocec registered at minor = 0, scancode receiver, no transmitter
    [    7.111573] input: CEC00001:00 as /devices/platform/CEC00001:00/rc/rc1/input8

    But cec-client says:

    Code
    No device type given. Using 'recording device'
    CEC Parser created - libCEC version 4.0.7
    no serial port given. trying autodetect: FAILED

    Right now i dont know how to proceed. What can i do for finding the problem or to analyze the problem?

    I also did a pastekodi:

    http://ix.io/3LCd

    Any help is appreciated.

    Thanks, Alfons