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

inputattach — Attach a device to the Linux input system. The input devices are presented as files in `/dev/input/`

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandcliattachlinuxinputdeviceinputattach
linux

Problem

How to use the inputattach command: Attach a device to the Linux input system. The input devices are presented as files in /dev/input/. More information: <https://manned.org/inputattach>.

Solution

inputattach — Attach a device to the Linux input system. The input devices are presented as files in /dev/input/. More information: <https://manned.org/inputattach>.

Attach a Pulse8 CEC device to the input system:
inputattach --pulse8-cec {{/dev/ttyACM0}}


Display help:
inputattach --help

Code Snippets

Attach a Pulse8 CEC device to the input system

inputattach --pulse8-cec {{/dev/ttyACM0}}

Display help

inputattach --help

Context

tldr-pages: linux/inputattach

Revisions (0)

No revisions yet.