From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 25 22:50:29 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org 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 455C316A407 for ; Sun, 25 Jun 2006 22:50:29 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq2.tilbu1.nb.home.nl (smtpq2.tilbu1.nb.home.nl [213.51.146.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97EB143D5F for ; Sun, 25 Jun 2006 22:50:28 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.130.188] (port=45809 helo=smtp3.groni1.gr.home.nl) by smtpq2.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1FudQx-0002Og-Av; Mon, 26 Jun 2006 00:50:27 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.221.74]:55629 helo=desktop.homenet) by smtp3.groni1.gr.home.nl with esmtp (Exim 4.30) id 1FudQf-0000X7-A1; Mon, 26 Jun 2006 00:50:09 +0200 From: Danny Pansters To: "R. B. Riddick" User-Agent: KMail/1.9.1 References: <20060611114723.57149.qmail@web30309.mail.mud.yahoo.com> In-Reply-To: <20060611114723.57149.qmail@web30309.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Date: Mon, 26 Jun 2006 00:50:00 +0200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200606260050.01038.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: freebsd-multimedia@freebsd.org Subject: Followup: [Re: bktr problems] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 22:50:29 -0000 FYI Just wanted to say that the wintv card got recognized again and works well on FreeBSD 6.1-RELEASE which I recently installed on an amd64 box (I did need to compile bktr module manually it wasnt included in the binary dist). bktr0: mem 0xc5000000-0xc5000fff irq 16 at device 6.0 on pci5 bktr0: [GIANT-LOCKED] bktr0: Hauppauge Model 44354 A242 bktr0: Detected a MSP3415D-B3 at 0x80 bktr0: Hauppauge WinCast/TV, Philips FR1216 PAL FM tuner, msp3400c stereo, remote control. I reckon between 6.0 and 6.1 something got fixed. Perhaps it works again for other folks as well. Cheers, Dan --------------------------------- my last reply to thread: On Sunday 11 June 2006 13:47, you wrote: > --- Danny Pansters wrote: > > /usr/src/sys/dev/bktr/bktr_card.c has some interesting comments about > > (some?) > > > > bt878 based cards that have an EEPROM. In short: they've been broken by > > the time MT2032 tuner support was added, and they're still broken. I've > > had similar problems with an (old) WinCast TV card; it stopped working > > somewhere around FreeBSD-5.3 or so, also because tuner detection fails > > and it can't be bullied into using the correct one with sysctl. I tried > > to raise the issue several times but never got a response. > > When u use a version of bktr_card.[ch] and bktr_tuner.[ch], that is old > enough, the tuner can be set/detected again? > > Could u send us a diff between the current version and the version, that > detects/behaves nicely? I'd have to install 5-something and incremently test it. What I can say is that I remember that for a while it worked with simply putting the (wrong) product/manufactorer ID that was reported in card.c and treating it as hauppauge, but later the reported ID became 0xffff and that went nowhere. It could probably have been done better and perhaps work with something analogous to what Robert Krten wrote. I also have a miro card and a saa based avermedia one, so I pretty much tossed the wintv aside. I have an amd box here that I need to set up for testing, I'll look which install images I still have a CD for and slap in the hauppauge and see if I can recreate that situation a little. If I can point to some useful timeframes where things broke I'll let you know, if not, well I won't :) IIRC it was between 5.2 -> 5.3 (hack as described above needed) and 5.3 -> 5.4/6.0 (b0rken since) Cheers, Dan