Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2002 16:24:37 -0500
From:      George Uhl <uhl@rattler.gsfc.nasa.gov>
To:        freebsd-multimedia@freebsd.org
Subject:   Re: bktr driver woes in 4.5-RELEASE
Message-ID:  <4.3.2.7.2.20020226161722.028f1428@localhost>
In-Reply-To: <4.3.2.7.2.20020226110702.02783b38@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help

FWIW here is the output of fxtv while debugging startup:

bishop-fe# fxtv -debug startup
Fxtv v1.03
DETECTED CAPTURE CARD(S) [DRIVER PROBES]:
     bktr0: <BrookTree 848A> mem 0xea102000-0xea102fff irq 10 at device 
17.0 on pci0
     iicbb0: <I2C generic bit-banging driver> on bti2c0
     bktr0: Hauppauge Model 56111 E
     bktr0: Hauppauge WinCast/TV, Philips NTSC tuner, dbx stereo.
SYSCTL MIB VALUES:
     kern.version: FreeBSD 4.5-RELEASE #4: Tue Feb 26 10:32:19 EST 2002
         uhl@bishop-fe.qbed.nren.nasa.gov:/usr/src/sys/compile/NASATV

     hw.bt848.card: -1
     hw.bt848.tuner: -1
     hw.bt848.reverse_mute: -1
     hw.bt848.format: -1
     hw.bt848.slow_msp_audio: -1
TUNER SIGNATURE (0x01 - 0xff):
     00 00 00 00 00 00 00 00 00 00 01 08 0a 00 00 00
TUNER I2C DEVICES FOUND AT:
     0xa0, 0xb6, 0xc2, 0xc6
CAPTURE CARD EEPROM CONTENTS:
    Read 256 EEPROM bytes (0x00 - 0xff)
     84 12 00 00 05 50 09 09 08 05 01 2f db 00 00 94
     08 00 00 00 00 84 0a 00 01 01 20 77 00 40 6c e0
     06 00 77 02 01 03 03 43 0d 0c 79 41 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 00 00 00 00 00 00 00 00 00 00
     84 12 00 00 05 50 09 09 08 05 01 2f db 00 00 94
     08 00 00 00 00 84 0a 00 01 01 20 77 00 40 6c e0
     06 00 77 02 01 03 03 43 0d 0c 79 41 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 00 00 00 00 00 00 00 00 00 00
SUPPORTED FREQUENCY SETS:
      1 nabcst
      2 cableirc
      3 cablehrc
      4 weurope
      5 jpnbcst
      6 jpncable
      7 xussr
      8 australia
      9 france
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' v3360,  Protocol Verson 11.0
          Screen Res = 1280x1024, DefDepth = 16; NumScreens = 1
          Bitmap Unit/BitOrder/Pad = 32/LSBFirst/32, Image ByteOrder = LSBFirst
Shm Extension not available...X Server isn't local.
XF86DGA not available...X Server isn't local.
Rating Available Visuals:
    Rating  Class        bpp  Bpp  R,G,B 
Masks                   Swap  DirectVid
    ------  -----------  ---  ---  ----------------------------  ---- 
---------
      4     TrueColor     16  2,2  0000f800, 000007e0, 0000001f   --      No
Chosen Visual is 16-bpp TrueColor

XF86VidModeQueryVersion( ) succeeded - version = 0.08

At 11:18 AM 2/26/2002 -0500, George Uhl wrote:


