Firefox Snap no audio

Since today’s update, I have no audio with firefox snap (youtube). Chrome and VLC works fine.

This happened to me too after latest batch of updates. In my case the audio was disappearing from the system if I hovered the cursor over a Youtube thumbnail and vanishing from settings > sound.

Maybe this:

Feb 22 19:51:21 norbert-Latitude-5580 kernel: audit: type=1326 audit(1771786281.887:889): auid=1000 uid=1000 gid=1000 ses=3 subj=unconfined pid=25232 comm=“pipewire-pulse” exe=“/usr/bin/pipewire” sig=31 arch=c000003e syscall=459 compat=0 ip=0x795cedf348cd code=0x80000000
Feb 22 19:51:23 norbert-Latitude-5580 systemd[2967]: pipewire-pulse.service: Main process exited, code=dumped, status=31/SYS
Feb 22 19:51:23 norbert-Latitude-5580 systemd[2967]: pipewire-pulse.service: Failed with result ‘core-dump’.
Feb 22 19:51:23 norbert-Latitude-5580 systemd[2967]: pipewire-pulse.service: Scheduled restart job, restart counter is at 1.
Feb 22 19:51:23 norbert-Latitude-5580 systemd[2967]: Started pipewire-pulse.service - PipeWire PulseAudio.
Feb 22 19:51:23 norbert-Latitude-5580 kernel: audit: type=1326 audit(1771786283.838:890): auid=1000 uid=1000 gid=1000 ses=3 subj=unconfined pid=25324 comm=“pipewire-pulse” exe=“/usr/bin/pipewire” sig=31 arch=c000003e syscall=459 compat=0 ip=0x7d2d36f348cd code=0x80000000
Feb 22 19:51:25 norbert-Latitude-5580 systemd[2967]: pipewire-pulse.service: Main process exited, code=dumped, status=31/SYS
Feb 22 19:51:25 norbert-Latitude-5580 systemd[2967]: pipewire-pulse.service: Failed with result ‘core-dump’.

3 Likes

Confirm. Audio stopped working today. After restarting pipewire all apps workink but stop working after starting firefox with some audio.

This fix worked.

How do you apply this fix?

Desperate to get back on line video again.

sudo mkdir /etc/systemd/user/pipewire-pulse.service.d/

sudo nano /etc/systemd/user/pipewire-pulse.service.d/lsm-syscalls.conf

paste this content:
[Service]
SystemCallFilter=lsm_get_self_attr lsm_set_self_attr lsm_list_modules

then save and close.
restart pipewire-pulse:
systemctl --user daemon-reload && systemctl --user restart pipewire-pulse

4 Likes

Instant Audio

Thankyou