From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 23 12:37:11 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B66D837B401 for ; Mon, 23 Jun 2003 12:37:11 -0700 (PDT) Received: from netfoo.net (netfoo.net [206.162.201.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B3F43FDF for ; Mon, 23 Jun 2003 12:37:11 -0700 (PDT) (envelope-from paul@pboehmer.com) Received: from netfoo.net (netfoo.net [206.162.201.200]) by netfoo.net (8.12.9/8.12.9) with ESMTP id h5NJb31l013071 for ; Mon, 23 Jun 2003 15:37:04 -0400 (EDT) (envelope-from paul@pboehmer.com) Date: Mon, 23 Jun 2003 15:36:58 -0400 (EDT) From: Paul Boehmer X-X-Sender: paul@netfoo.net To: freebsd-multimedia@freebsd.org Message-ID: <20030623145649.O12973@netfoo.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-DCC-neonova-Metrics: vulcan.netfoo.net 1127; Body=1 Fuz1=1 Fuz2=1 X-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: bktr 878 no audio (STB PCI TV) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 19:37:12 -0000 I recently got this STB PCI TV tuner/capture card (with both TV and FM Antennai inputs, S-Video, RCA Video, and 1/8" Audio inputs) as a hand-me-down, and was happy to see that the kernel recognized the card with the bktr driver. I compiled fxtv from ports and I can get video without problem, but audio is non-existant. I have gone through the multimedia list and google'd for some insight to no avail. I have noticed that the MSP description in dmesg is mangled, possibly unrecognized? I have also tried the bktr.stable.patch released today at http://people.freebsd.org/~alex, but could not get the kernel to compile due to some kind of syntax error (I can provide more details if needed, but I'm not sure this is the route I need to be going). Below are (what I think) relevant kernel config entries and a partial dmesg output. I can provide full dmesg/kernel config/fxtv -debug, etc if needed. Any help would be greatly appreciated. Thanks in advance -- Paul Boehmer paul@pboehmer.com Partial Kernel Config ---------- cut --------------- # Brooktree Capture Card Support device bktr device iicbus device iicbb device smbus options OVERRIDE_CARD=3 options OVERRIDE_TUNER=9 options OVERRIDE_MSP=1 options OVERRIDE_DBX=1 ########### Patch http://people.freebsd.org/~alex ###### #options BKTR_NEW_MSP34XX_DRIVER ######################################################### ---------- cut ---------------- Partial dmesg shows: ---------- cut ---------------- bktr0: mem 0xdd9fe000-0xdd9fefff irq 5 at device 10.0 on pci0 iicbb0: on bti2c0 iicbus0: on iicbb0 master-only iicbus1: on iicbb0 master-only smbus0: on bti2c0 bktr0: Detected a MSP3434\^A-\^A0 at 0x80 bktr0: STB TV/PCI, Philips NTSC tuner, dbx stereo, msp3400c stereo. ---------- cut ----------------