Has someone use simultaneous sound: playing mp3 files and playing Counter Strike or another emulated game at same time with this card?
I can play xmms and mplayer at same time, but emulated games and xmms don't work.
Information: ==========
Card: nforce 2 Chip: Realtek ALC650 rev 3 Motherboard: Asus A7N8XE-Deluxe Alsa version: 1.0.3 Kernel: 2.4.18 Based System: RH9
Compile information ================
I compile and install alsa version 1.0.3 like this:
alsa-driver: ./configure --with-cards=intel8x0 --with-sequencer=yes; make; make install
alsa-lib: ./configure; make; make install
alsa-oss: ./configure; make; make install
alsa-utils: ./configure; make; make install
.asoundrc config file: ================
And my .asoundrc (in home dir) file is this:
##################################### ### .asoundrc for nforce2
pcm.nforce-hw {
type hw
card 0
}pcm.!default {
type plug
slave.pcm "nforce"
}pcm.nforce {
type dmix
ipc_key 1234
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 4096
#rate 44100
}
}ctl.nforce-hw {
type hw
card 0
}#####################################
Thanks!
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
