ztombol / odroid-tools

A collection of scripts, configuration files and packages for HardKernel's ODROID boards
7 stars 3 forks source link

No CEC support #6

Open frol opened 8 years ago

frol commented 8 years ago

There is no /dev/CEC and I don't see anything relevant in dmesg output.

Comparing with OpenELEC kernel (3.8.13) I see that it has CONFIG_VIDEO_SAMSUNG_S5P_HDMI_CEC=y, while this kernel doesn't have such an option at all.

frol commented 8 years ago

VIDEO_SAMSUNG_S5P_CEC (it requires MEDIA_CEC) kernel option must be enabled to have CEC support. I cannot test if it works (I can only confirm that /dev/cec0 appeared) since I cannot get Mali GPU driver working (https://github.com/ztombol/odroid-tools/issues/4#issuecomment-262951524).