From owner-freebsd-multimedia Sun Sep 7 19:54:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA28817 for multimedia-outgoing; Sun, 7 Sep 1997 19:54:20 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA28812 for ; Sun, 7 Sep 1997 19:54:17 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.7/8.8.5) with ESMTP id TAA01800; Sun, 7 Sep 1997 19:54:10 -0700 (PDT) Message-Id: <199709080254.TAA01800@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: tomppa@fidata.fi cc: multimedia@freebsd.org Subject: Re: Hauppauge Win/TV and fxtv problems In-reply-to: Your message of "Mon, 08 Sep 1997 01:40:35 +0300." <199709072240.BAA22808@zeta.fidata.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Sep 1997 19:54:10 -0700 From: Amancio Hasty Sender: owner-freebsd-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 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