swillage
(swillage)
November 27, 2024, 11:12am
1
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
ilikelinux
(ilikelinux)
December 1, 2024, 3:00am
3
Welcome to Fedora @swillage
systemctl --user status wireplumber pipewire pipewire-pulse
Can you see some errors while showing the status?
swillage
(swillage)
December 1, 2024, 7:18pm
4
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
ilikelinux
(ilikelinux)
December 2, 2024, 2:26am
5
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