자세한것은 출처를 확인하세요.
systemctl stop kodi systemctl stop eventlircd
SSH 접속해서 일단 app을 종료시킵니다
ir-keytable -u
명령을 내린뒤 리모컨의 파워 버튼을 눌러줍니다.
CoreELEC:~ # ir-keytable -u Protocols changed to irmp Waiting for IRMP decode event. Please, press CTRL-C to abort. Received IRMP code: remotewakeup='0xff001539', decode_type='0x0', remotewakeupmask='0xffffffff' Received IRMP code: remotewakeup='0xff001539', decode_type='0x0', remotewakeupmask='0xffffffff'
저는 위와 같이 나옵니다.
장비를 끄고 SDcard를 빼서 PC에 연결해서 보면 config.ini 파일이 있는데 메모장 같은걸로 열어서 내용을 수정해주면 됩니다.
remotewakeup, decode_type, remotewakeupmask 3개입니다.
기본값이 셋다 주석처리 되어 있으니 주석 해지 하고 저장한뒤 다시 기기를 켭니다
그리고 재부팅하면 그 뒤부터 리모컨으로 전원 온오프가 가능해집니다.
출처 : https://discourse.coreelec.org/t/how-to-configure-ir-wakeup-code/5282