LinHES Forums
http://forum.linhes.org/

Problems with PVR-150 w/latest knoppmyth
http://forum.linhes.org/viewtopic.php?f=2&t=9902
Page 1 of 1

Author:  brandor [ Wed May 03, 2006 1:50 pm ]
Post subject:  Problems with PVR-150 w/latest knoppmyth

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.

Author:  cesman [ Wed May 03, 2006 6:34 pm ]
Post subject: 

And the MythTV logs state?

Author:  tjc [ Wed May 03, 2006 7:57 pm ]
Post subject: 

Have you tried upgrading to ivtv 0.4.4 as per the wiki? For how to get the logs Cecil requested see this wiki page - http://www.knoppmythwiki.org/index.php?page=CheckingLogFiles

Author:  brandor [ Thu May 04, 2006 6:24 am ]
Post subject: 

Quote:
And the MythTV logs state?


Code:
2006-05-04 08:22:13.524 MainServer::HandleAnnounce Playback
2006-05-04 08:22:13.527 adding: mythtv as a client (events: 0)
2006-05-04 08:22:13.537 TVRec(1): Changing from None to WatchingLiveTV
2006-05-04 08:22:13.820 NVR: Won't work with the streaming interface, falling back
VIDIOCGMBUF:: Invalid argument
2006-05-04 08:22:14.490 NVR(/dev/video0) Error: Reading VBI data
                        eno: Resource temporarily unavailable (11)
2006-05-04 08:22:34.334 TVRec(1): Changing from WatchingLiveTV to None
2006-05-04 08:22:34.346 Finished recording Paid Programming: channel 1019


Quote:
Have you tried upgrading to ivtv 0.4.4 as per the wiki?


If I can watch TV using mplayer, doesn't that mean the ivtv driver is working properly?

Author:  brandor [ Fri May 05, 2006 6:52 am ]
Post subject: 

I've found my problem. I was an idiot and had the wrong device selected during setup. Once I changed it to the PVR-X50 device, everything started working properly.

Apologies for the trouble.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/