Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2003 17:27:23 -0700 (PDT)
From:      Jamie Bowden <ragnar@sysabend.org>
To:        Phil Pennock <pdp+freebsd@nl.demon.net>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: bktr on 5.1, Pinnacle PCTV Pro (PAL)
Message-ID:  <20030806172123.Y57564-100000@moo.sysabend.org>
In-Reply-To: <20030805145911.GA89385@samhain.noc.nl.demon.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 5 Aug 2003, Phil Pennock wrote:

> Hi,
>
> I'm having trouble getting a bktr device working.  The system is FreeBSD
> 5.1, custom kernel to get bktr in natively -- when used as a module,
> complaints were sent to dmesg about being unable to allocate memory.
> I'm hoping that someone here can point me in the right direction.
>
> The card is a Pinnacle PCTV Prof PAL-BG/I/DK/SECAM for Retail in
> D/GB/NL; I'm using it in NL.  The controller is a Conexant CN878; I
> looked into this before buying the card and found that Pinnacle bought
> Miro and Conexant bought Brooktree.  I think.

I have the US version of this card, and use it with fxtv without issue.
The only difference between your card and mine is the tuner.  From dmesg:

bktr0: <BrookTree 878> mem 0xec001000-0xec001fff irq 10 at device 9.0 on
pci2
bktr0: Detected a MSP3451G-A2 at 0x80
bktr0: Pinnacle/Miro TV, Temic NTSC tuner, msp3400c stereo.
pci2: <multimedia> at device 9.1 (no driver attached)

and from my kernel config file:

device          bktr
options         OVERRIDE_TUNER=1
options         BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_NTSC
device          smbus           #Bus support, required for smb below.
device          ichsmb
device          iicbus
device          iicbb
device          iicsmb

You'll want different OVERRIDE_TUNER and BROOKTREE_SYSTEM_DEFAULT values,
but other than that, everything should just work.

The unrecognized PCI device is the onboard sound chip, the msp chip is the
FM tuner, and while I haven't used it, others have reported success if you
check the archives.

This is 5.1-R updated to the latest RELENG_5_1 (hopefully -S will migrate
to 5.x come Sept. according to currently posted schedule).

Jamie Bowden

-- 
"It was half way to Rivendell when the drugs began to take hold"
Hunter S Tolkien "Fear and Loathing in Barad Dur"
Iain Bowen <alaric@alaric.org.uk>




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