Date: Sun, 07 Sep 1997 19:54:10 -0700 From: Amancio Hasty <hasty@rah.star-gate.com> To: tomppa@fidata.fi Cc: multimedia@freebsd.org Subject: Re: Hauppauge Win/TV and fxtv problems Message-ID: <199709080254.TAA01800@rah.star-gate.com> In-Reply-To: Your message of "Mon, 08 Sep 1997 01:40:35 %2B0300." <199709072240.BAA22808@zeta.fidata.fi>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
This is what I have right now in the driver:
int weurope[] = {
69, (int)( 38.90 * FREQFACTOR), 0,
21, (int)(471.25 * FREQFACTOR), (int)(8.00 * FREQFACTOR),
17, (int)(183.25 * FREQFACTOR), (int)(9.00 * FREQFACTOR),
16, (int)(175.25 * FREQFACTOR), (int)(9.00 * FREQFACTOR),
15, (int)(82.25 * FREQFACTOR), (int)(8.50 * FREQFACTOR),
13, (int)(53.75 * FREQFACTOR), (int)(8.50 * FREQFACTOR),
5, (int)(175.25 * FREQFACTOR), (int)(7.00 * FREQFACTOR),
2, (int)(48.25 * FREQFACTOR), (int)(7.00 * FREQFACTOR),
1, (int)(45.25 * FREQFACTOR), (int)(7.00 * FREQFACTOR),
0
};
volker@neuroinformatik.ruhr-uni-bochum.de said:
> Tomi Vainio <tomppa@fidata.fi> writes: > >- Main channels here in
> Finland are located as 6, 8, 24 and 52. With >weurope setting the
> lowest channel is 21. I also need channels E2-E12 >and IA-IH. These
> worked fine with W95 software. Channel 52 was >problem also in there.
> I can see channel 52 as channel 27 when using >CATV weurope setting. >
>
> Maybe the following patch is useful for you. It adds the E2-E12 and
> the S1-20 channels. Should be easy to add IA-IH as well ;-).
> Yours,
> -Volker Freiburg-
> -------------------------- snip snip
> -------------------------- --- brooktree848.c.orig Tue Jun 10 20:42:05
> 1997 +++ brooktree848.c Mon Jun 13 17:18:01 1997 @@ -3661,13 +3661,20
> @@
> * 100 3890 000 IFFREQ
> *
> */ -#define OFFSET 8.00 +#define OFFSET1 7.00 +#define OFFSET2 8.00
> int weurope[] = { - 69, (int)( 38.90 * FREQFACTOR), 0, - 21,
> (int)(471.25 * FREQFACTOR), (int)(OFFSET * FREQFACTOR), + 100,
> (int)( 38.90 * FREQFACTOR), 0, + 90, (int)(231.25 *
> FREQFACTOR), (int)(OFFSET1 * FREQFACTOR), + 80,
> (int)(105.25 * FREQFACTOR), (int)(OFFSET1 * FREQFACTOR), + 74,
> (int)( 69.25 * FREQFACTOR), (int)(OFFSET1 * FREQFACTOR), + 21,
> (int)(471.25 * FREQFACTOR), (int)(OFFSET2 * FREQFACTOR), + 5,
> (int)(175.25 * FREQFACTOR), (int)(OFFSET1 * FREQFACTOR), +
> 2, (int)( 48.25 * FREQFACTOR), (int)(OFFSET1 * FREQFACTOR),
> 0
> }; -#undef OFFSET +#undef OFFSET1 +#undef OFFSET2
> /*
> * Japanese Broadcast Channels:
Perhaps someone can correct the S1-20 channels if its incorrect
in the driver.
Regards,
Amancio
>From The Desk Of Tomi Vainio :
> Amancio Hasty writes:
> > The bt848 driver at rah does have the Western Europe channels
> > Flemming's problem is probably due to the driver incorrectly
> > identifying his tuner.
> >
> There are no S-channels on your driver. Finnish fourth main channel
> called Nelonen is sent on channel S12.
>
> Tomppa
> --
> Tomi Vainio, Fimeko-Data Oy Phone: +358 (0)9 4582421
> Mail: tomppa@iki.fi tomppa@fidata.fi Telefax: +358 (0)9 4582425
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709080254.TAA01800>
