First the boot stuff...
ivtv:  ==================== START INIT IVTV ====================
ivtv:  version 0.10.6 (tagged release) loading
ivtv:  Linux version: 2.6.18-92.1.6.el5 SMP mod_unload 686 REGPARM 
4KSTACKS gcc-4.1
ivtv:  In case of problems please include the debug info between
ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
ivtv:  any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected Hauppauge card (cx23415 based)
ACPI: PCI Interrupt 0000:02:0b.0[A] -> GSI 23 (level, low) -> IRQ 177
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
ivtv0: loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
ivtv0: loaded v4l-cx2341x-dec.fw firmware (262144 bytes)
ivtv0: Encoder revision: 0x02060039
ivtv0: Decoder revision: 0x02020023
tveeprom 1-0050: Hauppauge model 48132, rev K268, serial# 8155290
tveeprom 1-0050: tuner model is LG TAPE H001F MK3 (idx 68, type 47)
tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
tveeprom 1-0050: audio processor is MSP4448 (idx 27)
tveeprom 1-0050: decoder processor is SAA7115 (idx 19)
tveeprom 1-0050: has radio, has IR remote
ivtv0: Autodetected Hauppauge WinTV PVR-350
tuner 1-0043: chip found @ 0x86 (ivtv i2c driver #0)
tda9887 1-0043: tda988[5/6/7] found @ 0x43 (tuner)
tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
saa7115 1-0021: saa7115 found @ 0x42 (ivtv i2c driver #0)
saa7127 1-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
msp3400 1-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
msp3400 1-0040: MSP4448G-A2 supports radio, mode is autodetect and 
autoselect
ivtv0: Registered device video0 for encoder MPEG (4 MB)
ivtv0: Registered device video32 for encoder YUV (2 MB)
ivtv0: Registered device vbi0 for encoder VBI (1 MB)
ivtv0: Registered device video24 for encoder PCM audio (1 MB)
ivtv0: Registered device radio0 for encoder radio
ivtv0: Registered device video16 for decoder MPEG (1 MB)
ivtv0: Registered device vbi8 for decoder VBI (1 MB)
ivtv0: Registered device vbi16 for decoder VOUT
ivtv0: Registered device video48 for decoder YUV (1 MB)
ivtv0: loaded v4l-cx2341x-init.mpg firmware (155648 bytes)
tuner 1-0061: type set to 47 (LG NTSC (TAPE series))
ivtv0: Initialized Hauppauge WinTV PVR-350, card #0
ivtv:  ====================  END INIT IVTV  ====================


This is a new install of mythtv .21 on a Centos 5.2 server.  Card was 
pulled out of a .20 server and worked fine prior.  I have managed to get 
  all the other stuff working via a standard video monitor, but I cant 
seem to get the video out to work via the PVR which is what is connected 
to my tuner.  I'm pulling off the composite video , or rather thats the 
goal I'm looking to duplicate.

When the machine boots up, my video goes from no display (blue 
projection) to a black display.  I haven't messed with patching the 
initrd file as I dont really care about seeing the boot stuff.  I dont 
believe thats needed as X is driving the display.  Please correct me if 
I'm wrong.

I have tried to pull as much as possible from the working xorg.conf file 
since that was working pretty well.


in the xorg.0.log file i get:

(II) Module mouse: vendor="X.Org Foundation"
         compiled for 7.1.1, module version = 1.1.1
         Module class: X.Org XInput Driver
         ABI class: X.Org XInput driver, version 0.6
(II) IVTV: driver for ivtv framebuffer: PVR-350
(II) Primary Device is: PCI 01:00:0
(--) Chipset PVR-350 found
(EE) Unsupported card 'VESA VGA'
(EE) Screen 0 deleted because of no matching config section.
(II) UnloadModule: "ivtv"
(EE) Device(s) detected, but none match those in the config file.


My device isn't at PCI 01:00:0, but at 02.0b.0 per lspci however my 
built in video card is at that address.

Finally my xorg.conf.

[EMAIL PROTECTED] log]# vi /etc/X11/xorg.conf
# Xorg configuration created by pyxf86config

Section "ServerLayout"
         Identifier     "Default Layout"
         Screen      0  "TV Screen" 0 0
         InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
         Option      "AllowMouseOpenFail" "yes"
EndSection

Section "InputDevice"
         Identifier  "Keyboard0"
         Driver      "kbd"
         Option      "XkbModel" "pc105"
         Option      "XkbLayout" "us"
EndSection

#Section "Device"
#       Identifier  "Videocard0"
#       Driver      "r128"
# Xorg configuration created by pyxf86config

Section "ServerLayout"
         Identifier     "Default Layout"
         Screen      0  "TV Screen" 0 0
         InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
         Option      "AllowMouseOpenFail" "yes"
EndSection

Section "InputDevice"
         Identifier  "Keyboard0"
         Driver      "kbd"
         Option      "XkbModel" "pc105"
         Option      "XkbLayout" "us"
EndSection

#Section "Device"
#       Identifier  "Videocard0"
#       Driver      "r128"
#EndSection

Section "Device"
     Identifier     "Hauppauge PVR-350 Framebuffer"
     Driver         "ivtv"
     Option         "fbdev" "/dev/fb0"
     Option         "VideoOverlay" "on"
     Option         "XVideo" "1"
     BusID          "2:11:0"
     Screen 0
EndSection


#Section "Screen"
#       Identifier "Screen0"
#       Device     "Videocard0"
#       DefaultDepth     24
#       SubSection "Display"
#               Viewport   0 0
#               Depth     24
#       EndSubSection
#EndSection

section "Screen"
     Identifier     "TV Screen"
     Device         "Hauppauge PVR-350 Framebuffer"
     Monitor        "NTSC Monitor"
     DefaultDepth    24
     DefaultFbBpp    32
     SubSection     "Display"
         Depth       24













_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to