libretro / Lakka-LibreELEC

Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
https://www.lakka.tv
1.73k stars 286 forks source link

cec_mini_kb package is not needed on GPICase/Pi02GPi. #1915

Closed ShigeakiAsai closed 8 months ago

ShigeakiAsai commented 9 months ago

cec_mini_kb package is not needed in GPICase/Pi02GPi.

Because, GPICase and Pi02GPi devices have no HDMI connection interface. So, HDMI disable service is working in both devices. cec_mini_kb service that it is included cec_mini_kb package depends to HDMI.

If HDMI is disabled, cec_mini_kb service retrying start by each 2 sec. So cec_mini_kb service log is recorded in dmesg and journalctl.

Attached file is cec_mini_kb service retry log.

Before-cec-GPICase_arm.txt Before-cec-Pi02GPi_arm.txt

I think it is better that cec_mini_kb package is disabled in GPICase/Pi02GPi.

If it is OK, I will create new Pull Request.

Thanks ASAI, Shigeaki

ShigeakiAsai commented 8 months ago

I confirmed that cec_mini_kb service is disabled on Nightly Build 20240123.


Thanks. ASAI, Shigeaki