HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

cec-ctl — Control kernel CEC devices. See also: `cec-client`. More information: <https://manned.org/cec-ctl>.

Submitted by: @import:tldr-pages··
0
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-devices


Monitor CEC traffic:
sudo cec-ctl {{[-m|--monitor]}}


Show CEC topology:
cec-ctl {{[-S|--show-topology]}}

Code Snippets

List CEC devices

cec-ctl --list-devices

Monitor 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.