0

I've got a TV with an Apple TV, Pi, and a PS4 plugged into it. Both the Apple TV and the PS4 switch to their HDMI inputs when I click the remote or turn the controller on. How can I achieve the same thing with the PI and its keyboard and/or mouse?

Both tvservice and vcgencmd don't seem to have anything helpful there.

t56k
  • 113
  • 6

1 Answers1

1

Here's a similar question from five months ago and the proposed solution is to run the following:

echo "as" | cec-client RPI -s -d

Here's a relatively recent tutorial on how to use the cec-client.

David
  • 723
  • 5
  • 22