On Sunday 21 August 2005 22:14, Robert Kohler wrote: > Well, I did what you asked, but I don't think it will help. > I found sound only works on Cardtype=0, Input=1. > Video only works on Cardtype=1, Input=1. > Cardtype=1, no input setting gives sound, and only Input=1 gives video. > Cardtype=0, input setting of 1 gives sound, and all input give no video..
That was actually quite useful. > Any other test I can run? Apply attached patch to cx24850-driver.c and let me know what the result is (use cardtype=1, BTW). Hans
--- cx25840-driver.c 2005-08-21 22:30:33.000000000 +0200 +++ cx25840-driver.c.org 2005-08-21 22:25:11.000000000 +0200 @@ -648,9 +648,9 @@ case CX25840_TUNER: CX25840_DEBUG("now setting Tuner input\n"); CX25840_SET_CH_1__SOURCE(cardtype == 1 ? 0x01 : 0x06); - CX25840_SET_PWR_DN_CH3(0x01); - CX25840_SET_PWR_DN_CH2(0x00); - CX25840_SET_CH_2__SOURCE(0x01); + CX25840_SET_PWR_DN_CH2(0x01); + CX25840_SET_PWR_DN_CH3(0x00); + CX25840_SET_CH_3__SOURCE(0x01); CX25840_SET_PWR_DN_ADC2(0x00); CX25840_SET_CH_SEL_ADC2(0x01); CX25840_SET_INPUT_MODE(0x00);