MetatronX99 n00b
Joined: 24 Jul 2004 Posts: 70 Location: Warren, MI
|
Posted: Thu Aug 12, 2004 11:02 pm Post subject: CM8738 Alsa Dmix and UT2004 |
|
|
I just recieved my new sound card off of newegg today based on the cm8738 chipset.
I was upset to find out the driver didn't support hardware mixing, although I have dmix working.
The only thing i'm trying to do now is get UT2004 to work with it.
sean@edoras ~ $ ut2004
open /dev/[sound/]dsp: Device or resource busy
I have no /dev/dsp* or /dev/sound/ directory, I do have /dev/snd
here is my .asoundrc
pcm.dmixer {
type dmix
ipc_key 1024
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.!default {
type plug
slave.pcm "dmixer"
}
pcm.default {
type plug
slave.pcm "dmixer"
}
ctl.mixer0 {
type hw
card 0
}
also, how can I get this to work with flash? _________________ GCC 3.4.2-r2
Glibc 20040808 +NPTL +Prelink
Linux 2.6.9-rc2-love4
~x86 System |
|