Questions tagged [cec-client]
The cec-client tag has no summary.
35 questions
-1 votes
1 answer
89 views
how to use HDMI-CEC and HDMI Audio same time?
I'm trying to build a home media center. I need HDMI-CEC and HDMI Audio, both needed. But if I use dtoverlay=vc4-kms-v3d, HDMI has no audio. If I use dtoverlay=vc4-fkms-v3d, I would get HDMI Audio but ...
0 votes
0 answers
158 views
CEC when Raspberry PI is in an inactive port on AV receiver
My Raspberry Pi (1 B+, with Raspberry OS Bookworm) is connected to one of 7 HDMI inputs on my AV Receiver (Pioneer SP-1223) (HDMI6). There are other devices in other inputs, Chromecast on HDMI7, a ...
0 votes
0 answers
219 views
CEC issue - tx error 64 when a device is on
I've installed cec-utils on bookworm and am trying to communicate with an AV receiver. When the device is in standby, an echo "on 5" | cec-client -s -d 1 would turn it on but after that ...
-1 votes
1 answer
168 views
"Failed to open /dev/cec0: Operation not permitted" when running an event script from raspotify.service
I'm running a freshly installed Raspberry Pi wuth Raspbian GNU/Linux 12 (bookworm). On it there is a raspotify service installed, which is running great and "mostly just works", as it says ...
0 votes
1 answer
267 views
Omxplayer not always starting with rc.local
I have trouble with my Raspberry Pi 4B configuration. I prepared RPI to work with TV - it turns on the TV and switches active source to HDMI1 with cec-client. After turning on the TV it should start ...
2 votes
0 answers
651 views
Attempting to control a Raspberry Pi running Kodi with a LG RF remote
I'm running a Kodi application within a Raspberry Pi4 connected to an HDMI port on an LG TV with an RF remote. The problem is that I'm not able to control the Kodi application using the LG's RF ...
0 votes
0 answers
2k views
How to set TV Volume to 50%?
I would like to set the TV volume to 50% how do I achieve this with the cec-client command or other. I am aware of the [volup] [voldown] but that must be a dumb API comparable to walking blind-folded....
1 vote
0 answers
504 views
Unable to turn on/off my LG-1500 projector via HDMI-CEC
I am trying (and failing) to control the power state of my LG PF-1500 projector through HDMI-CEC. According to this forum thread it should be possible. LG calls its implementation SIMPLINK, which I ...
1 vote
0 answers
168 views
CEC client Hybrid help
I hope someone can help me. I've got a pulse-eight cec adapterand my TV is my main monitor for PC. I made 5 simple stand-alone scripts linked to F8 and up to F12 on the keyboard. They turn tv on-off ...
3 votes
2 answers
8k views
How to find out CEC commands supported by Samsung TV?
I have Samsung TV (UE46B8000XW) and Raspberry PI with OpenELEC install (cec-client is there). I found how to switch it off and how to change sources: echo "standby 0" | cec-client -s' # switch off ...
1 vote
1 answer
895 views
Why is my input source not changing when I send the <Active Source> message via CEC-Client?
Problem/Question When I use CEC-Client to send the active source command to switch the TV input to a particular source, nothing happens. What am I doing wrong? Environment I have a Raspberry Pi 4 ...
1 vote
1 answer
584 views
Turn on tv using cec-client on RPi3
Running latest Libreelec with latest Kodi on RPi3. I can successfully turn off the tv using: echo "standby 0" | cec-client RPI -s -d 1 and echo "tx 10:36" | cec-client RPI -s -d 4 But turning the ...
0 votes
1 answer
2k views
TV no longer showing up on cec-client scan
I am using a Raspberry Pi model 3 as a simple signage display (web page through Chromium in kiosk mode) and have used cec-utils to manage on/off times for the TV. I have had this same setup for about ...
3 votes
1 answer
587 views
RPi 4 second HDMI port does not seem to support CEC
When using the cec-utils on a Pi-4 with 2 HDMI devices connected, the one connected to HDMI1 does not respond to commands or show up in a scan. Running cec-client -l only shows 1 device. Is there ...
1 vote
2 answers
4k views
Script Using CEC-Client Will Turn on TV OR Change Input But Not Both
I'm trying to use this script to turn on a TCL TV and change the input to RPi using cec-client: echo 'on 0' | cec-client -s echo '4f:82:10:00' | cec-client -s It will turn the TV on, but not change ...