Connection to the sound service lost after startup

Problem

After startup of my desktop I cannot use any audio interface. I’m using KDE Plasma and the volume control shows “Connection to the sound service lost”. This problem did not exist for me in the Fedora 40 installation.

Cause

Not yet known.

Related Issues

Workarounds

Restart the pipewire service using:

systemctl --user restart wireplumber pipewire pipewire-pulse

Welcome to Fedora @swillage

systemctl --user status wireplumber pipewire pipewire-pulse
Can you see some errors while showing the status?

Good idea, thanks.
This is the output of the command:

○ wireplumber.service - Multimedia Service Session Manager
     Loaded: loaded (/usr/lib/systemd/user/wireplumber.service; enabled; preset: enabled)
    Drop-In: /usr/lib/systemd/user/service.d
             └─10-timeout-abort.conf
     Active: inactive (dead)

○ pipewire.service - PipeWire Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; disabled; preset: disabled)
    Drop-In: /usr/lib/systemd/user/pipewire.service.d
             └─00-uresourced.conf
             /usr/lib/systemd/user/service.d
             └─10-timeout-abort.conf
     Active: inactive (dead)
TriggeredBy: ● pipewire.socket

○ pipewire-pulse.service - PipeWire PulseAudio
     Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.service; disabled; preset: disabled)
    Drop-In: /usr/lib/systemd/user/service.d
             └─10-timeout-abort.conf
     Active: inactive (dead)
TriggeredBy: ● pipewire-pulse.socket

after I restart the audio with my command above all three servicec switch to Active.

Best

/sw

Ok, as you can see the status of pipewire & pipewire-pulse is presenting the preset status as disabled.

Try to activate the the two inactive services with the command as described here:

foo is the placeholder for the service names you want to activate. You can substitute it with the two service names

Enable a service to be started on boot:

# systemctl enable foo