<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6118&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Firefox no sound.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6118</link>
		<description><![CDATA[The most recent posts in [SOLVED] Firefox no sound..]]></description>
		<lastBuildDate>Sun, 07 Jan 2024 13:33:10 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46997#p46997</link>
			<description><![CDATA[<p>Two solutions, both work, thanks to @stopAI and @swanson.<br /><a href="https://dev1galaxy.org/viewtopic.php?id=5867" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=5867</a><br /><a href="https://dev1galaxy.org/viewtopic.php?id=5568" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=5568</a></p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sun, 07 Jan 2024 13:33:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46997#p46997</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46096#p46096</link>
			<description><![CDATA[<p>@ralph.ronnquist<br />Thank you. Thanks to your help, the problem is half solved.</p><p>Devuan is installed on two computers.</p><p>1. One desktop with one Audigi sound card.<br /> Sound appeared in Firefox after deleting /etc/asound.conf .</p><p> 2. The second laptop with an Intel sound card and HDMI output. <br />Accordingly, you need a /etc/asound.conf file indicating the desired output. Without it there is no sound at all, with it there is no sound only in Firefox.</p><p>3. If you apply plughw the sound disappears on both computers. In .xsession-errors instead</p><div class="codebox"><pre><code>audio method: alsa</code></pre></div><p>appears</p><div class="codebox"><pre><code>audio method: null</code></pre></div><p> Regards.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sun, 10 Dec 2023 08:21:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46096#p46096</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46090#p46090</link>
			<description><![CDATA[<p>Perhaps it gets better if you change &quot;hw&quot; to &quot;plughw&quot;... or maybe just remove that asound.conf (since it doesn&#039;t disagree with the default about which the default card is)</p><p>EDIT: note that the difference between &quot;hw&quot; and &quot;plughw&quot; is the absence/presence of audio format translations. &quot;hw&quot; tells ALSA to channel audio direclty to the card without translations while &quot;plughw&quot; tells it to insert audio format conversions as needed.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 09 Dec 2023 23:19:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46090#p46090</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46080#p46080</link>
			<description><![CDATA[<p>Everything is simple with the log, there are no Output Devices, this is from the Troubleshooting Information of Forefox itself.<br /><a href="https://postimages.org/" rel="nofollow"><span class="postimg"><img src="https://i.postimg.cc/mhxSLXC8/17.jpg" alt="17.jpg" /></span></a></p><p>This is my /etc/asound.conf</p><div class="codebox"><pre><code>defaults.pcm.card 0
defaults.ctl.card 0

pcm.!default {
  type hw
  card 0
             }

ctl.!default {
   type hw
  card 0
             }</code></pre></div><p>There is no sound only in Forefox.</p><p>Yes, God bless him, the problem is not critical. Pure curiosity prompted me to start a thread about why it works on the same machine in one distribution and not in another.</p><p> Regards.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sat, 09 Dec 2023 16:22:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46080#p46080</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46073#p46073</link>
			<description><![CDATA[<p>Video Acceleration API is... A video acceleration API. It shouldn&#039;t have anything to do with sound. Nor should mesa... Unless of course there&#039;s something totally broken regards the fallback to unaccelerated decoding, but I doubt it. Firefox error messages kinda suck though.</p><p>The Cubeb / OnMediaSinkAudioError lines are likely the relevant ones, I suggent a general websearch on those for a start. I don&#039;t have Debian / Devuan on any desktops right now to investigate myself.</p><p>What more does running with MOZ_LOG=cubeb:5 (or a log level of your choosing) have to say?<br />Do you have any custom ALSA configuration (.asoundrc, /etc/asound.conf)?</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Sat, 09 Dec 2023 15:03:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46073#p46073</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46070#p46070</link>
			<description><![CDATA[<p>@steve_v</p><div class="quotebox"><blockquote><div><p>...You&#039;ll probably need to visit about:config and set...</p></div></blockquote></div><p>This is after adding</p><div class="codebox"><pre><code>security.sandbox.content.write_path_whitelist	/dev/snd/</code></pre></div><div class="codebox"><pre><code>uly_e@aa:~/Desktop$ firefox
[GFX1-]: vaapitest: ERROR
[GFX1-]: vaapitest: VA-API test failed: failed to initialise VAAPI connection.

[Child 2236, MediaDecoderStateMachine #1] WARNING: 7f718262f4c0 OpenCubeb() failed to init cubeb: file ./dom/media/AudioStream.cpp:281
[Child 2236, MediaDecoderStateMachine #1] WARNING: Decoder=7f71936a0f00 [OnMediaSinkAudioError]: file ./dom/media/MediaDecoderStateMachine.cpp:4604
ATTENTION: default value of option mesa_glthread overridden by environment.
[GFX1-]: Couldn&#039;t sanitize RENDERER device: i915
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
^CExiting due to channel error.</code></pre></div><p>No sound.<br />On the Debian forum I came across a message from Head_on_a_Stick that Firefox was built with alsa support. Maybe the latest versions don&#039;t include it?</p><p> Regards.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sat, 09 Dec 2023 12:33:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46070#p46070</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46066#p46066</link>
			<description><![CDATA[<p>Since nobody has mentioned it yet: <br />Firefox with ALSA may require exceptions to the browser sandbox to access sound devices, I don&#039;t know if Devuan sets this configuration by default but assuming the packages come from Debian I doubt it.</p><p>You&#039;ll probably need to visit about:config and set</p><div class="codebox"><pre><code>security.sandbox.content.write_path_whitelist	/dev/snd/</code></pre></div><p>And if you get e.g.</p><div class="codebox"><pre><code>Sandbox: seccomp sandbox violation: pid xxxx, tid xxxx, syscall 16</code></pre></div><p> in a terminal when you try to play audio, you&#039;ll need</p><div class="codebox"><pre><code>security.sandbox.content.syscall_whitelist  16</code></pre></div><p>Note this refers to <em>native</em> ALSA support, I don&#039;t know if it applies also to apulse but I wouldn&#039;t be at all surprised if it does.</p><p>On that: Devuan packagers, please build firefox with native ALSA support. It&#039;s literally as simple as a --configure option at compile time, and this apulse shenanigans is stupid and annoying.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Sat, 09 Dec 2023 07:45:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46066#p46066</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46064#p46064</link>
			<description><![CDATA[<p>Found a solution to the pulse problem.</p><div class="codebox"><pre><code>  uly_e@AA:~/Desktop$ apulse firefox
[GFX1-]: vaapitest: ERROR
[GFX1-]: vaapitest: VA-API test failed: failed to initialise VAAPI connection.

[apulse] [error] do_connect_pcm: can&#039;t set sample format 14 (&quot;FLOAT_LE&quot;) for playback device &quot;default&quot;. Error code -22 (Invalid argument)
[apulse] [error] do_connect_pcm: failed to open ALSA device. Apulse does no resampling or format conversion, leaving that task to ALSA plugins. Ensure that selected device is capable of playing a particular sample format at a particular rate. They have to be supported by either hardware directly, or by &quot;plug&quot; and &quot;dmix&quot; ALSA plugins which will perform required conversions on CPU.
[Child 2836, MediaDecoderStateMachine #1] WARNING: 7f404cccc280 OpenCubeb() failed to init cubeb: file ./dom/media/AudioStream.cpp:281
[Child 2836, MediaDecoderStateMachine #1] WARNING: Decoder=7f405c2c9400 [OnMediaSinkAudioError]: file ./dom/media/MediaDecoderStateMachine.cpp:4604
ATTENTION: default value of option mesa_glthread overridden by environment.

uly_e@AA:~/Desktop$ export APULSE_PLAYBACK_DEVICE=plug:dmix apulse abrowser

uly_e@AA:~/Desktop$ apulse firefox
[GFX1-]: vaapitest: ERROR
[GFX1-]: vaapitest: VA-API test failed: failed to initialise VAAPI connection.

ATTENTION: default value of option mesa_glthread overridden by environment.
uly_e@AA:~/Desktop$</code></pre></div><p><a href="https://github.com/i-rinat/apulse/issues/85" rel="nofollow">https://github.com/i-rinat/apulse/issues/85</a></p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sat, 09 Dec 2023 06:12:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46064#p46064</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45735#p45735</link>
			<description><![CDATA[<div class="quotebox"><cite>aluma wrote:</cite><blockquote><div><p>Report about apulse in the middle of the thread.</p></div></blockquote></div><p>Yes, I was affirming that as the solution, not pulsecrap or pipecrap.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Tue, 28 Nov 2023 19:47:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45735#p45735</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45650#p45650</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>/me doesn&#039;t often have to block an avatar . . .</p></div></blockquote></div><p>I tried to squash that gnat 3 times before I figured out it was an avatar...</p><p><img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (The-Amnesiac-Philosopher)]]></author>
			<pubDate>Sun, 26 Nov 2023 19:41:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45650#p45650</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45415#p45415</link>
			<description><![CDATA[<div class="quotebox"><cite>aluma wrote:</cite><blockquote><div><p>I copied the FF profile from openSuse to Devuan</p></div></blockquote></div><p>That may be the problem. I did the same from one OS to another. Resolved it when I set the copied .mozilla directory to old and started fresh.</p>]]></description>
			<author><![CDATA[dummy@example.com (fanderal)]]></author>
			<pubDate>Tue, 14 Nov 2023 21:29:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45415#p45415</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45333#p45333</link>
			<description><![CDATA[<p>Report about apulse in the middle of the thread.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Fri, 10 Nov 2023 09:26:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45333#p45333</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45330#p45330</link>
			<description><![CDATA[<p>The fact that firefox requires pulseaudio, for sound is yet another sign their current web browser is crap.</p><p>I been using uxp web browsers again for this&#160; reason alone.</p><p>Not to mention, firefox is an ugly monster since 57+</p><p>The old UI looked fine, the new one is fisher price eye candy.</p><p>But I digress, apulse as was said, does help you to bypass this problem. </p><p>I don&#039;t know if you can use firejail with apulse though and still load it though.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Thu, 09 Nov 2023 21:18:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45330#p45330</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45323#p45323</link>
			<description><![CDATA[<p>Thanks guys for your participation.</p><p> I probably didn&#039;t convey the point well.<br />I repeat, on the same computer, with the same DE, the same version of FF in one OS, the sound works through ALSA, on the other it does not.</p><p> It&#039;s not a matter of DE, there is no sound in the failsafe session.<br />It&#039;s not a matter of settings, I copied the FF profile from openSuse to Devuan, the browser started with it, but again there was no sound. </p><p> In itself, this is not a problem for me, there are working alternatives to FF and install crutches in the form of pulse, etc. I won&#039;t.<br />&#160; I&#039;m interested in the fact itself</p><p> Regards.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Thu, 09 Nov 2023 07:54:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45323#p45323</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Firefox no sound.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45319#p45319</link>
			<description><![CDATA[<p>if you&#039;re using pipewire, pipewire-pulse (for programs that use pulse) and wireplumber as a connection server for pipewire.</p><p>I have alsa as well.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Thu, 09 Nov 2023 00:16:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45319#p45319</guid>
		</item>
	</channel>
</rss>
