Tom's MythTV Saga

I am installing a MythTV front-end / back-end combination. I figured that it would be an ordeal, so I decided to blog the process. It is currently working, but in a duct-tape-and-band-aids sort of way.

<August 2005>
SuMoTuWeThFrSa
31123456
78910111213
14151617181920
21222324252627
28293031123
45678910

News

To see my current hardware setup, go here

Navigation

Subscriptions

alsa audio issues - corrected

I didn't realize this, but I did not have alsa set up correctly.

I was using OSS emulation for my AC3 passthrough in myth tv and it worked fine.  I just assumed alsa was working properly.

I found out because ogle couldn't pass through DD/DTS at all.

So, I finally dug up the info that I needed this in my /etc/asound.conf file (entire contents):

# Redefine the default device to S/PDIF
pcm.!default {
type plug
slave.pcm "hw:0,1"
}
ctl.!default {
type hw
card 0
}

# Xine doesn't use the "default" device for S/PDIF but this:
pcm.!iec958 {
type plug
slave.pcm "hw:0,1"
}
ctl.!iec958 {
type hw
card 0
}

That did the trick. Now, I'm getting DD/DTS passthrough to my optical spdif, which kicks ass.

T

posted on Friday, August 19, 2005 12:03 PM by Tom

Powered by Community Server, by Telligent Systems