Date: Sun, 14 Jun 1998 23:00:35 +0200 From: Eivind Eklund <eivind@yes.no> To: Amancio Hasty <hasty@rah.star-gate.com>, multimedia@FreeBSD.ORG Subject: Re: bt848 card identification... Message-ID: <19980614230035.16308@follo.net> In-Reply-To: <199806141940.MAA17883@rah.star-gate.com>; from Amancio Hasty on Sun, Jun 14, 1998 at 12:40:49PM -0700 References: <199806141940.MAA17883@rah.star-gate.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 14, 1998 at 12:40:49PM -0700, Amancio Hasty wrote: > > I made a simple mod to sign.c : > for ( p = &signature.bytes[ 0 ], x = 0; x < 16; ++x ) { > > new for ( p = &signature.bytes[ 0 ], x = 0; x < 128; ++x ) { > > Also, I updated sign.c at http://www.freebsd.org/~ahasty/Bt848.html > > So please modify your sign.c or download it from the web site and > post the output of: > > fxtv-0.47 -debug startup Fxtv v0.47 DETECTED CAPTURE CARD(S) [DRIVER PROBES]: bktr0: <BrookTree 848> rev 0x11 int a irq 5 on pci0.10.0 Miro TV, Temic PAL tuner, msp3400c stereo. SYSCTL MIB VALUES: kern.version: FreeBSD 3.0-CURRENT #84: Wed Jun 10 01:52:01 MET DST 1998 eivind@bitbox.follo.net:/disks/a/usr/src/sys/compile/BITBOX hw.bt848.card: -1 hw.bt848.tuner: -1 hw.bt848.reverse_mute: -1 TUNER SIGNATURE (0x01 - 0xff): 00 00 00 00 00 00 00 00 01 00 00 00 03 00 00 00 TUNER I2C DEVICES FOUND AT: 0x80, 0xc0, 0xc2 ioctl(BT848_REEPROM) failed: Input/output error CAPTURE CARD EEPROM CONTENTS: Read 0 EEPROM bytes Supported RGB Capture Pixel Formats: bpp Bpp RGB Masks Swap --- --- ---------------------------- ---- 15 2 00007c00, 000003e0, 0000001f NB 16 2 0000f800, 000007e0, 0000001f NB 24 3 00ff0000, 0000ff00, 000000ff B 24 4 00ff0000, 0000ff00, 000000ff NBWb Supported YUV Capture Pixel Formats: YUVSize HSamp VSamp Pack CompOrder T->B L->R YTrans ------- ----- ----- ------ --------- ---- ---- ------ 8,8,8 1,2,2 1,1,1 PLANAR YUV Y Y N 8,8,8 1,2,2 1,1,1 PACKED YUYV Y Y N 8,8,8 1,2,2 1,2,2 PLANAR YUV Y Y N XSERVER: 'The XFree86 Project, Inc' v3310, Protocol Verson 11.0 Screen Res = 1600x1200, DefDepth = 24; NumScreens = 1 Bitmap Unit/BitOrder/Pad = 32/LSBFirst/32, Image ByteOrder = LSBFirst XF86DGAQueryVersion() succeeded - vers = 1.00 BaseAddr = 0xfa000000, Pitch = 1600, BankSize/RamSize = 8388608/8388608 Rating Available Visuals: Rating Class bpp Bpp R,G,B Masks Swap DirectVid ------ ----------- --- --- ---------------------------- ---- --------- 7 TrueColor 24 4,4 00ff0000, 0000ff00, 000000ff -- Yes Default Visual is 24-bpp TrueColor XF86VidModeQueryVersion() succeeded - version = 0.08 > and the output of the new sign.c signature contents, 0x01 thru 0xff: 00 00 00 00 00 00 00 00 01 00 00 00 03 00 00 00 d8 b5 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c8 82 07 20 88 93 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 i2c device found @ 0x80 0xc0 0xc2 This is the Miro PCTV with stereo card (unfortunately, I haven't yet gotten around to fixing the support). It's an MSP3410B, not a 3400C - but the buggy probe is due to me originally testing with another card, anyway. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980614230035.16308>