snippetbashTip
cec-ctl — Control kernel CEC devices. See also: `cec-client`. More information: <https://manned.org/cec-ctl>.
Viewed 0 times
cec-ctlcommanddevicesclicontrolcecseekernel
linux
Problem
How to use the
cec-ctl command: Control kernel CEC devices. See also: cec-client. More information: <https://manned.org/cec-ctl>.Solution
cec-ctl — Control kernel CEC devices. See also: cec-client. More information: <https://manned.org/cec-ctl>.List CEC devices:
cec-ctl --list-devicesMonitor CEC traffic:
sudo cec-ctl {{[-m|--monitor]}}Show CEC topology:
cec-ctl {{[-S|--show-topology]}}Code Snippets
List CEC devices
cec-ctl --list-devicesMonitor CEC traffic
sudo cec-ctl {{[-m|--monitor]}}Show CEC topology
cec-ctl {{[-S|--show-topology]}}Context
tldr-pages: linux/cec-ctl
Revisions (0)
No revisions yet.