[mythtv] TV tuner question

Michael D. Cencula mythtvuser at cencula.com
Sat Feb 8 02:58:10 EST 2003


On Saturday 08 February 2003 01:27, Merle Reine wrote:
> What driver do you use for the audio?  btaudio?  if so, any tricks to
> setting it up?  I installed one but could not get sound to work.
>
<snip>

For btaudio on a Hauppauge 401 with an msp43xx chip, my /etc/modules.conf 
looks like this:

alias parport_lowlevel parport_pc
alias eth0 3c59x
alias sound-slot-0 es1371
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 
2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 
|| :
alias char-major-81 bttv
alias usb-controller usb-uhci
options btaudio analog=0 digital=1 rate=32000
pre-install bttv modprobe btaudio
post-remove bttv modprobe -r btaudio
pre-install btaudio modprobe es1371

# Matrox YUV Video interface
alias char-major-178 mga_vid


Note the pre-install directives that ensure my /dev/dsp* devices are loaded in 
the correct order.



More information about the mythtv-dev mailing list