Update either tonight or last night broke my audio.
So I suspect it is pipewire, but reinstalling it did not solve this. Some sub package (idk what the right term for it is) was masked was the only anomalous thing when I installed it again. I need someone to help me fix this, I tried restarting the service.
Oddly enough, I can still listen to music on straberry and firefox, but some games audio won’t work nor discord.
This image is in the plasma settings and the small mini audio setting tray icon.
Running pipewire-pulse in the terminal fixes my particular problem, but I really need this run from the daemon or something???
I need a more permanent solution lol.
I forced the install of pipewire and pipewire-pulseaudio, shouldn’t it come with units?
sudo zypper in --force pipewire-pulseaudio
sudo zypper in --force pipewire
Hm, it not seem to do anything. For some reason when i systemctl --user restart pipewire-pulse.service
after it tells me [1] Failed to restart pipewire-pulse.service: Unit pipewire-pulse.service is masked.
jerm@jermPC ~ [3]> systemctl --user unmask pipewire-pulse.{service,socket}
jerm@jermPC ~> systemctl --user enable pipewire-pulse.{service.socket} --now
Invalid unit name "pipewire-pulse.{service.socket}" escaped as "pipewire-pulse.\x7bservice.socket\x7d" (maybe you should use systemd-escape?).
Failed to enable unit: Unit pipewire-pulse.\x7bservice.socket\x7d.service does not exist
jerm@jermPC ~ [1]>
Is there something that can keep masking the unit despite me using systemctl to unmask?
I am having the same error returned. systemctl --user reenable --now pipewire-pulse.{socket,service}
with error code 1.
I tried the solutions and some of the other debugging from the mentioned forum post.