Description of problem: After logout with the own userid and logging in right afterwards the sound is not available. Only after a complete reboot the sound is back again Version-Release number of selected component (if applicable): Fedora Version 34 (MATE-Compiz) 64-bit Kernel Linux 5.11.15-300.fc34.x86_64 x86_64 pipewire 0.3.26 (all current versions from 2021/04/28) How reproducible: Steps to Reproduce: 1. logout with own userid 2. login again Actual results: No Sound Expected results: Sound should be available again Additional info: a) Messages from pipewire during logout Apr 28 09:27:29 fedora rtkit-daemon[852]: Successfully made thread 1407 of process 1407 (/usr/bin/pipewire) owned by '1000' high priority at nice level -11. Apr 28 09:27:29 fedora rtkit-daemon[852]: Successfully made thread 1411 of process 1411 (/usr/bin/pipewire-pulse) owned by '1000' high priority at nice level -11. Apr 28 09:27:29 fedora rtkit-daemon[852]: Successfully made thread 1416 of process 1407 (/usr/bin/pipewire) owned by '1000' RT at priority 20. Apr 28 09:27:29 fedora rtkit-daemon[852]: Successfully made thread 1424 of process 1424 (/usr/bin/pipewire-media-session) owned by '1000' high priority at nice level -11. Apr 28 09:27:29 fedora rtkit-daemon[852]: Successfully made thread 1415 of process 1411 (/usr/bin/pipewire-pulse) owned by '1000' RT at priority 20. Apr 28 09:27:29 fedora rtkit-daemon[852]: Successfully made thread 1429 of process 1424 (/usr/bin/pipewire-media-session) owned by '1000' RT at priority 20. Apr 28 09:27:36 fedora systemd[1084]: pipewire-pulse.socket: Deactivated successfully. Apr 28 09:27:36 fedora systemd[1084]: pipewire.socket: Deactivated successfully. Apr 28 09:33:28 fedora systemd[3721]: pipewire-pulse.socket: Deactivated successfully. Apr 28 09:33:28 fedora systemd[3721]: pipewire.socket: Deactivated successfully. b) Messages from pipewire when logging in again: Apr 28 09:33:38 fedora pipewire-media-session[1424]: no node found for 43 Apr 28 09:33:38 fedora pipewire-pulse[1411]: stream 0x55e88378d7a0: error no node available
This looks as a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1954517 (or viceversa)
I believe these are instead all duplicates of https://bugzilla.redhat.com/show_bug.cgi?id=1943867 I can confirm restarting pipewire-pulse works for me
@copr it indeed looks as a duplicate of the https://bugzilla.redhat.com/show_bug.cgi?id=1943867. However the solution proposed there does not work since I checked /usr/lib/systemd/user/pipewire-pulse.service and it already contains the lines Wants=pipewire.service After=pipewire.service
... and restarting *just* pipewire-pulse does not work for me. I have to restart both pipewire and then pipewire-pulse to have the sound working again.
I can confirm that my /usr/lib/systemd/user/pipewire-pulse.service also contains the two additional lines Wants=pipewire.service After=pipewire.service in the [Unit] section. (I mentioned above that I am using the latest version of FC34) However the bug still persists.
FEDORA-2021-41bc11dd99 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-41bc11dd99
FEDORA-2021-41bc11dd99 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.
Sorry, but even with the latest pipewire version (pipewire-0.3.27-1.fc34 ) the error is still present. Just to explain why the bug needs to be fixed: From time to time I need to logout and login again to refresh some user settings and after logging in the sound system is broken. So I cannot use my messaging system until I reboot my machine ... In FC32 which I used before I had no issues.
I confirm that the problem is still present. See also https://bugzilla.redhat.com/show_bug.cgi?id=1954517#c4 for more details. @ksiebke you do not need to reboot. It should suffice to do systemctl --user restart pipewire pipewire-pulse and you should be able to use audio again (at least, it works for me)
FEDORA-2021-28d7b1f215 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-28d7b1f215
The latest bodhi update fixed the bug. Thanks a lot! pipewire0.2-libs-0.2.7-5.fc34.x86_64 pipewire-libs-0.3.28-1.fc34.x86_64 pipewire-0.3.28-1.fc34.x86_64 pipewire-alsa-0.3.28-1.fc34.x86_64 pipewire-gstreamer-0.3.28-1.fc34.x86_64 pipewire-jack-audio-connection-kit-0.3.28-1.fc34.x86_64 pipewire-pulseaudio-0.3.28-1.fc34.x86_64 pipewire-utils-0.3.28-1.fc34.x86_64
FEDORA-2021-28d7b1f215 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.
I just installed the regular update and it works now. Thank you for your support!