hello, i have installed LibreELEC 11.0.0. on my Odroid C2 plugged into LG tv 2020 with magic motion controller but HDMI CEC is not working....
CEC Adapter is enabled, simlink on tv is on...
but when I login to my Odroid with ssh and check cec-client output is
does anybody have same issue?
Code
LibreELEC:~ # cec-client
No device type given. Using 'recording device'
CEC Parser created - libCEC version 4.0.7
no serial port given. trying autodetect:
path: /dev/cec0
com port: Linux
opening a connection to the CEC adapter...
DEBUG: [ 114] Broadcast (F): osd name set to 'Broadcast'
DEBUG: [ 114] CLinuxCECAdapterCommunication::Open - m_fd=3 bStartListening=1
ERROR: [ 114] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
DEBUG: [ 114] CLinuxCECAdapterCommunication::Close - m_fd=3
ERROR: [ 114] could not open a connection (try 1)
DEBUG: [ 114] CLinuxCECAdapterCommunication::Close - m_fd=-1
DEBUG: [ 1114] CLinuxCECAdapterCommunication::Open - m_fd=3 bStartListening=1
ERROR: [ 1114] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
DEBUG: [ 1114] CLinuxCECAdapterCommunication::Close - m_fd=3
ERROR: [ 1114] could not open a connection (try 2)
DEBUG: [ 1114] CLinuxCECAdapterCommunication::Close - m_fd=-1
DEBUG: [ 2114] CLinuxCECAdapterCommunication::Open - m_fd=3 bStartListening=1
ERROR: [ 2115] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
DEBUG: [ 2115] CLinuxCECAdapterCommunication::Close - m_fd=3
ERROR: [ 2115] could not open a connection (try 3)
DEBUG: [ 2115] CLinuxCECAdapterCommunication::Close - m_fd=-1
DEBUG: [ 3115] CLinuxCECAdapterCommunication::Open - m_fd=3 bStartListening=1
ERROR: [ 3115] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
DEBUG: [ 3115] CLinuxCECAdapterCommunication::Close - m_fd=3
ERROR: [ 3115] could not open a connection (try 4)
DEBUG: [ 3115] CLinuxCECAdapterCommunication::Close - m_fd=-1
DEBUG: [ 4115] CLinuxCECAdapterCommunication::Open - m_fd=3 bStartListening=1
ERROR: [ 4115] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
DEBUG: [ 4115] CLinuxCECAdapterCommunication::Close - m_fd=3
ERROR: [ 4115] could not open a connection (try 5)
DEBUG: [ 4115] CLinuxCECAdapterCommunication::Close - m_fd=-1
DEBUG: [ 5115] CLinuxCECAdapterCommunication::Open - m_fd=3 bStartListening=1
ERROR: [ 5115] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
DEBUG: [ 5115] CLinuxCECAdapterCommunication::Close - m_fd=3
ERROR: [ 5116] could not open a connection (try 6)
DEBUG: [ 5116] CLinuxCECAdapterCommunication::Close - m_fd=-1
DEBUG: [ 6116] CLinuxCECAdapterCommunication::Open - m_fd=3 bStartListening=1
ERROR: [ 6116] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
DEBUG: [ 6116] CLinuxCECAdapterCommunication::Close - m_fd=3
ERROR: [ 6116] could not open a connection (try 7)
DEBUG: [ 6116] CLinuxCECAdapterCommunication::Close - m_fd=-1
DEBUG: [ 7116] CLinuxCECAdapterCommunication::Open - m_fd=3 bStartListening=1
ERROR: [ 7116] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
DEBUG: [ 7116] CLinuxCECAdapterCommunication::Close - m_fd=3
ERROR: [ 7116] could not open a connection (try 8)
DEBUG: [ 7116] CLinuxCECAdapterCommunication::Close - m_fd=-1
DEBUG: [ 8116] CLinuxCECAdapterCommunication::Open - m_fd=3 bStartListening=1
ERROR: [ 8116] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
DEBUG: [ 8116] CLinuxCECAdapterCommunication::Close - m_fd=3
ERROR: [ 8116] could not open a connection (try 9)
DEBUG: [ 8116] CLinuxCECAdapterCommunication::Close - m_fd=-1
DEBUG: [ 9117] CLinuxCECAdapterCommunication::Open - m_fd=3 bStartListening=1
ERROR: [ 9117] CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
DEBUG: [ 9117] CLinuxCECAdapterCommunication::Close - m_fd=3
ERROR: [ 9117] could not open a connection (try 10)
DEBUG: [ 9117] CLinuxCECAdapterCommunication::Close - m_fd=-1
unable to open the device on port Linux
NOTICE: [ 10117] connection opened
ERROR: [ 10117] could not start CEC communications
Display More