Daryl Williams wrote:
>
> gunther meyer wrote:
> >> I think bttv will always override insmod tuner=2 with the correct
> >> type from eeprom on hauppauge cards.
I was wrong. It really uses the insmod parameter !
> gerd knorr followed up:
> >It shouldn't. If it does it's a bug.
>
> for what its worth:
> it think that bttv may indeed be overriding insmod tuner type=2
> according to the following msg to syslog:
>
> Apr 24 03:02:23 mia kernel: bttv0: Hauppauge eeprom: model=39000,
> tuner=Philips TD1536D (4), radio=no
As it is using type=2 we can infer TD1536D is not compatible !
At your own risk you could apply this patch (against bttv-0.7.64)
and test with type=31 and type=32. This will let us know if FCV1236D
is compatible to TD1536 ?
-
Gunther
--- bttv-0.7.64-orig/driver/tuner.c Mon Apr 23 11:10:37 2001
+++ bttv-0.7.64/driver/tuner.c Tue Apr 24 21:27:33 2001
@@ -193,7 +193,12 @@
{ "LG PAL_BG (TPI8PSB11D)", LGINNOTEK, PAL,
16*170.00,16*450.00,0xa0,0x90,0x30,0x8e,623},
{ "Temic PAL* auto + FM (4009 FN5)", TEMIC, PAL,
- 16*141.00, 16*464.00, 0xa0,0x90,0x30,0x8e,623}
+ 16*141.00, 16*464.00, 0xa0,0x90,0x30,0x8e,623},
+ { "Philips NTSC analog+digital combi tuner, analog mode, Antenna 1
+(FCV1236D)", Philips, NTSC,
+ 16*160.00, 16*453.00, 0xa3,0x93,0x33,0x8e,732}, // Bit_0: Antenna select
+Bit_1: 1=analog
+ { "Philips NTSC analog+digital combi tuner, analog mode, Antenna 2
+(FCV1236D)", Philips, NTSC,
+ 16*160.00, 16*453.00, 0xa2,0x92,0x32,0x8e,732},
+
};
#define TUNERS (sizeof(tuners)/sizeof(struct tunertype))
gmdiff-bttv0764-fcr1236d_test