talos-extensions/drivers/uinput
Dmitry Sharshakov 5cd226e3ea
chore: build with new toolchain
Move modules, firmware and libraries to accommodate usrmerged rootfs

Only use network where needed via new bldr, pre-download Go dependencies in prepare step, improve Go cache

Bump xen-guest-agent to make it build with current Alpine Rust

Signed-off-by: Dmitry Sharshakov <dmitry.sharshakov@siderolabs.com>
2025-02-10 16:00:19 +01:00
..
files feat: add uinput driver extension 2024-08-30 17:23:04 +05:30
manifest.yaml feat: add uinput driver extension 2024-08-30 17:23:04 +05:30
pkg.yaml chore: build with new toolchain 2025-02-10 16:00:19 +01:00
README.md feat: add uinput driver extension 2024-08-30 17:23:04 +05:30
vars.yaml feat: add uinput driver extension 2024-08-30 17:23:04 +05:30

uinput extension

Installation

See Installing Extensions.

Usage

Enable the uinput module in Talos machine config.

machine:
  kernel:
    modules:
      - name: uinput

Verifiying

You can verify the modules are enabled by the /proc/modules where it should show the module is live.

For example:

 talosctl -n 192.168.42.15  read /proc/modules
uinput 24576 - - Live 0xffffffffc0414000

In addition, the /dev/uinput device should be present.

For example:

 talosctl -n 192.168.42.15 ls /dev/uinput'
NODE            NAME
192.168.42.15   uinput