[mythtv-users] HDPVR S/PDIF troubles

Eric Sharkey eric at lisaneric.org
Wed Apr 30 21:16:48 UTC 2014


On Wed, Apr 30, 2014 at 4:59 PM, Martin Compton <martinc at itrans.com> wrote:
> On 04/30/2014 03:46 PM, mythtv at manzana.com wrote:
>> when I change the Capture card setting and change
>> the default inputs via the /etc/modprobe.d/ file to SPDIF; liveTV fails
>> with the not helpful "error opening jump program file" message.  If I
>> switch back to the RCA Back setting all is good.
>
> Here's what I have in my /etc/modprobe.d/hdpvr.conf (Ubuntu 12):
>
> # SPDIF (optical) audio input, Component video (Dish TV1 HD)
> options hdpvr default_audio_input=2 default_video_input=0
>
> # Note: April 2011, some users report instability if the HD-PVR is
> configured as an IR receiver.
> options lirc_zilog tx_only=1

I don't pass any options to the hdpvr module at all and it just works
for me.  Mythtv can select the correct audio device using its settings
alone.

mysql> select videodevice, audiodevice, cardtype from capturecard
where cardid = 11;
+-------------+-------------+----------+
| videodevice | audiodevice | cardtype |
+-------------+-------------+----------+
| /dev/video0 | 2           | HDPVR    |
+-------------+-------------+----------+
1 row in set (0.00 sec)

Eric


More information about the mythtv-users mailing list