A couple of weeks ago there was a swat of people complaining about www/firefox no longer producing any sounds. My workstation at the office was affected by this too but patience did not seem to help in this case.
The system in question is running FreeBSD
Firefox was built with these options (and they didn't change since sound is no longer working):
The system is running
Other applications are having no problems playing any form of audio/sound. The correct SND device is selected, volume is up. A simple
In Firefox's
Furthermore, my very-similar FreeBSD workstation at home has no problems playing audio via Firefox (same
I'm a bit lost on this one. My last step was to unplug the external USB sound card and using a 3.5mm jack to directly connect from the mainboards on-board audio. Again, everything works, all other applications produce sound output - just not Firefox.
Any ideas?
The system in question is running FreeBSD
13.2-STABLE
with www/firefox 113.0.2_1,2
.Firefox was built with these options (and they didn't change since sound is no longer working):
Code:
Options :
ALSA : off
CANBERRA : off
DBUS : on
DEBUG : off
FFMPEG : on
JACK : off
LIBPROXY : off
LTO : off
OPTIMIZED_CFLAGS: on
PROFILE : on
PULSEAUDIO : off
SNDIO : on
TEST : off
The system is running
sndiod
:
Code:
➜ ~ service sndiod status
sndiod is running as pid 1312.
Other applications are having no problems playing any form of audio/sound. The correct SND device is selected, volume is up. A simple
cat /dev/random > /dev/dsp
succeeds and playing a video or audio file via multimedia/mpv works fine.In Firefox's
about:config
there is no media.cubeb.backend
record. But I did previously have set this to either oss
and sndio
.Furthermore, my very-similar FreeBSD workstation at home has no problems playing audio via Firefox (same
13.2-STABLE
version, "same" hardware, same www/firefox version with also no media.cubeb.backend
config.I'm a bit lost on this one. My last step was to unplug the external USB sound card and using a 3.5mm jack to directly connect from the mainboards on-board audio. Again, everything works, all other applications produce sound output - just not Firefox.
Any ideas?