Issue with audio on pop!_OS

Yoru@lemmy.ml to Linux@lemmy.ml – 19 points –
yorunoken.s-ul.eu

yes, I've tried restarting audio systems, I tried rebooting. It didn't work.

8

You are viewing a single comment

Did you try reinstalling pipewire audio?

yes, but when I go to start the service this is what it outputs: Failed to start pipewire.service: Unit pipewire.service not found.

Are you using sudo? The pipewire/pipewire-pulse/wireplumber services only exist for users.

systemctl --user enable --now pipewire pipewire-pulse wireplumber

Make sure that the services are not masked, and use apt reinstall pipewire if necessary.

my electricity got cut off for like 10 hours and after it came back, it fixed itself. It still does it after every restart so I run systemctl --user restart pipewire.service and it fixes itself

Are there any logs from startup indicating a potential issue here? You can see all warnings and errors since boot with journalctl -p 4 -xb.

couldn't find anything in particular, there are just pages and pages of logs. My only solution is to restart the audio services everytime I boot in.

1 more...