Date: Sun, 8 Feb 1998 21:43:59 -0600 (CST) From: Kyle Mestery <mestery@winternet.com> To: multimedia@FreeBSD.ORG Subject: Re: tuner recognition... Message-ID: <Pine.GSO.3.96.980208214145.22270A-100000@tundra.winternet.com> In-Reply-To: <199802082236.OAA12743@rah.star-gate.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <BrookTree 848> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.980208214145.22270A-100000>