LinHES Forums
http://forums.linhes.org/

Two different "types" of PVR-250's (type 0x82)
http://forums.linhes.org/viewtopic.php?f=9&t=2138
Page 1 of 1

Author:  Blammo [ Thu Aug 05, 2004 10:40 pm ]
Post subject:  Two different "types" of PVR-250's (type 0x82)

If you have a single PVR-250, and it's one of the new types (0x82) you can get it working by setting your tuner=39 in the ivtv options.

However, as soon as you add a 2nd one, or that card WAS your 2nd one, with a different tuner type, you now face a problem.

What I did:

1. Patch tveeprom.c in ivtv to correctly identify my card. Diff at the end of this post. I downloaded and patched against ivtv-0.1.10-pre2-ck100s
2. force both cards, in type and tuner. Type can be found in /var/log/kern.log in the ivtv output.

Set them both, works like a charm!!


/etc/mythtv/modules/ivtv

alias char-major-81 videodev
alias char-major-61 lirc_i2c
options ivtv debug=1 card=82,10 tuner=39,2
options msp3400 once=1 simple=1
add below ivtv msp3400 saa7115 tuner
add above ivtv lirc_dev lirc_i2c



--------------------------------------------


--- /usr/src/ivtv-0.1.10-pre2-ck100s/driver/tveeprom.c 2004-07-25
07:32:32.000000000 -0700
+++ /root/tveeprom.c 2004-08-02 23:55:51.000000000 -0700
@@ -222,6 +222,28 @@
{ -1, "<unknown>"},
{ TUNER_PHILIPS_FM1216ME_MK3, "Philips FM1216 ME MK3"},
{ -1, "<unknown>"},
+ /* 70-79 */
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ /* 80-89 */
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { TUNER_PHILIPS_NTSC, "Philips FI1236 MK2" },
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
+ { -1, "<unknown>"},
};

static char *sndtype[] = {

-----------------------------------------------------

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/