(I cannot resist this:I always thought that with Linux I no longer need to restart the computer everytime an errors occurs as with some other OS)
So systemctl --user restart pipewire{,-pulse}.socket resulted in no audio which is better than to wake up the neighbours with this static droning it did before. But not really a solution
● pipewire-pulse.socket - PipeWire PulseAudio
Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.socket; enabled; preset: enabled)
Active: active (running) since Sat 2026-06-06 12:32:30 CEST; 1min 30s ago
Invocation: 1c3bf367cd7a46d4b3860838246f0909
Triggers: ● pipewire-pulse.service
Listen: /run/user/1000/pulse/native (Stream)
Jun 06 12:32:30 ws-study systemd[2453]: Closed pipewire-pulse.socket - PipeWire PulseAudio.
Jun 06 12:32:30 ws-study systemd[2453]: Stopping pipewire-pulse.socket - PipeWire PulseAudio...
Jun 06 12:32:30 ws-study systemd[2453]: Listening on pipewire-pulse.socket - PipeWire PulseAudio.
I saw this, however you have been asked not to use the whole internet for you, asking in all the forums for a solution There is a worldwide bandwidth shortage
I think as long as we can keep it general, for Fedora, everyone has a profit out of it. In the end KDE & Workstation are editions now, If I have to learn two different procedures, it will get even for me to much tweaking in the Terminal.
I know what you mean … at least we don’t show a blue screen
When stopping medication, you should do it slowly. So, some times a restart is OK.
It works IF you leave the pipewire{,-pulse}.service user units at the default disabled state. Those services are supposed to be triggered by the socket units.
Otherwise try restarting the user service units and not the sockets.
@anotheruser
Just for checking the status is best then, right?
systemctl --user status pipewire{,-pulse}* #shows sockets & services
# And for restarting just restart like:
systemctl --user restart pipewire
# and it will automatically restart what is needed right?
P.S.
Is there a verbose option when restarting, to see what is OK and what fails?
Sorry for all this questions. I think it is worth to have a standard procedure. I understood that an edition has the basics for everyone same and the DE is just different.
As we do check and restart sockets and services this should be standard procedure.