7
« on: April 20, 2009, 01:08:36 pm »
Thank you! From the lack of responses, it seems that I'm pioneering, so these are my notes as well as anyone else's. However, I'm concerned that I may have missed some details initially as I only recently started documented my steps. From reading through the ubuntu forums, and others, it seems that the audigy can be made to work with xine over spdif coax, so perhaps this is an issue with LMCE that just manifests itself this way. I've started over with a fresh MD build with Audigy 2. Onboard audio is disabled in the bios. The A/V Wizard and Setup Wizard Video both had sound. Mplayer has sound. As before, only Xine produces no sound. This makes me doubt that anything I've tried had any effect. Does anyone have a recommended order for testing?
In alsamixer, both IEC958 Raw and Analog/Digital Out are unmuted. It seems that generally, IEC958 should be muted, but I'm not making any changes anywhere yet.
In .xine/config, audio.output.speaker_arrangement is commented out (default). It's been recommended to set this to "Pass Through".
This is the asound.conf:
pcm_slave.convert48k {
pcm "spdif"
rate 48000
}
pcm.spdif_playback {
type plug
slave convert48k
}
pcm.asym_spdif {
type asym
playback.pcm "spdif_playback"
capture.pcm "plughw:0"
}
pcm.asym_analog {
type asym
playback.pcm "plug:dmix"
capture.pcm "plughw:0"
}
pcm.!default asym_spdif
There are 2 ~/.asoundrc files recommended to use with alsa and audigy. I'll try both, though alsa says that .asoundrc is no longer required.
I haven't looked in MythTV Front end to see what the default settings are, but it's been recommended to use the device "ALSA:spdif" and the Passthrough "default".