>I have an aged Hauppauge WinTV card that was working fine
>on a 3.4-STABLE host.  I installed 4.5-RELEASE on this host
>and now the system hangs when I run a video application such
>as fxtv or vic.  I'd appreciate any suggestions to help me restore
>my video application support.
>
>Thanks,
>George
>
>Excerpts from my kernel config file:
>
># PCI video cards
>device smbus
>device iicbus
>device iicbb
>device bktr
>device          ic
>device          iic
>device          iicsmb          # smb over i2c bridge
>options       BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_NTSC
>
>dmesg output:
>
>Copyright (c) 1992-2002 The FreeBSD Project.
>Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
>         The Regents of the University of California. All rights reserved.
>FreeBSD 4.5-RELEASE #4: Tue Feb 26 10:32:19 EST 2002
>     uhl@bishop-fe.qbed.nren.nasa.gov:/usr/src/sys/compile/NASATV
>Timecounter "i8254"  frequency 1193182 Hz
>CPU: Pentium II/Pentium II Xeon/Celeron (400.91-MHz 686-class CPU)
>   Origin = "GenuineIntel"  Id = 0x652  Stepping = 2
> 
>Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
>real memory  = 134152192 (131008K bytes)
>config> di sn0
>No such device: sn0
>Invalid command or syntax.  Type `?' for help.
>config> di lnc0
>No such device: lnc0
>Invalid command or syntax.  Type `?' for help.
>config> di ie0
>No such device: ie0
>Invalid command or syntax.  Type `?' for help.
>config> di fe0
>No such device: fe0
>Invalid command or syntax.  Type `?' for help.
>config> di ed0
>No such device: ed0
>Invalid command or syntax.  Type `?' for help.
>config> di cs0
>No such device: cs0
>Invalid command or syntax.  Type `?' for help.
>config> q
>avail memory = 126054400 (123100K bytes)
>Preloaded elf kernel "kernel" at 0xc0468000.
>Preloaded userconfig_script "/boot/kernel.conf" at 0xc046809c.
>Pentium Pro MTRR support enabled
>md0: Malloc disk
>Using $PIR table, 7 entries at 0xc00fdee0
>npx0: <math processor> on motherboard
>npx0: INT 16 interface
>pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard
>pci0: <PCI bus> on pcib0
>pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
>pci1: <PCI bus> on pcib1
>pci1: <ATI Mach64-GB graphics accelerator> at 0.0 irq 11
>isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
>isa0: <ISA bus> on isab0
>atapci0: <Intel PIIX4 ATA33 controller> port 0xf000-0xf00f at device 7.1 
>on pci0
>ata0: at 0x1f0 irq 14 on atapci0
>ata1: at 0x170 irq 15 on atapci0
>pci0: <Intel 82371AB/EB (PIIX4) USB controller> at 7.2 irq 10
>chip1: <Intel 82371AB Power management controller> port 0x5000-0x500f at 
>device 7.3 on pci0
>pcm0: <Creative EMU10K1> port 0xd400-0xd41f irq 10 at device 9.0 on pci0
>fxp0: <Intel Pro 10/100B/100+ Ethernet> port 0xdc00-0xdc1f mem 
>0xea000000-0xea0fffff,0xea101000-0xea101fff irq 5 at device 13.0 on pci0
>fxp0: Ethernet address 00:a0:c9:c7:19:93
>inphy0: <i82555 10/100 media interface> on miibus0
>inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
>ahc0: <Adaptec 2940 Ultra SCSI adapter> port 0xe000-0xe0ff mem 
>0xea100000-0xea100fff irq 11 at device 15.0 on pci0
>aic7880: Ultra Wide Channel A, SCSI Id=7, 16/255 SCBs
>bktr0: <BrookTree 848A> mem 0xea102000-0xea102fff irq 10 at device 17.0 on 
>pci0
>iicbb0: <I2C generic bit-banging driver> on bti2c0
>iicbus0: <Philips I2C bus> on iicbb0 master-only
>iicsmb0: <I2C to SMB bridge> on iicbus0
>smbus0: <System Management Bus> on iicsmb0
>iic0: <I2C general purpose I/O> on iicbus0
>smbus1: <System Management Bus> on bti2c0
>bktr0: Hauppauge Model 56111 E
>bktr0: Hauppauge WinCast/TV, Philips NTSC tuner, dbx stereo.
>orm0: <Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xcc7ff on isa0
>fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
>fdc0: FIFO enabled, 8 bytes threshold
>fd0: <1440-KB 3.5" drive> on fdc0 drive 0
>atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
>atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
>kbd0 at atkbd0
>psm0: <PS/2 Mouse> irq 12 on atkbdc0
>psm0: model Generic PS/2 mouse, device ID 0
>vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
>sc0: <System console> at flags 0x100 on isa0
>sc0: VGA <16 virtual consoles, flags=0x300>
>sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
>sio0: type 16550A
>sio1 at port 0x2f8-0x2ff irq 3 on isa0
>sio1: type 16550A
>acd0: CDROM <TOSHIBA CD-ROM XM-6402B> at ata0-master using PIO4
>Waiting 15 seconds for SCSI devices to settle
>Mounting root from ufs:/dev/da0s1a
>da0 at ahc0 bus 0 target 0 lun 0
>da0: <SEAGATE ST39173W 6244> Fixed Direct Access SCSI-2 device
>da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing 
>Enabled
>da0: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C)
>uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0xd000-0xd01f irq 10 
>at device 7.2 on pci0
>usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
>usb0: USB revision 1.0
>uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
>uhub0: 2 ports with 2 removable, self powered
>
>
>-----------------------------------------------
>George Uhl, Lead Engineer, ESDIS Network Prototyping Lab
>email: uhl@rattler.gsfc.nasa.gov
>phone: 301-614-5155
>pgp public key: http://corn.eos.nasa.gov/uhl/PGP.html
>pgp key fingerprint: FA7F 040F 11CD 47C2 09BC  698F 570F EC3D E098 8937
>
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-multimedia" in the body of the message



-----------------------------------------------
George Uhl, Lead Engineer, ESDIS Network Prototyping Lab
email: uhl@rattler.gsfc.nasa.gov
phone: 301-614-5155
pgp public key: http://corn.eos.nasa.gov/uhl/PGP.html
pgp key fingerprint: FA7F 040F 11CD 47C2 09BC  698F 570F EC3D E098 8937


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?4.3.2.7.2.20020226161722.028f1428>