From Fedora Project Wiki
(Draft of the PipeWire by default test case) |
mNo edit summary |
||
Line 5: | Line 5: | ||
== Setup == | == Setup == | ||
# This test case can be performed on both bare | # This test case can be performed on both '''bare machines'''. | ||
# The computer must be equipped with a sound device, real or virtual. | # The computer must be equipped with a sound device, real or virtual. | ||
# Install a desktop version of '''Fedora 34''' (or later). | # Install a desktop version of '''Fedora 34''' (or later). |
Revision as of 12:53, 12 February 2021
PipeWire default
This test case tests that PipeWire is installed and running in the default installation.
Setup
- This test case can be performed on both bare machines.
- The computer must be equipped with a sound device, real or virtual.
- Install a desktop version of Fedora 34 (or later).
- Boot the system and log in as a common user.
How to test
Check the PipeWire
systemd
service:$ systemctl --user status pipewire
Check the PipeWire PulseAudio
systemd
service:$ systemctl --user status pipewire-pulse
Check that PipeWire is working:
$ pw-dump 0
Check that the PulseAudio on PipeWire sound server is working:
$ pactl info
List all audio and video device known to the system:
$ pactl list
Expected results
- The
pipewire
service is active. - The
pipewire-pulse
service is active. - The
pw-dump
command shows information and settings about the currently running session. - The
pactl info
command shows information about the PulseAudio server settings, especially the server name must readPulseAudio (on PipeWire \ldots )
. - The
pactl list
command lists all available audio and video devices on the system.