Gentoo Archives: gentoo-user

From: Miroslav Rovis <miro.rovis@××××××××××××××.hr>
To: gentoo-user@l.g.o
Cc: Meino.Cramer@×××.de
Subject: Re: [gentoo-user] Firefox 49.0 & Youtube....Video: Yes - Audio: No...
Date: Sat, 19 Nov 2016 09:23:02
Message-Id: 20161119092205.GB10942@g0n.xdwgrp
In Reply to: Re: [gentoo-user] Firefox 49.0 & Youtube....Video: Yes - Audio: No... by Daniel Campbell
1 On 161119-00:33-0800, Daniel Campbell wrote:
2 > On 11/18/2016 10:11 PM, Miroslav Rovis wrote:
3 > > Hi Meino!
4 > >
5 > > I regret not having told you more... See below...
6 > >
7 > > And there is a question/query/my-asking-for-advice further below.
8 > >
9 > > On 161016-08:48+0200, Meino.Cramer@×××.de wrote:
10 > >> Miroslav Rovis <miro.rovis@××××××××××××××.hr> [16-10-16 07:00]:
11 > >>> On 161015-20:27+0200, Meino.Cramer@×××.de wrote:
12 > >>>> Hi,
13 > >>>>
14 > >>>> this evening I updated GENTOO and a new firefox was installed.
15 > >>>> This one seem completly to disable flash video finally...
16 > >>>> since I got no video/audio at all.
17 > >>>>
18 > >>>> I disabled all flash-related addons of my firefox and
19 > >>>> restarted it.
20 > >>>>
21 > >>>> Now I got a video ... but without any audio.
22 > >>>> (I am running jackd by the way).
23 > >>>> I check with qjackctl whether there were any
24 > >>>> ports which I missed to connect...nothing.
25 > >>>
26 > >>> If jackd is to do with alsa, then it could be the following.
27 > >>>
28 > >>> Mozilla went pulse all the way:
29 > >>> Require PulseAudio on Linux
30 > >>> https://bugzilla.mozilla.org/show_bug.cgi?id=1247056
31 > >>> See also:
32 > >>> Firefox nightly requires Pulse Audio
33 > >>> http://forums.debian.net/viewtopic.php?f=20&t=130028
34 > >>>
35 > >>>> Hmmm...
36 > >>>>
37 > >>>> Is there any fix for that?
38 > >>> Not familiar with jackd. But as far as alsa (which I stick to, like
39 > >>> other discontented users), I don't have sound since months ago. The
40 > >>> only way to get it would be to compile alsa myself, I'm afraid.
41 > >>>
42 > >>> Regards!
43 > >>> --
44 > >>> Miroslav Rovis
45 > >>> Zagreb, Croatia
46 > >>> http://www.CroatiaFidelis.hr
47 > >>
48 > >> Hi Miroslav,
49 > >>
50 > >> THANKS A LOT ! :)
51 > > You may not thank me, if you read my view, and even remotely agree:
52 > > http://www.mail-archive.com/alsa-user@×××××××××××××××××.net/msg31926.html
53 > > ( and that is what I regret not having told you... I regret it because
54 > > you now may remain with that pulse spyware..
55 > >
56 > > However, pls. note that in my first message to you I just said what the
57 > > reason was. I did not recommend pulse to you... )
58 > >
59 > >> ...got it working...somehow...
60 > >>
61 > >> I installed pulseaudio and used pactl to set the default sink
62 > >> and source to the one soundcard (onboard), which is connected
63 > >> to my loudspeakers.
64 > >>
65 > >> Drawback: Setting the volume seems only to be tweakable via
66 > >> the volume slider of the HTML5 player in Firefox...and my alsa
67 > >> volume "app" of my taskbar doesn't work anymore.
68 > >>
69 > >> Hopefully the rest of my sound stuff still works....
70 > >>
71 > >
72 > > And now the question/query/my-asking-for-advice.
73 > >
74 > > In that thred on alsa-user archive that I linked to, I got this link:
75 > >
76 > > [linuxaudio.org] html5 in ff through jack
77 > > http://lists.linuxaudio.org/pipermail/linux-audio-user/2016-June/thread.html#105188
78 > >
79 > > I'm gasping for free time to do various things, fixing audio in ff is
80 > > not of higest priority... Can not dedicate hours to this...
81 > >
82 > > Anyone has a link for easy fixing of audio in Firefox the sans-pulse
83 > > way (and other poetterware excluded as well, of course)? With clear easy
84 > > steps, maybe?
85 > >
86 > > Thanks in advance!
87
88 So it's only this, probably (and I had given links that, indirectly,
89 mislead another Gentoo user...):
90
91 > Generally if you run into this problem, it's one of two things:
92 >
93 > 1. `alsamixer` hasn't been used to unmute the levels. After configuring
94 > it, be sure to run 'alsactl store' as root and make sure the 'alsasound'
95 > service is in the default run-level (`rc-update add alsasound default`
96 > as root), or...
97 > 2. Try adding these to your user's ~/.asoundrc file:
98 >
99 > defaults.ctl.card x;
100 > defaults.pcm.card x;
101 >
102 > Replace 'x' with the numeric index of your card (which you can view in
103 > alsamixer using F6). If the order of your cards changes on boot, you'll
104 > need to tell the module controlling your sound (snd_hda_intel is common)
105 > to set its index in a file like /etc/modprobe.d/alsa-base.conf, with
106 > lines like `options snd_hda_intel index=1` or something similar.
107 >
108 > Others have done a far better job explaining this than me. Our own guide
109 > on our wiki [0] and Arch's wiki [1] should be adequate to get you going
110 > fairly quickly. Just Ctrl+F "default" to find what you need. Assuming
111 > you don't have exotic hardware, this can be fixed in 15 minutes or less.
112 >
113 > Hope this helps.
114 >
115 > [0]: https://wiki.gentoo.org/wiki/ALSA#Configuration
116 > [1]:
117 > https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture#Set_the_default_sound_card
118 > --
119 > Daniel Campbell - Gentoo Developer
120 > OpenPGP Key: 0x1EA055D6 @ hkp://keys.gnupg.net
121 > fpr: AE03 9064 AE00 053C 270C 1DE4 6F7A 9091 1EA0 55D6
122
123 And here is a Gentoo developer who is helping us out:
124
125 https://dev.gentoo.org/~zlg/
126
127 Really thanks!
128
129 I don't think I even need to be back to report here if this just works
130 (will try it next), but I'll make sure I CC this to Meino...
131
132 Meino (for the Anglo folks, and for the only-English-as-foreign-language
133 speakers: that name, or don't know if it's a nickname, is pronounced,
134 approximately, as if it was written Mino ), I'm sorry again.
135
136 FYI, once I even installed the SELinux (whose original manufacturer is
137 NSA itself), but I was able to go back to the state of my system
138 previous to installing it... However, I was able to do it only from
139 dd-made backup of my entire system...
140
141 I hope you still have some way left to still go pulse-free.. Pulse
142 should not have its tentacles as deep as SELinux does (or used to have;
143 my brush with it happened some 5 or 6 years ago, I had reported it on
144 Gentoo Forums)...
145
146 Regards!
147 --
148 Miroslav Rovis
149 Zagreb, Croatia
150 http://www.CroatiaFidelis.hr

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Firefox 49.0 & Youtube....Video: Yes - Audio: No... Miroslav Rovis <miro.rovis@××××××××××××××.hr>