Sander,

Thank you for the quick reply! I had searched and searched but couldn't 
find a similar problem anywhere but now I know that others have had the 
same problem.

I download and installed video4linux-kmdl and I updated modprobe.conf to 
read:
alias char-major-81 videodev
alias char-major-81-0 ivtv
install ivtv /sbin/modprobe saa7127; /sbin/modprobe --ignore-install 
ivtv; /sbin/modprobe ivtv-fb

Things have improved but are not quite right yet. X is now showing 
output on the TV again but watching a recording from MythTV still gives 
me a black screen with correct sound.

dmesg.txt has this:

ivtv:  ==================== START INIT IVTV ====================
ivtv:  version 0.10.0 (tagged release candidate #1) loading
ivtv:  Linux version: 2.6.19-1.2895.fc6 SMP mod_unload 686 REGPARM 4KSTACKS
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.
eth0: Tigon3 [partno(BCM95782A50) rev 3003 PHY(5705)] (PCI:33MHz:32-bit) 
10/100/1000BaseT Ethernet 00:0b:cd:73:3e:5c
eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[0] 
TSOcap[1]
eth0: dma_rwctrl[763f0000] dma_mask[64-bit]
ivtv0: Autodetected Hauppauge card (cx23415 based)
ACPI: PCI Interrupt 0000:05:09.0[A] -> GSI 18 (level, low) -> IRQ 16
ivtv0: loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
ivtv0: loaded v4l-cx2341x-dec.fw firmware (262144 bytes)
ivtv0: Encoder revision: 0x02050032
ivtv0: Untested encoder firmware version, recommended version is 0x02060039.
ivtv0: Decoder revision: 0x02020023
saa7127 0-0044: saa7127 found @ 0x88 (ivtv i2c driver #0)
tveeprom 0-0050: Hauppauge model 48134, rev J347, serial# 2759447
tveeprom 0-0050: tuner model is LG TP18PSB01D (idx 47, type 28)
tveeprom 0-0050: TV standards PAL(B/G) (eeprom 0x04)
tveeprom 0-0050: audio processor is MSP4418 (idx 25)
tveeprom 0-0050: decoder processor is SAA7115 (idx 19)
tveeprom 0-0050: has radio, has IR remote
ivtv0: Autodetected Hauppauge WinTV PVR-350
tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
saa7115 0-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver #0)
msp3400 0-0040: MSP4418G-A2 found @ 0x80 (ivtv i2c driver #0)
msp3400 0-0040: MSP4418G-A2 supports nicam and 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 0-0061: type set to 28 (LG PAL_BG+FM (TPI8PSB01D))
ivtv0: Initialized Hauppauge WinTV PVR-350, card #0
ivtv:  ====================  END INIT IVTV  ====================
ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 21
PCI: Setting latency timer of device 0000:00:1f.5 to 64
ivtv0-fb: Framebuffer at 0xed510000, mapped to 0xe1310000, size 1665k
ivtv0-fb: === Validated display mode  ===
ivtv0-fb: Display size 640x480 (640x480 Virtual) @ 8bpp
ivtv0-fb: Display position 41,49
ivtv0-fb: Display filter : on
ivtv0-fb: Color space : RGB
ivtv0-fb: === Display mode change ===
ivtv0-fb: Display size 640x480 (640x480 Virtual) @ 8bpp
ivtv0-fb: Display position 41,49
ivtv0-fb: Display filter : on
ivtv0-fb: Color space : RGB
ivtv0-fb: Framebuffer registered on ivtv card id 0
ivtv0-fb: === Validated display mode  ===
ivtv0-fb: Display size 720x576 (720x576 Virtual) @ 32bpp
ivtv0-fb: Display position 1,1
ivtv0-fb: Display filter : on
ivtv0-fb: Color space : RGB
ivtv0-fb: === Validated display mode  ===
ivtv0-fb: Display size 720x576 (720x576 Virtual) @ 32bpp
ivtv0-fb: Display position 1,1
ivtv0-fb: Display filter : on
ivtv0-fb: Color space : RGB
ivtv0-fb: === Display mode change ===
ivtv0-fb: Display size 720x576 (720x576 Virtual) @ 32bpp
ivtv0-fb: Display position 1,1
ivtv0-fb: Display filter : on
ivtv0-fb: Color space : RGB

And when I start to watch a recording this appears:

ivtv0-fb warning: IVTVFB_IOCTL_GET_FRAME_BUFFER no longer supported
ivtv0-fb warning:  - Please use FBIOGET_VSCREENINFO &  FBIOGET_FSCREENINFO
ivtv0-fb warning: IVTVFB_IOCTL_GET_ACTIVE_BUFFER no longer supported
ivtv0-fb warning:  - Please use FBIOGET_VSCREENINFO
ivtv0-fb warning: ivtv_fb_prep_frame: Nothing to do. count = 0
ivtv0-fb warning: IVTVFB_IOCTL_SET_ACTIVE_BUFFER no longer supported
ivtv0-fb warning:  - Please use FBIOPUT_VSCREENINFO

ivtv0-fb warning: ivtv_fb_prep_frame: Nothing to do. count = 0
ivtv0-fb warning: ivtv_fb_prep_frame: Nothing to do. count = 0
ivtv0-fb warning: ivtv_fb_prep_frame: Nothing to do. count = 0
ivtv0-fb warning: ivtv_fb_prep_frame: Nothing to do. count = 0
ivtv0-fb warning: ivtv_fb_prep_frame: Nothing to do. count = 0
ivtv0-fb warning: ivtv_fb_prep_frame: Nothing to do. count = 0
ivtv0-fb warning: ivtv_fb_prep_frame: Nothing to do. count = 0
ivtv0-fb warning: ivtv_fb_prep_frame: Nothing to do. count = 0
ivtv0-fb warning: ivtv_fb_prep_frame: Nothing to do. count = 0
ivtv0: Stereo mode changed
ivtv0-fb warning: ivtv_fb_prep_frame: Nothing to do. count = 0

Any more pointers?

Daniel


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

Reply via email to