Since upgrading to 0.17 my sound config has messed up and I've had to
do things like swap the tuner --> sound card bindings over and change
the default output device from /dev/dsp0 to /dev/dsp1.

My outstanding problem is that only 1 of the soudn drivers loads on
bootup so I've had to add these lines into /etc/rc.local:

/sbin/rmmod snd-cmipci
/sbin/rmmod snd-intel8x0
/sbin/modprobe snd-cmipci
/sbin/modprobe snd-intel8x0

The sound section of modprobe.conf looks like this:
#----Sound card----#
alias snd-card-1 snd-intel8x0
alias snd-card-0 snd-cmipci
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
}; /sbin/modprobe -r --ignore-remove snd-intel8x0
install snd-cmipci /sbin/modprobe --ignore-install snd-cmipci &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-cmipci { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-cmipci

Any ideas as to why these 2 sound drivers loaded correctly with 0.16
but not 0.17? I don't like having to fudge it in rc.local.

Regards,
Phill
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to