From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 19 11:23:55 2005 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 605A716A4CE for ; Sat, 19 Feb 2005 11:23:55 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id F231A43D31 for ; Sat, 19 Feb 2005 11:23:54 +0000 (GMT) (envelope-from tweek.20k@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so58402rnf for ; Sat, 19 Feb 2005 03:23:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=NV5nwA4rPZ6q+kv+1y07Jt5zErfG2JdauAle1awlln4Dpzc77GjwARFSMg40DAm4Zc2xoP0WKNd3DEA7CLVpiSStHRCOTtZSEKBF3+3IquG198MtxwHzhlXej/xRHl3RkIyxrdHrry77ZT5cR0qXJK4xWqCzbIMWWVOAkMGWGAo= Received: by 10.39.2.39 with SMTP id e39mr55442rni; Sat, 19 Feb 2005 03:23:54 -0800 (PST) Received: by 10.38.208.3 with HTTP; Sat, 19 Feb 2005 03:23:54 -0800 (PST) Message-ID: <82d8d698050219032370591284@mail.gmail.com> Date: Sat, 19 Feb 2005 04:23:54 -0700 From: tweek To: freebsd-multimedia@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: STB2 card - sound works in btwincap, doesn't in bktr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: tweek List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 11:23:55 -0000 I have an STB2 bt878 card. Works great under XP with btwincap, with or without an analog audio cable that runs from the card to my soundcard. In FreeBSD with a kernel compiled with bktr support, I can see video clearly with fxtv (http://tweek.no-ip.org/stuff/hockey.png) but can't hear anything. (Tried both audio internal and audio auto modes.) None of the mixers are muted; sound works. Here's some relevant lines from my dmesg: bktr0: mem 0xd0001000-0xd0001fff irq 11 at device 14.0 on pci0 bktr0: [GIANT-LOCKED] bktr0: STB TV/PCI, Philips FR1236 NTSC FM tuner, dbx stereo. pci0: at device 14.1 (no driver attached) pcm0: port 0x1040-0x107f irq 5 at device 15.0 on pci0 pcm0: pcm0: [GIANT-LOCKED] ... and some relevant lines from my kernel: device joy device bktr device iicbus device iicbb device iicsmb device smbus options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_NTSC options OVERRIDE_CARD=3 options OVERRIDE_TUNER=9 options BKTR_NEW_MSP34XX_DRIVER device sio device sound device "snd_es137x" This is my first time posting to a FreeBSD mailing list, so if I'm supposed to provide more, I will. tweek.20k@gmail.com