From owner-freebsd-questions@FreeBSD.ORG Thu Aug 26 03:20:08 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 1C67516A4CE for ; Thu, 26 Aug 2004 03:20:08 +0000 (GMT) Received: from users.757.org (users.757.org [216.54.62.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA37343D45 for ; Thu, 26 Aug 2004 03:20:07 +0000 (GMT) (envelope-from telmnstr@757.org) Received: by users.757.org (Postfix, from userid 1000) id EEAD43F67B; Wed, 25 Aug 2004 23:19:23 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by users.757.org (Postfix) with ESMTP id ED6853F676 for ; Wed, 25 Aug 2004 23:19:23 -0400 (EDT) Date: Wed, 25 Aug 2004 23:19:23 -0400 (EDT) From: Ethan To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: bktr not picking up STB brooktree card 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: Thu, 26 Aug 2004 03:20:08 -0000 Hello all, I'm working to get this STB board working under freebsd. It appears to be the common one, it is 878 based. It should use the standard bktr driver. I am running 4.10. I have added the following to my kernel conf, recompiled, boots fine: device bktr device iicbus device iicbb device smbus dmesg output shows these two: pci0: (vendor=0x109e, dev=0x036c) at 14.0 pci0: (vendor=0x109e, dev=0x0878) at 14.1 pciconf -l -v shows this: none0@pci0:14:0: class=0x040000 card=0x264510b4 chip=0x036c109e rev=0x02 hdr=0x00 vendor = 'Brooktree Corporation' device = 'Bt879(??) Video Capture' class = multimedia subclass = video none1@pci0:14:1: class=0x048000 card=0x264510b4 chip=0x0878109e rev=0x02 hdr=0x00 vendor = 'Brooktree Corporation' device = 'Bt878/Fusion878A Video Capture (Audio Section)' class = multimedia I've tried forcing the kernel "options BKTR_OVERRIDE_CARD=3" as well as a 0 (3 = STB, 0 = generic/unknown) with no luck. Any thoughts or solutions? I googled around but most references are to a point after the card is working, mainly framerate issues. All suggestions welcome! I'm pretty much dead in the water. -- // Ethan O'Toole // http://users.757.org/~ethan