System Grab Bag

View all TLDR pages from Linux (or from all pages)

pw-link

Manage links between ports in PipeWire. More information: https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Virtual-Devices.
  • List all audio output and input ports:
    pw-link --output --input
  • Create a link between an output and an input port:
    pw-link {{output_port_name}} {{input_port_name}}
  • Disconnect two ports:
    pw-link --disconnect {{output_port_name}} {{input_port_name}}
  • Display help:
    pw-link -h

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.