Hey all,
I've been playing with knoppmyth for a couple days now. I've got a Hauppauge PVR-150 MCE edition with remote and can't get the card to work properly.
When I click watch TV, I get a black screen for about 30 seconds and it pops back to the menu. Also, when I run
Code:
mplayer /dev/video0
I just see static.
***EDIT***
After adding /etc/modprobe.d/ivtv with:
options ivtv tuner=50,2
in it, I can now see and hear TV with the mplayer command above. But still get the blank screen with MythTV.
Here is my ***NEW*** sed output:
Code:
May 3 16:08:30 mythtv kernel: ivtv: ==================== START INIT IVTV ====================
May 3 16:08:30 mythtv kernel: ivtv: version 0.4.3 (tagged release) loading
May 3 16:08:30 mythtv kernel: ivtv: Linux version: 2.6.15-chw-2 SMP preempt 586 gcc-3.3
May 3 16:08:30 mythtv kernel: ivtv: In case of problems please include the debug info between
May 3 16:08:30 mythtv kernel: ivtv: the START INIT IVTV and END INIT IVTV lines, along with
May 3 16:08:30 mythtv kernel: ivtv: any module options, when mailing the ivtv-users mailinglist.
May 3 16:08:30 mythtv kernel: ivtv0: Autodetected WinTV PVR 150 card (cx23416 based)
May 3 16:08:30 mythtv kernel: ACPI: PCI Interrupt 0000:02:0a.0[A] -> GSI 22 (level, low) -> IRQ 20
May 3 16:08:30 mythtv kernel: ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
May 3 16:08:30 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
May 3 16:08:30 mythtv kernel: tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
May 3 16:08:30 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
May 3 16:08:30 mythtv kernel: cx25840 1-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0)
May 3 16:08:34 mythtv kernel: cx25840 1-0044: loaded v4l-cx25840.fw firmware (14264 bytes)
May 3 16:08:34 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44]
May 3 16:08:34 mythtv kernel: wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #0)
May 3 16:08:34 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b]
May 3 16:08:34 mythtv kernel: tveeprom 1-0050: Hauppauge model 26582, rev F0B2, serial# 9443379
May 3 16:08:34 mythtv kernel: tveeprom 1-0050: tuner model is TCL M2523_5N_E (idx 112, type 4)
May 3 16:08:34 mythtv kernel: tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
May 3 16:08:34 mythtv kernel: tveeprom 1-0050: audio processor is CX25843 (idx 37)
May 3 16:08:34 mythtv kernel: tveeprom 1-0050: decoder processor is CX25843 (idx 30)
May 3 16:08:34 mythtv kernel: tveeprom 1-0050: has no radio, has no IR remote
May 3 16:08:35 mythtv kernel: ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
May 3 16:08:35 mythtv kernel: ivtv0: Encoder revision: 0x02050032
May 3 16:08:35 mythtv kernel: ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
May 3 16:08:35 mythtv kernel: ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
May 3 16:08:35 mythtv kernel: ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
May 3 16:08:35 mythtv kernel: ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
May 3 16:08:35 mythtv kernel: tuner 1-0061: type set to 50 (TCL 2002N)
May 3 16:08:35 mythtv kernel: ivtv0: Initialized WinTV PVR 150, card #0
May 3 16:08:35 mythtv kernel: ivtv: ==================== END INIT IVTV ====================
Thanks for the help in advance.