From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 4 00:02:02 2005 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 B162116A4CE; Tue, 4 Jan 2005 00:02:02 +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 4250743D39; Tue, 4 Jan 2005 00:02:02 +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 j040Ajkr011239; Mon, 3 Jan 2005 16:10:23 -0800 (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 j0404cPX023587; Mon, 3 Jan 2005 16:04:39 -0800 (PST) Received: (from jakemsr@localhost) by funk.gsky.dom (8.13.1/8.13.0/Submit) id j0404cSh005732; Mon, 3 Jan 2005 16:04:38 -0800 (PST) Date: Mon, 3 Jan 2005 16:04:38 -0800 From: Jacob Meuser To: Steve Sizemore Message-ID: <20050104000438.GA11123@funk.gsky.dom> References: <20041231021938.GC27979@Math.Berkeley.EDU> <20041231031501.GA28540@funk.gsky.dom> <20050103231803.GA10778@Math.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050103231803.GA10778@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: Tue, 04 Jan 2005 00:02:02 -0000 On Mon, Jan 03, 2005 at 03:18:04PM -0800, Steve Sizemore wrote: > On Thu, Dec 30, 2004 at 07:15:01PM -0800, Jacob Meuser wrote: > > On Thu, Dec 30, 2004 at 06:19:38PM -0800, Steve Sizemore wrote: > > > > > > 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 > > > > > > > > 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. > > Thanks for your answer, Jacob. I just opened up the box to look at the > tuner, and the information on the label is > NTSC > 44981 > Rev E199 > > Peeling back the label revealed only bare metal. > > I trust this is the information you were hoping for... well, that doesn't help ;( googling for 'Hauppauge 44981' was fruitless. maybe see if there's an entry for this model in the LGPL windows driver: btwincap.sf.net, or in bttv: linux.bytesex.org/v4l2/bttv.html --