It looks to me like you are setting your tuner to something it is not. From your dmesg: >tveeprom: tuner = LG S001D MK3 (idx = 60, type = 38)
And from your options: >#added by pvg: >options saa7127 tuner=47 i2c_enable=-1 >options cx25840 i2c_enable=1 no_black_magic=1 I would first try just commenting out all options that you have added yourself, as it is very rare that you need to specify anything other than the autodetected defaults. I have been running 0.4.2 w/ a pvr-150 and pvr-150mce pair for a while now with no problems. Pieter Van Gorp wrote: >Hi all, >after upgrading my KnopMyth to version R5A30.2 my Hauppauge 150 >stopped working. In fact, it did work but all channels were distorted >grey. > >I checked >http://www.knoppmythwiki.org/index.php?page=HauppaugeOneFiftyInstallation >and decided that perhaps I needed to upgrade to IVTV 0.4.2 and perform >a "firmware upgrade" as well so I followed >http://ivtvdriver.org/index.php/Firmware. > >I learnt that the IVTV settings were no longer to be specified in >modprobe.conf but in /etc/mythtv/modules/ivtv. I've pasted my old >settings in that file such that it currently looks like: ><listing file="/etc/mythtv/modules/ivtv"> >alias char-major-81 videodev >alias char-major-61 lirc_i2c >#options ivtv debug=1 >#commented out by pvg: options tuner type=29 >#commented out by pvg: options msp3400 once=1 simple=1 >options ivtv ivtv_std=0 tuner=47 tda9887=0 ivtv_debug=1 > >#added by pvg: >options saa7127 tuner=47 i2c_enable=-1 >options cx25840 i2c_enable=1 no_black_magic=1 > >#default again: >install ivtv /sbin/modprobe tuner; /sbin/modprobe msp3400; >/sbin/modprobe saa7115; /sbin/modprobe --ignore-install ivtv >remove ivtv /sbin/modprobe -r --ignore-remove ivtv && /sbin/modprobe >-r saa7115 && /sbin/modprobe -r msp3400 && /sbin/modprobe -r tuner ></listing> > >I don't find anything suspicious in dmesg (see below). > >When I watch TV in MythTV, it starts with a grey distorted channel but >after 1 second the screen already freezes. I can't switch channels, >in fact, the computer seems to hang since it doesn't respond to any >key combo... > >Should I step back to IVTV 0.3.x? Or should a change in my settings >solve the problem? > >Regards and thanks in advance, >-- >Pieter Van Gorp > >ivtv: ==================== START INIT IVTV ==================== >ivtv: version 0.4.2 (tagged release) loading >ivtv: Linux version: 2.6.13.2-chw-3 SMP preempt 586 gcc-3.3 >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 WinTV PVR 150 card (cx23416 based) >ACPI: PCI Interrupt 0000:00:09.0[A] -> GSI 17 (level, low) -> IRQ 19 >tuner (ivtv): chip found at addr 0xc2 i2c-bus ivtv i2c driver #0 >ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61] >tveeprom: ivtv version >tveeprom: Hauppauge: model = 26559, rev = C260, serial# = 2898696 >tveeprom: tuner = LG S001D MK3 (idx = 60, type = 38) >tveeprom: tuner fmt = PAL(B/G) PAL(I) SECAM(L/L') PAL(D/K) (eeprom = >0x74, v4l2 = 0x00400e17) >tveeprom: audio processor = CX25843 (type = 25) >tveeprom: decoder processor = CX25843 (type = 1e) >ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50] >cx25840 1-0044: ivtv driver >cx25840 1-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0) >cx25840 1-0044: loaded v4l-cx25840.fw firmware (14264 bytes) >ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44] >wm8775 1-001b: ivtv driver >wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #0) >ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b] >tda9887 1-0043: (ivtv) chip found @ 0x86 (ivtv i2c driver #0) >ivtv0: i2c attach to card #0 ok [client=tda9887, addr=43] >ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes) >ivtv0: Encoder revision: 0x02050032 >ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total) >ivtv0: Allocate DMA encoder YUV stream: 161 x 12960 buffers (2048KB total) >ivtv0: Allocate DMA encoder VBI stream: 80 x 26208 buffers (2048KB total) >ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total) >ivtv0: Create encoder radio stream >tuner: type set to 47 (LG NTSC (TAPE series)) by ivtv i2c driver #0 >ivtv0: Initialized WinTV PVR 150, card #0 >ivtv: ==================== END INIT IVTV ==================== > >_______________________________________________ >ivtv-users mailing list >[email protected] >http://ivtvdriver.org/mailman/listinfo/ivtv-users > > > _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
