

Code: Select all
pcm.dmixer {
type dmix
ipc_key 1024
ipc_key_add_uid false
ipc_perm 0666 # mixing for all users
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 8192
rate 44100
}
bindings {
0 0
1 1
}
}
pcm.dsp0 {
type plug
slave.pcm "dmixer"
}
pcm.dsp {
type plug
slave.pcm "dmixer"
}
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.default {
type plug
slave.pcm "dmixer"
}
ctl.mixer0 {
type hw
card 0
}Code: Select all
aoss firefox




How did you get it enabled by default?? In fluxbox i could not get anything to play at the same time until i used .asoundrc.tarpman wrote:dmix has been enabled for a long time now; it's no longer necessary to enable it in ~/.asoundrc (you can delete that file btw, it won't make a difference).
What are your USE flags? Are the programs you're having trouble with configured to use OSS, or ALSA?