Hey everyone,
Well, I've setup the PVR-150 (non-MCE) as well as lirc and have the remote working and all sorts of fun stuff. Of course, the most fun part isn't working: TV-in. Here's what I've done so far:
1. Installed .16
2. Followed the OneFifty wiki file in conjunction with Topic 5552.
3. Made the remote work.
4. Selected "Watch TV" and instead, watched my system lockup (hard-boot needed)
5. Tried numerous options for the different modules to no avail.
I know that there are people who have been able to get this to work and I think I'm suffering from what I call "Where's the ketchup" syndrome (When you're looking for the ketchup, it's right in front of you but you can't see it).
Here are some error messages (dmesg):
Code:
Sep 11 22:15:40 mythtv kernel: ivtv: ==================== START INIT IVTV ====================
Sep 11 22:15:40 mythtv kernel: ivtv: version 0.3.7 (k) loading
Sep 11 22:15:40 mythtv kernel: ivtv: Linux version: 2.6.11.9-chw-2 SMP preempt 586 gcc-3.3
Sep 11 22:15:40 mythtv kernel: ivtv: In case of problems please include the debug info
Sep 11 22:15:40 mythtv kernel: ivtv: between the START INIT IVTV and END INIT IVTV lines when
Sep 11 22:15:40 mythtv kernel: ivtv: mailing the ivtv-devel mailinglist.
Sep 11 22:15:40 mythtv kernel: ivtv: Autodetected WinTV PVR 150 card (iTVC16 based)
Sep 11 22:15:40 mythtv kernel: ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 9
Sep 11 22:15:40 mythtv kernel: ACPI: PCI interrupt 0000:02:0a.0[A] -> GSI 9 (level, low) -> IRQ 9
Sep 11 22:15:40 mythtv kernel: ivtv: Unreasonably low latency timer, setting to 64 (was 32)
Sep 11 22:15:40 mythtv kernel: tveeprom: Hauppauge: model = 26032, rev = C199, serial# = 8208809
Sep 11 22:15:40 mythtv kernel: tveeprom: tuner = TCL 2002N 5H (idx = 99, type = 50)
Sep 11 22:15:40 mythtv kernel: tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
Sep 11 22:15:40 mythtv kernel: tveeprom: audio processor = CX25841 (type = 23)
Sep 11 22:15:40 mythtv kernel: tveeprom: decoder processor = CX25841 (type = 1c)
Sep 11 22:15:40 mythtv kernel: ivtv: i2c attach to card #0 ok [client=tveeprom[50], addr=50]
Sep 11 22:15:40 mythtv kernel: lirc_i2c: chip found @ 0x71 (Hauppauge IR (PVR150))
Sep 11 22:15:40 mythtv kernel: ivtv: i2c attach to card #0 ok [client=Hauppauge IR (PVR150), addr=71]
Sep 11 22:15:40 mythtv kernel: lirc_dev: lirc_register_plugin:sample_rate: 10
Sep 11 22:15:40 mythtv kernel: tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
Sep 11 22:15:40 mythtv kernel: ivtv: i2c attach to card #0 ok [client=(tuner unset), addr=61]
Sep 11 22:15:42 mythtv kernel: cx25840: firmware /lib/modules/HcwMakoA.ROM loaded
Sep 11 22:15:42 mythtv kernel: ivtv: i2c attach to card #0 ok [client=cx25840[50], addr=44]
Sep 11 22:15:43 mythtv kernel: ivtv: Encoder revision: 0x02040011
Sep 11 22:15:43 mythtv kernel: ivtv: Create DMA encoder MPEG stream: 0 x 32768 buffers (0KB total)
Sep 11 22:15:43 mythtv kernel: ivtv: Create DMA encoder YUV stream: 0 x 10800 buffers (0KB total)
Sep 11 22:15:43 mythtv kernel: ivtv: Create DMA encoder VBI stream: 0 x 17472 buffers (0KB total)
Sep 11 22:15:43 mythtv kernel: ivtv: Create DMA encoder PCM audio stream: 0 x 4608 buffers (0KB total)
Sep 11 22:15:43 mythtv kernel: tuner: type set to 50 (TCL 2002N) by ivtv i2c driver #0
Sep 11 22:15:43 mythtv kernel: ivtv warning: i2c client addr: 0x1b not found for command 0x40047767!
Sep 11 22:15:43 mythtv kernel: ivtv warning: i2c client addr: 0x43 not found for command 0x40085618!
Sep 11 22:15:43 mythtv kernel: ivtv warning: i2c client addr: 0x43 not found for command 0x402c5639!
Sep 11 22:15:43 mythtv kernel: ivtv: Initialized WinTV PVR 150, card #0
Sep 11 22:15:43 mythtv kernel: ivtv: ==================== END INIT IVTV ====================
Sep 11 22:15:43 mythtv kernel: ivtv warning: i2c client addr: 0x1b not found for command 0x40047767!
Here is my /etc/mythtv/modules/ivtv file:
Code:
alias char-major-81-0 ivtv
alias char-major-81 videodev
alias char-major-61 lirc_i2c
#options ivtv debug=1
#options tuner type=2
#options ivtv debug=1
options cx25840
# no_black_magic=1
options msp3400 once=1 simple=1
options ivtv ivtv_std=0 tuner=50 tda9887=0
options saa7127 i2c_enable=1
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
And, finally, my /etc/modprobe.d/ivtv file:
Code:
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-61 lirc_i2c
options ivtv tuner=50 ivtv_std=0 tda9887=0
#add above ivtv lirc_dev lirc_i2c
Any and all help is appreciated.
Gr@ve_Rose