Hello there, I hope someone can help me sort through this problem I got with a new Wintv PVR-150.
Background: Turning an old system into a PVR, bought 2 new 150 Capture cards. One was a MCE Kit, which included usb irblaster, remote and transmitter, and the other I chose as 150MCE oem since I don't need more ir stuff.
The oem one I received was a model 26582 and works nicely.
The kit one is a 26552 with FM, and does not work right at all, and gives various unknown command errors.
Using Knoppmyth R5D1.
The obligatory ivtv dmesg's:
[code]
ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.7.0 (tagged release) loading
ivtv: Linux version: 2.6.17-chw-8 SMP preempt mod_unload 586 gcc-3.4
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 WinTV PVR-150 card (cx23416 based)
tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
tda9887 0-0043: chip found @ 0x86 (ivtv i2c driver #0)
wm8775 0-001b: chip found @ 0x36 (ivtv i2c driver #0)
tveeprom 0-0050: Hauppauge model 26552, rev F0A3, serial# 9499727
tveeprom 0-0050: tuner model is TCL MFNM05-4 (idx 103, type 43)
tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08)
tveeprom 0-0050: audio processor is CX25843 (idx 37)
tveeprom 0-0050: decoder processor is CX25843 (idx 30)
tveeprom 0-0050: has radio, has no IR remote
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: 194 x 10800 buffers (2048KB total)
ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
ivtv0: Create encoder radio stream
tuner 0-0061: type set to 43 (Philips NTSC MK3 (FM1236MK3 or FM1236/F))
ivtv0: i2c hardware 0x00000001 not found for command 0xc008561c!
ivtv0: i2c addr 0x44 not found for command 0x4008646f!
ivtv0: i2c hardware 0x00000001 not found for command 0x4008646d!
ivtv0: i2c hardware 0x00000001 not found for command 0xc008561c!
ivtv0: i2c hardware 0x00000001 not found for command 0xc008561c!
ivtv0: i2c hardware 0x00000001 not found for command 0xc008561c!
ivtv0: Initialized Hauppauge WinTV PVR-150, card #0
ivtv: ==================== END INIT IVTV ====================
[/code]
Detected card model is exactly right, I don't know enough about tuner models to know if that is correct.
Attempting to cat /dev/video0 > test.mpg or just mplayer /dev/video0 gives 0 bytes, and a whole lot of nothing, but put some more errors into the logs.
[code]
ivtv0: i2c addr 0x44 not found for command 0xc0cc5605!
ivtv0: i2c addr 0x44 not found for command 0x40045613!
ivtv0: i2c addr 0x44 not found for command 0x40045612!
[/code]
I have tried forcing it to tuner=50 as described in many places and it does not improve the situation.
Any help or directions are welcomed!
*Edit* - I've taken out the working card while I get to the bottom of this, so no extra ivtv stuff to sort through.
|