From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 31 03:12:44 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9610316A4CE; Fri, 31 Dec 2004 03:12:44 +0000 (GMT) Received: from www.eugeneglass.com (64-42-83-115.atgi.net [64.42.83.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2917D43D53; Fri, 31 Dec 2004 03:12:44 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: from funk.gsky.dom (64-42-83-114.atgi.net [64.42.83.114]) by www.eugeneglass.com (8.13.0/8.13.0) with ESMTP id iBV3LH2w025524; Thu, 30 Dec 2004 19:20:55 -0801 (PST) Received: from funk.gsky.dom (jakemsr@localhost.gsky.dom [127.0.0.1]) by funk.gsky.dom (8.13.1/8.13.0) with ESMTP id iBV3F1HL011655; Thu, 30 Dec 2004 19:15:01 -0800 (PST) Received: (from jakemsr@localhost) by funk.gsky.dom (8.13.1/8.13.0/Submit) id iBV3F1i2022778; Thu, 30 Dec 2004 19:15:01 -0800 (PST) Date: Thu, 30 Dec 2004 19:15:01 -0800 From: Jacob Meuser To: Steve Sizemore Message-ID: <20041231031501.GA28540@funk.gsky.dom> References: <20041231021938.GC27979@Math.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041231021938.GC27979@Math.Berkeley.EDU> User-Agent: Mutt/1.4.2i cc: roger@freebsd.org cc: multimedia@freebsd.org Subject: Re: Hauppauge WinTV support in bktr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 03:12:44 -0000 On Thu, Dec 30, 2004 at 06:19:38PM -0800, Steve Sizemore wrote: > I just purchased and installed a new Hauppauge WinTV PCI card > in my Dell desktop, running FreeBSD 5.3. > > After manually loading bktr_mem and bktr kernel modules, I was able to > build and run fxtv from the port. However, I don't get any picture. > I think this is because the tuner on the card is not recognized. > > From dmesg: > > bktr_mem: memory holder loaded > bktr0: mem 0xfc001000-0xfc001fff irq 11 at device 7.0 on pci2 > bktr0: [GIANT-LOCKED] > bktr0: Hauppauge Model 29440 @ % > bktr0: Warning - Unknown Hauppauge Tuner 0x9d > bktr0: Hauppauge WinCast/TV, Philips NTSC tuner. > bktr0: Warning - Unknown Hauppauge Tuner 0x9d > > Is there hope that this card might be supported? it has a bt878 compatible chip, which is good. > Anything I can do to help the process? find out what kind of tuner it has. this information is usually on the tuner (the "box" on the card where the cables attach), but you may have to peel back some stickers ;) some model numbers are listed in sys/dev/bktr/bktr_card.c. by looking at the tuner on my two different cards, I was able to determine what tuners they had. looks like the driver read the tuner id from the eeprom but did not recognize it. --