From owner-freebsd-questions@FreeBSD.ORG Tue Nov 23 22:37:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4987016A4CE for ; Tue, 23 Nov 2004 22:37:14 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8A1443D41 for ; Tue, 23 Nov 2004 22:37:13 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 23 Nov 2004 16:40:34 -0600 Message-ID: <41A3BBA3.6010705@daleco.biz> Date: Tue, 23 Nov 2004 16:37:23 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: rotenber@alumni.caltech.edu References: <33197.24.1.17.91.1101245949.squirrel@24.1.17.91> In-Reply-To: <33197.24.1.17.91.1101245949.squirrel@24.1.17.91> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Nov 2004 22:40:35.0117 (UTC) FILETIME=[72588DD0:01C4D1AD] cc: freebsd-questions@freebsd.org Subject: Re: iicbb - OK with 4.8, broken with 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 22:37:14 -0000 rotenber@alumni.caltech.edu wrote: >Hi > > >iicbb - OK with 4.8, broken with 5.3 > >I am trying to migrate from 4.8-RELEASE to 5.3-RELEASE. >Everything appears to function properly except my TV card. > >Since I have installed 5.3-RELEASE on a separate hard drive >it is easy to compare it to the 4.10-RELEASE. The hardware on >these two systems are identical except for the hard drives: >EPIC-ME6000 (VIA) mainboard >KWorld TV Tuner PCI Card KW-TV878RF-PRO > >On the 4.10 system I can use 'tuneradio' to set the FM radio >frequency on the TV card. On the 5.3 system I get nothing but >static and see this error: > > tuneradio -f 10110 >bktr0: arg=10110 temp=10110 >bktr0: tv_freq returned: -1 > >I have compiled the bktr driver for 5.3 with BKTR_RADIO_DEBUG. > >I notice that iicbus1 is missing in the dmesg output of 5.3, >but I have no idea if that is important. I also had to add >the option BKTR_USE_FREEBSD_SMBUS or the driver for the I2C >bus did not appear in dmesg at all. > >Any sugestions would be appreciated. > >JM Rotenberry > Just a suggestion or two, then. What's known as "grasping at straws" :-) 1. Do you have a /dev/tuner device? 2. Any difference if you # kldload pcf.ko before calling tuneradio? Just a thought (or two). Kevin Kinsey (who knows nothing of vid capture)