From owner-freebsd-stable@FreeBSD.ORG Sun Jan 2 21:44:10 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C2B016A4CE; Sun, 2 Jan 2005 21:44:10 +0000 (GMT) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C7D43D1D; Sun, 2 Jan 2005 21:44:09 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])j02Li5jb284216; Sun, 2 Jan 2005 16:44:07 -0500 Message-ID: <41D86B24.5040406@elischer.org> Date: Sun, 02 Jan 2005 13:44:04 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Michael Nottebrock References: <200501021219.00028.michaelnottebrock@gmx.net> <200501021307.47173.michaelnottebrock@gmx.net> In-Reply-To: <200501021307.47173.michaelnottebrock@gmx.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit cc: stable@freebsd.org cc: julian@freebsd.org Subject: Re: bktr now broken for me X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 21:44:10 -0000 Michael Nottebrock wrote: > On Sunday, 2. January 2005 12:18, Michael Nottebrock wrote: > >>The most recent commit to bktr completely breaks the driver for me. >> >>When starting a tv application, I get >> >>bktr0: tuner @ 0xc2 >>bktr0: MT2032 write failed (i2c addr 0xc0) > > > Looking at the changes, it seems that my card is misidentified as a PCTV Rave > with an MT2032 tuner now. I can override the tuner type when I compile the > driver into the kernel and set options BKTR_OVERRIDE_TUNER=10 and get TV > again - that's fine for me, but I find it a bit wonky that the sysctl only > works if the driver does not detect any tuners in the first place. > firstly, which version of FreeBSD are you running? and could you see if there is some patch you can add that will identify your device correctly? How was it identified before?