From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 21 10:30:16 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF99116A41C for ; Tue, 21 Jun 2005 10:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9C9A43D4C for ; Tue, 21 Jun 2005 10:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5LAUGdJ029676 for ; Tue, 21 Jun 2005 10:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5LAUGEX029672; Tue, 21 Jun 2005 10:30:16 GMT (envelope-from gnats) Date: Tue, 21 Jun 2005 10:30:16 GMT Message-Id: <200506211030.j5LAUGEX029672@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: kernel Cc: Subject: Re: kern/75831: [bktr] [patch] incorrect autodetection of Pinnacle cards X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kernel List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2005 10:30:17 -0000 The following reply was made to PR kern/75831; it has been noted by GNATS. From: kernel To: bug-followup@FreeBSD.org, branko@euro.net Cc: Subject: Re: kern/75831: [bktr] [patch] incorrect autodetection of Pinnacle cards Date: Tue, 21 Jun 2005 12:31:30 +0200 Hi, I got the same problem with your patch. I took the last bktr_card.c, bktr_card.h, bktr_tuner.c and bktr_tuner.h from April 2005 and I recompiled my kernel but it doesn't work. My dmesg is the following: bktr0: MT2032: Companycode=0404 Part=04 Revision=04 bktr0: PLL didn't lock bktr0: PLL didn't lock bktr0: MT2032: Companycode=0404 Part=04 Revision=04 bktr0: PLL didn't lock bktr0: PLL didn't lock bktr0: PLL didn't lock bktr0: PLL didn't lock bktr0: PLL didn't lock bktr0: PLL didn't lock bktr0: PLL didn't lock One week ago, my card was working and I was watching tv normally but for a while, it doesn't work anymore. My sysctl parameters are the following: craterlake# sysctl hw.bt848 hw.bt848.card: 1 hw.bt848.tuner: 6 hw.bt848.reverse_mute: -1 hw.bt848.format: -1 hw.bt848.slow_msp_audio: -1 Furthermore, I've tried to put in my kernel configuration options BKTR_OVERRIDE_TUNER=6 like I saw in a mailing list but it doesn't work either... Please let me know what's wrong. Thank you in advance Florian