The issue resisted all attempted fixes and was intermittent enough to just disregard, but recently when attempting to play Helldivers 2 via Steam this game was found to have extremely aggravated 'stuttering' where audio is mostly silent and cut out from the stutter effect during the tutorial mission.
Currently journalctl and dmesg appear clear of audio-related errors.
When revisiting the steps for using PipeWire for sound in the news publication, I find the only system error I am currently encountering:
Code: Select all
matthew@integrity ~ $ systemctl --global enable --now pipewire.socket pipewire-pulse.socket wireplumber.service
Failed to enable unit, unit /etc/systemd/user/sockets.target.wants/pipewire.socket does not exist.
Failed to enable unit, unit /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket does not exist.
Failed to enable unit, file "/etc/systemd/user/pipewire-session-manager.service": Permission denied
Failed to enable unit, unit /etc/systemd/user/pipewire.service.wants/wireplumber.service does not exist.emerge --info pulseaudio: https://pastebin.com/aByUQV9b
emerge --info pipewire: https://pastebin.com/fSAez86J
make.conf: https://pastebin.com/Sda7U2Qw
Next immediate step I'm looking at is resolving systemctl failing to enable the associated services.

