Bug 1978889
| Summary: | Pipewire: Alsa interface got broken with last update | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Klaus Siebke <ksiebke> | ||||||
| Component: | pipewire | Assignee: | Wim Taymans <wtaymans> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 34 | CC: | brunovern.a, joepesco2020, ksiebke, pschmidt.gaz, wtaymans | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | pipewire-0.3.32-1.fc34 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2021-07-22 01:14:11 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Klaus Siebke
2021-07-03 10:09:25 UTC
Created attachment 1797874 [details]
alsamixer after fresh FC34 installation
This shows how it should look like (after a fresh FC34 installation)
Created attachment 1797876 [details]
alsamixer in the current environment (Kernel 5.12.13-300.fc34.x86_64 & pipewire 0.3.31)
This bug is probably related to bug #1960829 It could also be: https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/1384 The solution from bug #1960829 works for the Cairo-Dock sound applet as well. i.e: sudo dnf remove pipewire-alsa & reboot So pipewire-alsa is not really needed? (In reply to Klaus Siebke from comment #5) > The solution from bug #1960829 works for the Cairo-Dock sound applet as > well. > > i.e: > > sudo dnf remove pipewire-alsa & reboot > > So pipewire-alsa is not really needed? Yes and no. We can still use ALSA itself instead of pipewire of course, however pipewire is supposed to replace and unify many audio systems and to use ALSA through pipewire then pipewire-alsa is necessary. There is not much of a point in having them all installed together. This can be easily verified with a program that allows the user to choose the audio back end, I just tested it with Audacious, if the back end is set to ALSA without neither ALSA itself nor pipewire-alsa then it will not work. FEDORA-2021-f3a65aee6b has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-f3a65aee6b FEDORA-2021-f3a65aee6b has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-f3a65aee6b` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-f3a65aee6b See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-f3a65aee6b has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |