Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionThomas Schönauer
2022-03-31 17:22:55 UTC
Description of problem:
The initital system udate after installation disables the wireplumber daemon required by pipewire for audio to work correctly
Version-Release number of selected component (if applicable):
9.0 Beta (plow)
How reproducible:
3 reinstalls of the OS where made and every time the same problem occured
Steps to Reproduce:
1. Install Workstation Version
2. Activate and update the system
3. Reboot
Actual results:
Audio devices don't show up in gnome-settings and are not recognized by pipewire, while alsa still shows them up. The update disables wireplumber which makes pipewire unusable because pipewire is dependent on it.
Expected results:
Audio should work normally
Additional info:
pipewire or wireplumber should require the wireplumber user-daemon running to finish installation and updates successfully
This a known issue when updated from pipewire session service to wireplumber. It is not expected Beta will be installed or heavily used. It is also expected that users are not expected to simply update from Beta to GA. For RHEL 9 GA this issue is already fixed.
As a workaround please run as user:
systemctl --user enable wireplumber
systemctl --user start wireplumber
Enabling the wireplumber user service will survive reboots going forward.