View previous topic :: View next topic |
Author |
Message |
d99ma Tux's lil' helper

Joined: 21 Jul 2003 Posts: 148 Location: Lund, Sweden
|
Posted: Thu Oct 12, 2006 8:11 pm Post subject: Audio problems from some sources |
|
|
Hi
I've got some sound issues. Mostly it works great, but when I visit sites where java, flash or realplayer is used to play sounds I have some problems. They seem to take control of the hardware so no other sound sorces will work (not a major problem really, but annoying) and I'm also not able to control volume. It is playing on max, and nothing seems to change that.
Any ideas?
/Martin |
|
Back to top |
|
 |
suicidal_orange_II Apprentice

Joined: 04 Sep 2004 Posts: 299
|
Posted: Sun Oct 15, 2006 10:06 am Post subject: |
|
|
You should look into setting up dmix, there is a good guide in the wiki. As for changing the volume are there no controls in alsamixer (or whatever mixer in X you are using) or do they just not change anything?
It would also be useful to know what soundcard you have, and whether you have the sound drivers compiled into the kernel or as modules
Suicidal_Orange |
|
Back to top |
|
 |
padoor Advocate


Joined: 30 Dec 2005 Posts: 4185 Location: india
|
Posted: Sun Oct 15, 2006 10:15 am Post subject: |
|
|
emerge aumix it may control the vol.
or u can try setting the pcm control as main vol control in kmix. _________________ reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name) |
|
Back to top |
|
 |
suicidal_orange_II Apprentice

Joined: 04 Sep 2004 Posts: 299
|
Posted: Sun Oct 15, 2006 12:14 pm Post subject: |
|
|
padoor: Not everyone uses KDE, and a couple of days back your advice led to someone installing 1/2 of kde just to sort a sound problem, which isnt a good thing. If they don't complain now they will when emerge -u world notices a new version of kde has been released and they have to wait hours for it to complete the update. Perhaps before giving this advice you could say "if you use kde try kmix or if you use gnome use gnome-volume-control" as this will at least cover most people
I have used 7 different soundcard modules (including ac97 onboard, intel-hda and emu101k as well as more obscure ones), and never had a card that wouldn't work with plain alsamixer in console, which everyone has. While not the prettiest app, it works.
Suicidal_Orange |
|
Back to top |
|
 |
padoor Advocate


Joined: 30 Dec 2005 Posts: 4185 Location: india
|
|
Back to top |
|
 |
d99ma Tux's lil' helper

Joined: 21 Jul 2003 Posts: 148 Location: Lund, Sweden
|
Posted: Sun Oct 22, 2006 11:28 pm Post subject: |
|
|
Sorry for not answering before, I've been away.
dmix is working when using most things and I can control the volume in alsamixer (and X) I've got a Realtek HD card and I'm using the intel-hda driver compiled into kernel.
The problem seems to be that some apps use oss and then everything goes banana.
After upgrading to the flash 9 beta which uses alsa there is no problem with sound from flash sources.
And by having realplayer load libaoss.so realplay now also works.
Browser java is still causing problems though. When a site has a java applet that play a sound it does so at maximum sound level ignoring alsa sound.
/Martin |
|
Back to top |
|
 |
cgmd Veteran


Joined: 17 Feb 2005 Posts: 1585 Location: Louisiana
|
Posted: Mon Nov 13, 2006 11:19 pm Post subject: |
|
|
d99ma wrote: Quote: | And by having realplayer load libaoss.so realplay now also works.
|
How do you make realplayer load libaoss.so?
Thanks! _________________ "Primum non nocere" ---Galen |
|
Back to top |
|
 |
cgmd Veteran


Joined: 17 Feb 2005 Posts: 1585 Location: Louisiana
|
Posted: Mon Nov 13, 2006 11:26 pm Post subject: |
|
|
d99ma wrote: Quote: | And by having realplayer load libaoss.so realplay now also works.
|
How do you make realplayer load libaoss.so?
Thanks! _________________ "Primum non nocere" ---Galen |
|
Back to top |
|
 |
d99ma Tux's lil' helper

Joined: 21 Jul 2003 Posts: 148 Location: Lund, Sweden
|
Posted: Sat Nov 18, 2006 1:11 am Post subject: |
|
|
edit /opt/RealPlayer/realplay
and there should be some lines conserning the variable LD_PRELOAD
set that to $LD_PRELOAD:/usr/lib/libaoss.so
and export LD_PRELOAD |
|
Back to top |
|
 |
|