-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sound often muted on gnome+pipewire #209155
Comments
I'm having the same issue with latest nixos-unstable (latest commit a518c77) Sound works after (re)starting pipewire, but randomly stops working. As long as the application producing sound doesn't stops/pauses, there is sound, but it randomly stops when I switch between applications. There is no sound, but pavucontrol doesn't report any output device as muted. In my case, I only have pulse support enabled (no jack nor alsa), and I use Sway (no gnome) With latest nixos 22.05 I don't see the error, but I can reproduce it with some of previous versions in the 22.11 branch. |
Debugging it a bit more, I noticed that restarting the wireplumber service fixes the issue |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
According to https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2886 |
Seems fixed with linux kernel |
Same issue here, but it is also the same issue with pulse when disabling pipewire. It happens with wireplumber and pipewire-media-session. Restarting pipewire services is a valid workaround for me, I use: systemctl --user restart pipewire{,-pulse}.{socket,service} The status of pipewire services show one suspected ALSA error: systemctl --user restart pipewire{,-pulse}.{socket,service}
...
Jan 30 10:05:20 pipewire[****]: default: can't setup properties: No such file or directory
Jan 30 10:05:20 pipewire[****]: default: can't setup properties: No such file or directory
Jan 30 10:05:20 pipewire[****]: jack-device 0x5582e162bc38: can't open client: Input/output error
Jan 30 10:05:20 pipewire[*]: ALSA lib parser.c:1194:(parse_sequence) error: sequence command 'devdisall' is ignored
Jan 30 10:13:35 systemd[*]: pipewire.service: Current command vanished from the unit file, execution of the command list won't be resumed.
... I searched for this ALSA lib error and it has been fixed on version 1.2.8, i am on 1.2.7: I am on kernel 5.15.85 and alsa-ucm-conf 1.2.7. I have a lenovo thinkpad X1 extreme gen 3. If I manage to get these updated I will report back here. |
Updated to kernel 5.15.9 and it seems to be working for now. |
I don't know if the issue I'm having is the same one, because I was on 5.17 before and I'm on 6.0 now, and I'm still having the problem. |
I also have sound randomly muted (on swaywm though).
|
Same here: ~$ uname -a But in my case, restarting the service doesn't work. I need to reboot, then it works for a few minutes and stops again. |
Describe the bug
The sound is muted from time to time automatically on gnome+pipewire system
Steps To Reproduce
Steps to reproduce the behavior:
nixos-rebuild boot
systemctl restart --user pipewire.service
can solve this problem temporarily before next random muting. Restartingpipewire.socket
also fixes this problem temporarily.Expected behavior
The sound system should work normally.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The sound system works well before the latest update. However, I have not updated the system for about three months, so not sure which update caused this problem.
Notify maintainers
@Kranzes
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: