Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Mar 2005 13:54:46 -0800 (PST)
From:      David Moler <dbmoler@yahoo.com>
To:        freebsd-multimedia@freebsd.org
Subject:   Re: amd64 / bktr
Message-ID:  <20050305215446.67143.qmail@web51107.mail.yahoo.com>
In-Reply-To: 6667

next in thread | raw e-mail | index | archive | help
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 <dbmoler@yahoo.com> 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 <arne_woerner@yahoo.com> wrote:
> > --- David Moler <dbmoler@yahoo.com> wrote:
> > > %dmesg |grep bktr
> > > bktr0: <BrookTree 878> 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/
> > 
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050305215446.67143.qmail>