mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
23 lines
373 B
Plaintext
23 lines
373 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|