https://bugs.kde.org/show_bug.cgi?id=426108

--- Comment #8 from Daniel <daniel.skap...@gmail.com> ---
(In reply to Martín Perazzo from comment #7)
> From what I have been able to find reverting to 0.27 causes 
> /usr/lib/systemd/user/pipewire.service and
> /usr/lib/systemd/user/pipewire.socket user units to fail to start
> 
> Could you please update the pipewire package and add this to your autostart
> config:
> 
> sh -c "systemctl --user stop pipewire;systemctl --user stop
> pipewire.socket;systemctl --user restart pulseaudio"
> 
> reboot and check if you get audio?

After restart I still have no sound.

Didn't exactly know where to put the command, but I created an audioissue.sh
script with the following lines:

#/usr/bin/sh
systemctl --user stop pipewire;
systemctl --user stop pipewire.socket;
systemctl --user restart pulseaudio;

and was automatically added in system config autostart, I also tested running
the script by itself and it works fine.

After a restart, still no sound, I also checked in syslog that the script ran.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to