Pulse-Eight / libcec

USB CEC Adapter communication Library http://libcec.pulse-eight.com/
Other
705 stars 282 forks source link

Assertion failure #591

Closed igorkietrz closed 2 years ago

igorkietrz commented 2 years ago

I’m trying to turn on tv by a connected to rpi hdmi, but when running echo “scan” | cec-client -s -d 1 it gives me “assertion failure:./interface/vmcs_host/…/vc_vchi_dispmanx init():success == 0

popcornmix commented 2 years ago

Is this RPiOS Bullseye or something older (lsb_release -a)? What does "vcgencmd version" report?

igorkietrz commented 2 years ago

Is this RPiOS Bullseye or something older (lsb_release -a)? What does "vcgencmd version" report?

Yes, It's rpios bullseye (openhab 3) and vcgencmd reports "d9b293558b4cef6aabedcc53c178e7604de90788 (clean) (release) (start_cd)

popcornmix commented 2 years ago

It's because you are using the cutdown firmware. Try without the gpu_mem=16 in config.txt.

igorkietrz commented 2 years ago

It's because you are using the cutdown firmware. Try without the gpu_mem=16 in config.txt.

Thank you, It's working now