LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-13-2014, 10:38 AM   #1
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
No Pepper Flash sound on Chrome or Chromium


Noticed that on the latest version of Chrome, I am not getting any flash sound at all. HTML5 sound works fine though. I tried installing Chromium and pepper flash separately from alien's website, but I'm having the same issue. Flash on Firefox works fine. Even using freshplayer (pepper flash for firefox) works. So, I'm a bit stumped. My asound.conf is set correctly as far as I can tell since all other applications work. I'm wondering if Chrome has gone the way of PulseAudio maybe?
 
Old 12-13-2014, 11:09 AM   #2
moisespedro
Senior Member
 
Registered: Nov 2013
Location: Brazil
Distribution: Slackware
Posts: 1,223

Rep: Reputation: 195Reputation: 195
I was having a different issue with PepperFlash: it was crashing all the time. I tried downgrading it and it worked. I am still using the latest Chrome (39.0.2171.95) with the PepperFlash extracted from the "google-chrome-stable_37.0.2062.94-1_i386.deb" file. In case you wanna try that:

http://mirror.pcbeta.com/google/chro...chrome-stable/
 
Old 12-13-2014, 12:55 PM   #3
hedron
Member
 
Registered: Jul 2009
Location: NYC
Distribution: Slackware64-multilib 15.0, SARPI, artix
Posts: 401

Rep: Reputation: 32
Have you tried alsamixer? Could be just muted.
 
Old 12-13-2014, 12:56 PM   #4
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
moisespedro, I'm almost certain that the previous version will work. It was working fine until I upgraded to the latest Chrome version.

hedron, yes, nothing is muted. Other applications are working just fine.

I am beginning to think that Pulse will now be required. :/
 
Old 12-13-2014, 02:10 PM   #5
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
I tested the FLash Video at the bottom of this page: http://www.chemgapedia.de/vsengine/h...ash/index.html

It plays sound. I see no issues, and I do not have pulseaudio installed. Not even apulse. Nor Jack audio. Just ALSA.

I am running:
Code:
chromium-39.0.2171.95-x86_64-1alien
chromium-pepperflash-plugin-16.0.0.235-x86_64-1alien
Eric
 
Old 12-13-2014, 03:40 PM   #6
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
I tried the test. It downloaded it. When I clicked on it, it opened in MPlayer. That's the first time I ever tried a vid in Chromium.
 
Old 12-13-2014, 04:57 PM   #7
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by mlangdn View Post
I tried the test. It downloaded it. When I clicked on it, it opened in MPlayer. That's the first time I ever tried a vid in Chromium.
Do you have the chromium-pepperflash package installed?

Eric
 
Old 12-13-2014, 05:54 PM   #8
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I installed Chrome from Google and installed it using the slackbuild script included in /extra.

Code:
google-chrome-39.0.2171.95-x86_64-1.txz
Sound and animation works for me.
 
Old 12-13-2014, 06:44 PM   #9
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by Alien Bob View Post
I tested the FLash Video at the bottom of this page: http://www.chemgapedia.de/vsengine/h...ash/index.html

It plays sound. I see no issues, and I do not have pulseaudio installed. Not even apulse. Nor Jack audio. Just ALSA.

I am running:
Code:
chromium-39.0.2171.95-x86_64-1alien
chromium-pepperflash-plugin-16.0.0.235-x86_64-1alien
Eric
Video plays, but no sound. I almost wonder if the audio is somehow being piped to the hdmi side. As a test, I may just go ahead and blacklist that since I never use it.
 
Old 12-13-2014, 06:56 PM   #10
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by stormtracknole View Post
Video plays, but no sound. I almost wonder if the audio is somehow being piped to the hdmi side. As a test, I may just go ahead and blacklist that since I never use it.
Sure enough, blacklisting the hdmi module did the trick. Sound is now coming through just fine. The question is, why would Chrome not honor the values in /etc/asound.conf? All other application were.
 
Old 12-13-2014, 10:00 PM   #11
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Quote:
Originally Posted by Alien Bob View Post
Do you have the chromium-pepperflash package installed?

Eric
Yes - both updated through slackpkg+. I generally only use chromium for a few sites that don't do well in FF. And I am running -currentx86_64 with multilib. That said, I do overwrite the config everytime since I never have customized anything.
 
Old 12-14-2014, 08:33 AM   #12
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
If you overwrite /etc/default/chromium with /etc/default/chromium.new after you installed the chromium-pepperflash-plugin package, you'll disable PepperFlash in Chromium.
The chromium-pepperflash package modifies the file /etc/default/chromium to let Chromium know it should load the Flash library.

Eric
 
1 members found this post helpful.
Old 12-14-2014, 06:53 PM   #13
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
I'll mark this thread as solved since I figured out the issue. I have my suspicions that I would get better results with Pulse, but I'm glad to hear that I won't need it for the time being. Interestingly enough, Google voice (hangouts) work better on firefox than on Chrome. Go figure!
 
Old 12-14-2014, 08:18 PM   #14
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Quote:
Originally Posted by Alien Bob View Post
If you overwrite /etc/default/chromium with /etc/default/chromium.new after you installed the chromium-pepperflash-plugin package, you'll disable PepperFlash in Chromium.
The chromium-pepperflash package modifies the file /etc/default/chromium to let Chromium know it should load the Flash library.

Eric
Thanks Eric! Daggone - I didn't know that would happen. Reinstalled and it works fine.
 
Old 12-19-2014, 02:46 PM   #15
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
Well, the no sound issues unfortunately came back. I just went ahead and got PulseAudio installed and everything works fine now. This basically confirms my suspicion. Given the kind of set up my laptop has, I had to have PA installed. Even the issues that I was having with Google Voice (Hangouts) were fixed. Just posting this in case anyone else runs through the same issue. Thank you all as always for the great help.
 
1 members found this post helpful.
  


Reply

Tags
chrome, chromium, flash, no sound



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound is spotty in both Chrome and Chromium Bertman123 Slackware 2 10-10-2014 07:55 PM
LXer: How to install Pepper Flash for Chromium Web browser on Ubuntu GNU/Linux LXer Syndicated Linux News 0 05-13-2013 04:51 PM
LXer: How To Make Chromium Use Flash Player `Pepper` From Google Chrome LXer Syndicated Linux News 0 09-06-2012 10:11 PM
LXer: Installing the Linux Flash Player 11 64bit for Chrome and Chromium LXer Syndicated Linux News 0 07-15-2011 02:50 AM
LXer: Google Chrome/Chromium crashy Flash problems (and a solution for Chromium in Linux) LXer Syndicated Linux News 0 03-06-2011 03:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration