From owner-freebsd-hardware@FreeBSD.ORG Fri Sep 3 04:26:43 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29BF016A4CE for ; Fri, 3 Sep 2004 04:26:43 +0000 (GMT) Received: from users.757.org (users.757.org [216.54.62.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F9343D1F for ; Fri, 3 Sep 2004 04:26:42 +0000 (GMT) (envelope-from telmnstr@757.org) Received: by users.757.org (Postfix, from userid 1000) id A033C3F676; Fri, 3 Sep 2004 00:26:41 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by users.757.org (Postfix) with ESMTP id 9F27B3F670 for ; Fri, 3 Sep 2004 00:26:41 -0400 (EDT) Date: Fri, 3 Sep 2004 00:26:41 -0400 (EDT) From: Ethan To: freebsd-hardware@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-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 04:26:43 -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