Chrome & Seamonkey OK, but Firefox - No sound. FATDOG64

Browsers, email, chat, etc.
Post Reply
Message
Author
dcung
Posts: 242
Joined: Sat 14 Jul 2018, 00:11
Location: Down Under - 3rd rock from Sun.

Chrome & Seamonkey OK, but Firefox - No sound. FATDOG64

#1 Post by dcung »

Hi,

I installed Firefox and Chrome. ie. first time you click Menu/Internet/Firefox (and Chrome), it goes to download and install latest.
firefox-61.0.1-x86_64-official.txz
google-chrome-08062018-x86_64-official.txz

Both installed OK.
Firefox does not have sound (eg. youtube).
Chrome does not have this problem, and neither Seamonkey that came with Fatdog - both have sound.

Anyone knows why pls?
Laptop Dell Latitude D630, Intel Core2Duo@2.20GHz, 2GB RAM, 60GB SSD.
BIOS says it's got Sigmatel 9205 audio controller.

Thanks.
Last edited by dcung on Tue 07 Aug 2018, 21:58, edited 1 time in total.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#2 Post by bigpup »

Firefox is a piece of junk when it comes to sound requirements.
It needs Pulse Audio.

This is suppose to work, but Firefox keeps constantly changing what it wants.

Just have the apulse 0.1.11 from here installed. Nothing else.
Make sure to use the correct bit version.
http://smokey01.com/OscarTalks/
Reboot after you install it to make sure it is saved and loaded at the correct place.

You will also need this:

/root/.mozilla/firefox
Look for a directory that ends in .default

Put the user.js file in that directory.

Use Geany to make this user.js file.
This is what needs to be in it.
watchdog's code

Code: Select all

// for using apulse with latest firefox
user_pref("security.sandbox.content.write_path_whitelist", "/dev/snd/");
user_pref("security.sandbox.content.syscall_whitelist", "/dev/snd/");
user_pref("security.sandbox.content.read_path_whitelist", "/dev/snd/");
[/quote]

Build 58 requires user_pref("security.sandbox.content.syscall_whitelist", "/dev/snd/"); to be set to "16" now instead of /dev/snd/, so am currently using

Code: Select all

// for using apulse with latest firefox
user_pref("security.sandbox.content.write_path_whitelist", "/dev/snd/");
user_pref("security.sandbox.content.syscall_whitelist", "16");
user_pref("security.sandbox.content.read_path_whitelist", "/dev/snd/");
Thank you Bigpup!

Ref: https://github.com/i-rinat/apulse/issues/65
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#3 Post by bigpup »

You could try this version of Firefox.
Uninstall any Firefox you installed before installing it.
http://www.murga-linux.com/puppy/viewtopic.php?t=112376
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

dcung
Posts: 242
Joined: Sat 14 Jul 2018, 00:11
Location: Down Under - 3rd rock from Sun.

#4 Post by dcung »

bigpup wrote:Just have the apulse 0.1.11 from here installed. Nothing else.
That worked.

Thank you Bigpup for pointing it out.
Thank you Smokey01 for hosting the file.
Thank you OscarTalks for the file.
:) :) :)

Post Reply