I went through these instructions and got 8.10 to play flawlessly with the mythtv frontend over hdmi. Thanks!
However when it comes to libxine, xine player crashes when you try and start up a DVD under video with the plea that:
I'm unable to initialize m_pXine's 'alsa' audio driver. <0xb6498b90>
I went back to /etc/pluto/xine.conf and changed the audio.driver setting back to "auto" and it gave me the same plea.
Reading around various posts it seems that it might be caused by another program hijacking alsa and not releasing it (for example mythtv) but without pursuing this further, I wondered it anyone had a similar problem or had ideas about how to overcome it.
I have the 1.0.24.2 alsa drivers installed and the latest libxine2 and pluto-xine dpkg packages from phenigma.
My only other thought is that I have 3 devices available from the NVIDIA driver install, and I have set up one device as default as per the instructions in ~/.asoundrc and /home/linuxmce/.asoundrc:
pcm.!default {
type hw
card 1
device 7
}
Would there be a way to tell xine to use a different device, say 1,9? It doesn't work by just going in and setting the audio.alsa setting in xine.conf.
As you can tell, alsa is a big black box to me so I need some help troubleshooting what went wrong, since mythtv uses this fix so perfectly.
here is my aplay -l if that helps:
root@moon272:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC887 Analog [ALC887 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC887 Digital [ALC887 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
Thanks!