You are not logged in.
Sometime recently-ish, sound stopped working in OSS apps (flash, xmms). A little googling reveals that I now have to launch them with aoss! This is unacceptable!
The aoss script simply sets the LD_PRELOAD environment variable so that libaoss.so is loaded for OSS emulation. Here is a solution so that all your OSS apps can play sound (even simultaneously!) without using aoss.
Put the following into /etc/profile.d/aoss.sh and chmod it executable:
#!/bin/sh
export LD_PRELOAD=/usr/lib/libaoss.so${LD_PRELOAD:+:$LD_PRELOAD}
You need to restart for it to take effect. Maybe this should be part of the alsa-oss package?
Offline
Woo, great!
Thanks.
Offline
Thanks!
to live is to die
Offline
Cool! I'll have to see how this works with Wine...
(Wine's ALSA support at the moment is kind of crappy.)
Offline
Cool! I'll have to see how this works with Wine...
(Wine's ALSA support at the moment is kind of crappy.)
Tested with 'wine Steam.exe' but got no sound in cs while listening to music :-/
well, lets hope the wine dev's concentrate on alsa and get to work soon.
cheers,
detto
Offline
take a look at this:
http://gentoo-wiki.com/HOWTO_ALSA_sound … _Emulation
lets you use dmix to mix in an OSS app with your alsa apps. admittedly it's only one OSS app at a time, but i've never needed to use more than that.
works sweet for quake4 + mpd
James
Offline
Gullible Jones wrote:Cool! I'll have to see how this works with Wine...
(Wine's ALSA support at the moment is kind of crappy.)
Tested with 'wine Steam.exe' but got no sound in cs while listening to music :-/
well, lets hope the wine dev's concentrate on alsa and get to work soon.cheers,
detto
I'm able to play music and watch Flash animations with sound at the same time, with no detectable loss of sound quality. It doesn't work at all with Wine though - in fact, it causes stuff running in Wine to crash.
take a look at this:
http://gentoo-wiki.com/HOWTO_ALSA_sound … _Emulationlets you use dmix to mix in an OSS app with your alsa apps. admittedly it's only one OSS app at a time, but i've never needed to use more than that.
works sweet for quake4 + mpd
James
Cool, I'll try that then. I wonder if there's a way to dmix more than one?
Offline
Nope, doesn't work at all. For anything. No sound mixing for OSS stuff.
Is the ENS1371 one of those "special" cards they mention?
Offline
Nope, doesn't work at all. For anything. No sound mixing for OSS stuff.
Is the ENS1371 one of those "special" cards they mention?
oh well, it's works-for-me. but aoss works too.
James
Offline
This solves problem with my newly acquired Ensoniq ES1371. I was looking for solution for two days now. Thanks shaurz.
Offline