|
|
|
Re: Avermedia AverTV 203 input selection | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Am So, den 20.02.2005 schrieb Javier Valencia um 11:59:
> Manuel Adán wrote:
>
> >
> > Hi,
> >
> > I've been trying to start up my Avermedia AverTV 203 (aka TV Capture
> > 98 in USA) in Debian, and after a few days collecting information and
> > software, it appears impossible.
> >
> > bttv driver detect correctly this tv card, based on bt878:
> >
> > Feb 20 02:53:37 numaios kernel: bttv: driver version 0.9.15 loaded
[...]
> > Feb 20 02:53:37 numaios kernel: tuner: chip found at addr 0xc2 i2c-bus
> > bt878 #0 [sw]
> > Feb 20 02:53:37 numaios kernel: tuner: type set to 5 (Philips PAL_BG
> > (FI1216 and compatibles)) by bt878 #0 [sw]
> > Feb 20 02:53:37 numaios kernel: tda9885/6/7: chip found @ 0x86
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> I have the same card (bought in spain) and didn't work. Tryed in this
> list and Gunther Mayer told me that it have a new tuner so he send me a
> patch against v4l. The patch didn't applied automatically, but manually.
> In the end it worked without flaws. I attach the patch if you want to
> try it (i don't know if it's already on v4l cvs).
>
Gunther's patch is applied to cvs since quite a while, but is not yet in
2.6.10. FM1216ME MK3, tuner=38 with tda9887 is what is missing here.
The video4linux-20050218-122829 should compile down to 2.6.9 for v4l,
additional dvb support needs 2.6.10 as minimum.
Greetings,
Hermann
>
> ______________________________________________________________________
> --- video4linux-20050107-135849/bttv-cards.c-original 2005-01-09 15:51:51.933518696 -0800
> +++ video4linux-20050107-135849/bttv-cards.c 2005-01-09 16:10:36.414571592 -0800
> @@ -298,12 +298,12 @@
>
> // DVB cards (using pci function .1 for mpeg data xfer)
> { 0x01010071, BTTV_NEBULA_DIGITV, "Nebula Electronics DigiTV" },
> - { 0x07611461, BTTV_AVDVBT_761, "AverMedia AverTV DVB-T" },
> + { 0x07611461, BTTV_AVDVBT_761, "AverMedia AverTV DVB-T 761" },
> { 0x001c11bd, BTTV_PINNACLESAT, "Pinnacle PCTV Sat" },
> { 0x002611bd, BTTV_TWINHAN_DST, "Pinnacle PCTV SAT CI" },
> { 0x00011822, BTTV_TWINHAN_DST, "Twinhan VisionPlus DVB-T" },
> { 0xfc00270f, BTTV_TWINHAN_DST, "ChainTech digitop DST-1000 DVB-S" },
> - { 0x07711461, BTTV_AVDVBT_771, "AVermedia DVB-T 771" },
> + { 0x07711461, BTTV_AVDVBT_771, "AVermedia AverTV DVB-T 771" },
> { 0xdb1018ac, BTTV_DVICO_DVBT_LITE, "DVICO FusionHDTV DVB-T Lite" },
>
> { 0, -1, NULL }
> @@ -2794,7 +2794,10 @@
> if (0 == tda9887 && 0 == bttv_tvcards[btv->c.type].has_dvb &&
> bttv_I2CRead(btv, I2C_TDA9887, "TDA9887") >=0)
> tda9887 = 1;
> - if (tda9887)
> + if((btv->tuner_type == TUNER_PHILIPS_FM1216ME_MK3) ||
> + (btv->tuner_type == TUNER_PHILIPS_FM1236_MK3) ||
> + (btv->tuner_type == TUNER_PHILIPS_FM1256_IH3) ||
> + tda9887)
> request_module("tda9887");
> if (btv->tuner_type != UNSET)
> request_module("tuner");
> @@ -3138,7 +3141,8 @@
> TUNER_PHILIPS_PAL, TUNER_PHILIPS_PAL /* PAL-I*/,
> TUNER_PHILIPS_PAL, TUNER_PHILIPS_PAL,
> TUNER_PHILIPS_SECAM, TUNER_PHILIPS_SECAM,
> - TUNER_PHILIPS_SECAM, TUNER_PHILIPS_PAL};
> + TUNER_PHILIPS_SECAM, TUNER_PHILIPS_PAL,
> + TUNER_PHILIPS_FM1216ME_MK3 };
> #if 0
> int tuner_0_fm_table[] = {
> PHILIPS_FR1236_NTSC, PHILIPS_FR1216_PAL,
> @@ -3165,7 +3169,7 @@
> btv->has_remote = (eeprom_data[0x42] & 0x01);
>
> if (tuner_make == 0 || tuner_make == 2)
> - if(tuner_format <=9)
> + if(tuner_format <=0x0a)
> tuner = tuner_0_table[tuner_format];
> if (tuner_make == 1)
> if(tuner_format <=9)
>
> ______________________________________________________________________
> --
>
> Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/video4linux-list
--
Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
[Linux Media] [Older V4L] [Linux DVB] [Video Disk Recorder] [Video Technology] [Asterisk] [Photo] [DCCP] [Netdev] [Plasma TVs] [Video Projectors] [PDAs] [Xorg] [Util Linux NG] [Xfree86] [Devices] [Big List of Linux Books] [Free Photo Albums] [LCD TVs] [Fedora Users] [Webcams] [Fedora Women] [HDTV] [ALSA Users] [ALSA Devel] [Stuff] [SSH] [DVB Maintainers] [Linux USB]
![]() |
![]() |