From owner-freebsd-multimedia@FreeBSD.ORG Sat Mar 5 21:54:47 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 A1ED816A4CE for ; Sat, 5 Mar 2005 21:54:47 +0000 (GMT) Received: from web51107.mail.yahoo.com (web51107.mail.yahoo.com [206.190.38.149]) by mx1.FreeBSD.org (Postfix) with SMTP id 2B69B43D39 for ; Sat, 5 Mar 2005 21:54:47 +0000 (GMT) (envelope-from dbmoler@yahoo.com) Received: (qmail 67145 invoked by uid 60001); 5 Mar 2005 21:54:46 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=3OtUlvG4rz/cwaju+RrWmHft5vHU5kKJwu0Tly/8it1lxuSz9giPsX+y3p9/R0tTB7X/1gTdv2s4Yhz4ZDD4P9nqdM/lkhEZf6N6J6k//oCRmshr5WRKbdCFGVglmcNWszA4L/SiueEdnS2sJPvc4d0QnxJY7cKtDDwukddRfDU= ; Message-ID: <20050305215446.67143.qmail@web51107.mail.yahoo.com> Received: from [67.161.15.126] by web51107.mail.yahoo.com via HTTP; Sat, 05 Mar 2005 13:54:46 PST Date: Sat, 5 Mar 2005 13:54:46 -0800 (PST) From: David Moler To: freebsd-multimedia@freebsd.org In-Reply-To: 6667 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: amd64 / bktr 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: Sat, 05 Mar 2005 21:54:47 -0000 After poking around the mplayer code a bit, I got this working. The trick was to add: --enable-tv-bsdbt848 to the CONFIGURE_ARGS. It looks like it was supposed to be autodetected, but wasn't. Perhaps another make KNOB should be added or detection fixed. Thanks for your help. --- David Moler wrote: > I tried removing this section and recompiling the > kernel: > > if (card == CARD_MIRO && mt2032_init(bktr) > == > 0) { > bktr->card = cards[ (card = > CARD_PINNACLE_PCTV_RAVE) ]; > select_tuner( bktr, TUNER_MT2032 ); > goto checkDBX; > } > > I also tried setting hw.bt848.tuner=1. I get the > same > result. Perhaps this is a problem with mplayer? > > > --- Arne Wörner wrote: > > --- David Moler wrote: > > > %dmesg |grep bktr > > > bktr0: mem 0xfa002000-0xfa002fff > > irq > > > 18 at device 12.0 on pci0 > > > bktr0: Warning - card vendor 0x1002 (model > 0x0001) > > > unknown. > > > bktr0: MT2032: Companycode=3c3c Part=3c > > Revision=3c > > > bktr0: MT2032 not found or unknown type > > > bktr0: Detected a MSP3430G-A4 at 0x80 > > > bktr0: Pinnacle/Miro TV, Temic NTSC tuner, > > msp3400c > > > stereo. > > > > > > These lines are in the kernel: > > > device bktr > > > device iicbus > > > device iicbb > > > device smbus > > > > > Looks ok... > > > > Maybe the changes about MicroTune MT2032 tuners > > ruined the support > > for your card. > > > > Could you try to set the tuner in > /boot/loader.conf > > manually? > > hw.bt848.tuner=1 > > or so? > > > > If that does not help, you could try to remove the > > mt2032 stuff > > from /sys/dev/bktr/bktr_card.c and recompile your > > kernel. > > > > Since I asked for the changes for my Pinnacle PCTV > > Rave card after > > R5.3, I am quite interested in solving the > problems > > I might have > > caused... :-) > > > > -Arne > > > > > > > > > > > > __________________________________ > > Celebrate Yahoo!'s 10th Birthday! > > Yahoo! Netrospective: 100 Moments of the Web > > http://birthday.yahoo.com/netrospective/ > > >