I upgraded to 0.17 and it all went very well. However, after 1 or 2
reboots the sound stopped working. I think what happened was that
sound device 0 became sound device 1 and vice versa which meant my
favourite program got no sound :( I've had to go back to my 0.16
backup.

1) Could the upgrade to 0.17 have caused this (it all worked fine
before and thenm the day after the upgrade this problem occured)?

2) How can I "fix" the cards so sound device 0 is always sound device
0 to stop this happening again when I re-try the upgrade?

My modprobe.conf looks like this for sound:

#----Sound card----#
alias snd-card-0 snd-intel8x0
alias snd-card-1 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

I have a feeling you use paramaters such as "card_limit" and "index" -
would I add something like this to just after the alias statements:

options snd-intel8x0 index=0
options snd-cmi-pci index=1

Regards,
Phill
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to