Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Gentoo Linux Help > no sound in firefox
 Gentoo Linux Help   For help and discussion related to Gentoo Linux

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 04-20-2006   #11 (permalink)
Linux Enthusiast
 
crashandburn0420's Avatar
 
Join Date: Jun 2005
Location: Seymour, CT
Posts: 581
Send a message via AIM to crashandburn0420
Quote:
Originally Posted by spencerf
what about same command but to /dev/sound/dsp

so:

Code:
cat /dev/urandom > /dev/sound/dsp
it this works you could try a symbolic link to from /dev/sound/dsp to /dev/dsp
localhost steven # cat /dev/urandom > /dev/sound/dsp
bash: /dev/sound/dsp: No such file or directory
__________________
"All I have in this world is my balls, and my word, and I don't break 'em for no one, you understand?" -Scarface
http://profile.myspace.com/index.cfm...endid=10943554
crashandburn0420 is offline  

Reply With Quote
Old 04-20-2006   #12 (permalink)
Linux Enthusiast
 
crashandburn0420's Avatar
 
Join Date: Jun 2005
Location: Seymour, CT
Posts: 581
Send a message via AIM to crashandburn0420
Quote:
Originally Posted by bryansmith
How does my solution not work (just curious)? Do you get an error or does firefox still not produce any sound?

Bryan
still no sound in firefox
__________________
"All I have in this world is my balls, and my word, and I don't break 'em for no one, you understand?" -Scarface
http://profile.myspace.com/index.cfm...endid=10943554
crashandburn0420 is offline   Reply With Quote
Old 04-20-2006   #13 (permalink)
Linux Guru
 
bryansmith's Avatar
 
Join Date: Nov 2004
Location: /Ontario/Canada
Posts: 2,623
Sorry, I'm fresh out of ideas. I hope someone else can help.

Bryan
__________________
Looking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
bryansmith is offline   Reply With Quote
Old 04-21-2006   #14 (permalink)
Linux Engineer
 
spencerf's Avatar
 
Join Date: Jan 2005
Location: Syracuse, NY
Posts: 1,144
well if you don't have /dev/sound/dsp then I believe that your alsa setup is not correct because in gentoo this is where the device is setup. /dev/dsp is where oss emulation is setup.

Does sound work normally with something like mplayer?

both oss and alsa?

you can test by

Code:
mplayer -ao alsa somefile.avi
mplayer -ao oss somefile.avi
__________________
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
spencerf is offline   Reply With Quote
Old 04-21-2006   #15 (permalink)
Linux Enthusiast
 
crashandburn0420's Avatar
 
Join Date: Jun 2005
Location: Seymour, CT
Posts: 581
Send a message via AIM to crashandburn0420
only alsa works
__________________
"All I have in this world is my balls, and my word, and I don't break 'em for no one, you understand?" -Scarface
http://profile.myspace.com/index.cfm...endid=10943554
crashandburn0420 is offline   Reply With Quote
Old 04-21-2006   #16 (permalink)
Linux Engineer
 
d38dm8nw81k1ng's Avatar
 
Join Date: Mar 2005
Location: Newcastle
Posts: 793
Send a message via AIM to d38dm8nw81k1ng Send a message via MSN to d38dm8nw81k1ng Send a message via Yahoo to d38dm8nw81k1ng
if i understand spencer correctly, then possibly OSS emulation is broken. this could be the reason for the lack of sound.
__________________
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
d38dm8nw81k1ng is offline   Reply With Quote
Old 04-21-2006   #17 (permalink)
Linux Engineer
 
spencerf's Avatar
 
Join Date: Jan 2005
Location: Syracuse, NY
Posts: 1,144
that seems to be the case even though it was my understanding that gentoo set up device points at /dev/sound/dsp for alsa and /dev/dsp for oss and it seems that you have /dev/dsp but not /dev/sound/dsp.

but that doesn't really matter because the problem is you don't have oss support enabled. You need to go into your kernel and add oss emulation support.

Code:
  <M> Advanced Linux Sound Architecture                 
                 <M> Sequencer support                                 
                 < >   Sequencer dummy client                          
                 <M> OSS Mixer API                                     
                 --- OSS PCM (digital audio) API                       
                [*] OSS Sequencer API                                
                 [ ] Verbose printk                                    
                 [ ] Debug                                             
                     Generic devices  --->                             
                     PCI devices  --->
this is what I have and make sure you run alsaconf afterwords
__________________
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
spencerf is offline   Reply With Quote
Old 04-27-2006   #18 (permalink)
Linux Guru
 
loft306's Avatar
 
Join Date: Oct 2003
Location: The DairyLand
Posts: 1,666
First of all if you are using alsa in the kernel you must not have any oss in the kernel....if u need oss emulation and it is good to have for apps that still arent using alsa you put 'oss' in UES flags

also as stated above you run 'alsaconf' as root ad that should be it

Secound if you are using the alsa-driver you have neither alsa or oss in the kernel and you place 'oss' in USE flags to get oss emulation. Also remember to re emerge alsa-driver after every kernel compile

however i have seen some versions of ffx having the wrong permissions on some files and some plugins on my older amd64 box and thus dosnt have sound with some videos .....and it is a pain i was told to chmod +ax to thease files though i havent done this as of yet.....
__________________
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org

Last edited by loft306; 04-28-2006 at 12:01 AM..
loft306 is offline   Reply With Quote
Old 05-01-2006   #19 (permalink)
Linux Enthusiast
 
crashandburn0420's Avatar
 
Join Date: Jun 2005
Location: Seymour, CT
Posts: 581
Send a message via AIM to crashandburn0420
I recompiled my kernel, did everything right and still no sound in firefox. also to enable oss emulation edit /etc/conf.d/alsasound
__________________
"All I have in this world is my balls, and my word, and I don't break 'em for no one, you understand?" -Scarface
http://profile.myspace.com/index.cfm...endid=10943554
crashandburn0420 is offline   Reply With Quote
Old 08-28-2006   #20 (permalink)
Just Joined!
 
Join Date: Aug 2006
Posts: 1
#emerge esound
#/etc/init.d/esound start
#rc-update add esound default

nano /usr/bin/firefox
(or firefox-bin)
Change:
exec /usr/libexec/mozilla-launcher "$@"
to:
#exec /usr/libexec/mozilla-launcher "$@"
aoss /usr/libexec/mozilla-launcher "$@"

(or use aoss32)
and it's done.

Source:
http://mx.grulic.org.ar/lurker/messa...52f870.es.html

Saludos desde Guatemala
jmaslibre is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Free Network Mapping Tool for Microsoft® Office Visio® Professional 2007 Users
Don't map your network by hand – let LANsurveyor Express for Microsoft Visio Professional 2007 automatically create network diagrams for you.
subscribe
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say.
subscribe

Safe, Secure Backup


All times are GMT. The time now is 01:24 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2