Bug 1907300
Summary: | `pactl set-card-proifile` doesn't work | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | ojab <bugzilla.redhat.com> | ||||||
Component: | pipewire | Assignee: | Wim Taymans <wtaymans> | ||||||
Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 33 | CC: | brunovern.a, wtaymans | ||||||
Target Milestone: | --- | Keywords: | Reopened | ||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | pipewire-0.3.20-1.fc33 | Doc Type: | If docs needed, set a value | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2021-02-20 11:19:28 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: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1906086 | ||||||||
Attachments: |
|
Description
ojab
2020-12-14 07:55:05 UTC
Does it work with recent versions? FEDORA-2021-f279349372 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-f279349372 Still reproducible ``` $ rpm -qa | grep pipewire pipewire0.2-libs-0.2.7-4.fc33.x86_64 pipewire-libs-0.3.20-1.fc33.x86_64 pipewire-0.3.20-1.fc33.x86_64 pipewire-pulseaudio-0.3.20-1.fc33.x86_64 pipewire-utils-0.3.20-1.fc33.x86_64 pipewire-alsa-0.3.20-1.fc33.x86_64 pipewire-gstreamer-0.3.20-1.fc33.x86_64 ``` FEDORA-2021-f279349372 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-f279349372` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-f279349372 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-f279349372 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. Can you attach the log file create when running: pw-dump >log Created attachment 1755018 [details]
pw-dump output
`pw-dump` with pulseaudio running, hope that's ok.
And I finally found time to investigate how to use `alsaucm`, `alsaucm -c sklnau8825adi set _verb Headphone-Profile` doesn't work either. The card is stuck with default/HiFi profile. Okay, I'm taking it back. `alcaucm` makes profile stuck on HiFi even with pulseaudio installed, so after single `alsaucm -c sklnau8825adi set _verb Headphone-Profile` I can't make `pactl set-card-proifile` work until reboot. But after reboot `pactl set-card-profile alsa_card.platform-skl_n88l25_s4567 Headphone-Profile` & `pactl set-card-profile alsa_card.platform-skl_n88l25_s4567 HiFi` switch profiles as usual. I have no idea how audio routing works this days and who pretends to be whom (it's _alsa_ucm, right?), but apparently `pactl` does something different from `alsaucm`. Hope that helps. Works fine with ``` Installed Packages Name : pipewire-pulseaudio Version : 0.3.22 Release : 1.fc33 Architecture : x86_64 Size : 17 k Source : pipewire-0.3.22-1.fc33.src.rpm Repository : @System From repo : updates-testing Summary : PipeWire PulseAudio implementation URL : https://pipewire.org/ License : MIT Description : This package provides a PulseAudio implementation based on PipeWire ``` |