From owner-freebsd-multimedia Sun Feb 8 19:44:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22466 for freebsd-multimedia-outgoing; Sun, 8 Feb 1998 19:44:27 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from icicle.winternet.com (adm@icicle.winternet.com [198.174.169.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22430 for ; Sun, 8 Feb 1998 19:44:23 -0800 (PST) (envelope-from mestery@mail.winternet.com) Received: (from adm@localhost) by icicle.winternet.com (8.8.8/8.8.8) id VAA08305 for ; Sun, 8 Feb 1998 21:44:19 -0600 (CST) Received: from tundra.winternet.com(198.174.169.11) by icicle.winternet.com via smap (V2.0) id xma008259; Sun, 8 Feb 98 21:43:59 -0600 Received: from localhost (mestery@localhost) by tundra.winternet.com (8.8.7/8.8.4) with SMTP id VAA22319 for ; Sun, 8 Feb 1998 21:43:59 -0600 (CST) X-Authentication-Warning: tundra.winternet.com: mestery owned process doing -bs Date: Sun, 8 Feb 1998 21:43:59 -0600 (CST) From: Kyle Mestery To: multimedia@FreeBSD.ORG Subject: Re: tuner recognition... In-Reply-To: <199802082236.OAA12743@rah.star-gate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 8 Feb 1998, Amancio Hasty wrote: > > A few of you have reported that the bt848 driver incorrectly recognizes > your tuner --- for instance it reports PAL when you have an NTSC tuner. > > If you are still having this problem or getting audio please repost, > will try to sort a strategy to sort out this problem. > I am still having this problem. Here is the (correct) dmesg output for my card: bktr0: rev 0x11 int a irq 19 on pci0.17.0 Hauppauge WinCast/TV, Philips NTSC tuner. To get it to be recognized correctly as a NTSC card, I have to modify /sys/pci/brooktree.c and change the the following: /* PLL on a Philips tuner */ #define PHILIPS_NTSC_WADDR 0xc2 #define PHILIPS_NTSC_RADDR 0xc3 They used to be 0xc5 and 0xc6 I believe. Thanks. Kyle Mestery StorageTek's Network Systems Group "Keep honking, I'm reloading." "Lottery: A tax on people who are bad at math." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message