On Tue, 22 Feb 2005 13:02:26 -0700, Matt Grommes <[EMAIL PROTECTED]> wrote:
> Awesome. Now I just have to figure out how to configure alsa to do it.
> Thanks.
I'm using /dev/dsp for AC-3 and /dev/adsp for analog to TV. I have an
nvidia chipset board.
/etc/asound.conf:
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,2"
period_time 0
period_size 1024
buffer_size 32768
rate 48000
}
}
ctl.nforce-hw {
type hw
card 0
}
Then you have to put the mapping into your modprobe.conf file (FC3 at
least) to map correctly:
/etc/modprobe.conf:
options snd-pcm-oss dsp_map=2 adsp_map=0
then set the myth setup:general to use /dev/adsp. mplayer will default
to /dev/dsp, as will mythmusic.
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users