LinHES Forums http://forum.linhes.org/ |
|
Help needed with PVR-150 (read the docs and FAQs) http://forum.linhes.org/viewtopic.php?f=14&t=5996 |
Page 1 of 1 |
Author: | Grave_Rose [ Sun Sep 11, 2005 4:33 pm ] |
Post subject: | Help needed with PVR-150 (read the docs and FAQs) |
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 |
Author: | MrFahrenheit [ Mon Sep 12, 2005 11:56 am ] |
Post subject: | |
I don't know if it will help us, but can you be more specific on what other hardware you and what inputs you are using into the tv card? |
Author: | Grave_Rose [ Mon Sep 12, 2005 2:05 pm ] |
Post subject: | |
P3-933 256MB RAM SoundBlaster (Chipset) Sound Card Ye ole 10/100 NIC (ne2000 chipset) ATI Radeon 7000 AGP 32/MB w/Comp-out and S-out <-- This one kinda' makes me wonder if the vid-out may have something to do with it. *shrugs* I'm currently using Co-ax in for my input but have tried Comp-in as well (from my GameCube). The big pain in the arse is that it locks up tight so I can't do active troubleshooting. /var/log/messages is just normal messages stuff. I'll try and get some more info later on in the evening as I just got in from work and need some food. ^_^ I'll grab "lspci", "cat /proc/cpuinfo", "cat /proc/meminfo" and post it once I get some grub into me. ![]() Thanks again for any/all help. Will update soon. Gr@ve_Rose |
Author: | Grave_Rose [ Mon Sep 12, 2005 6:02 pm ] |
Post subject: | |
Sorryit took a while... The driving range called and was taunting me. ^_^ cat /proc/cpuinfo Code: processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 8 model name : Pentium III (Coppermine) stepping : 10 cpu MHz : 935.515 cache size : 256 KB physical id : 0 siblings : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 1851.39 cat /proc/meminfo Code: MemTotal: 254288 kB MemFree: 70112 kB Buffers: 5816 kB Cached: 111928 kB SwapCached: 0 kB Active: 107132 kB Inactive: 60948 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 254288 kB LowFree: 70112 kB SwapTotal: 882496 kB SwapFree: 882496 kB Dirty: 72 kB Writeback: 0 kB Mapped: 74752 kB Slab: 10388 kB CommitLimit: 1009640 kB Committed_AS: 248328 kB PageTables: 840 kB VmallocTotal: 770040 kB VmallocUsed: 26412 kB VmallocChunk: 742900 kB HugePages_Total: 0 HugePages_Free: 0 Hugepagesize: 4096 kB lspci Code: 0000:00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 04) 0000:00:01.0 PCI bridge: Intel Corp. 82815 815 Chipset AGP Bridge (rev 04) 0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 02) 0000:00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 02) 0000:00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 02) 0000:00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 02) 0000:00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 02) 0000:00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 02) 0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] 0000:02:09.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10) 0000:02:0a.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01) 0000:02:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30) It should be worth noting that I'm getting a lot of ichxrom error messages as well like: Code: JEDEC: Found no ichxrom device at location zero
Hope this helps. ^_^ Gr@ve_Rose |
Author: | Grave_Rose [ Sun Sep 25, 2005 2:19 pm ] |
Post subject: | |
Just looking to 'bump' this to see if anyone has any ideas. I won't 'bump' again - I figure once to post and once to bump before I call it quits. ^_^ Gr@ve_Rose |
Author: | aflat [ Thu Sep 29, 2005 10:29 am ] |
Post subject: | |
Can you record anything, without watching it? Try to schedule a recording, and later, try to watch the recording. That way you can see if it is the recording, or the playback that is causing the lockup. |
Author: | cesman [ Thu Sep 29, 2005 11:05 am ] |
Post subject: | |
Is the 150 sharing an IRQ w/ anything? |
Author: | Grave_Rose [ Thu Sep 29, 2005 11:58 am ] |
Post subject: | |
Actually, I wanted to make sure it wasn't the card so I installed FC4 and got it up and running on that with Myth yesterday. I think I may stick with FC4 as it's up and running now. I should've closed the thread. Sorry. ![]() Gr@ve_Rose |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |