View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 4 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Dec 14, 2005 12:44 pm 
Offline
Joined: Sat Dec 10, 2005 1:24 pm
Posts: 6
Location: Minnesota
I'm now running a Hauppauge PVR-150 capture card in my MythBox, running KnoppMyth R5A26. MythTV recognizes the card, and can record/view footage from the card. Zap2It's channel line up downloads fine, and MythTV has no problem parsing the data.

However, MythTV refuses/does not/cannot/will not change the channel on the tuner. Even If I set the EPG to record on different channels, I still only get content from one channel.

I'm attempting to use the us-cable frequency table, on the NTSC standard. I'm using the default IVTV module, and here is the dmesg output:
Code:
ivtv:  ==================== START INIT IVTV ====================
ivtv:  version 0.4.0 (tagged release) loading
ivtv:  Linux version: 2.6.13.2-chw-3 SMP preempt 586 gcc-3.3
ivtv:  In case of problems please include the debug info
ivtv:  between the START INIT IVTV and END INIT IVTV lines when
ivtv:  mailing the ivtv-devel mailinglist.
ivtv0: Autodetected WinTV PVR 150 card (iTVC16 based)
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 9
PCI: setting IRQ 9 as level-triggered
ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [LNKC] -> GSI 9 (level, low) -> IRQ 9
tveeprom: ivtv version
tveeprom: Hauppauge: model = 26032, rev = C199, serial# = 8163429
tveeprom: tuner = TCL 2002N 5H (idx = 99, type = 50)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
tveeprom: audio processor = CX25841 (type = 23)
tveeprom: decoder processor = CX25841 (type = 1c)
ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
tuner (ivtv): chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
cx25840 0-0044: cx25841-23 found @ 0x88 (ivtv i2c driver #0)
cx25840 0-0044: loaded /lib/modules/HcwMakoA.ROM firmware (14264 bytes)
ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44]
wm8775 0-001b: chip found @ 0x36 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b]
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
ivtv0: loading /lib/modules/ivtv-fw-enc.bin
ivtv0: Encoder revision: 0x02040011
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)
tuner: type set to 50 (TCL 2002N) by ivtv i2c driver #0
ivtv0: Initialized WinTV PVR 150, card #0
ivtv:  ====================  END INIT IVTV  ====================


Someone suggested that this might be due to an unrecognized tuner chip in the card, but someone else suggested it might be a problem with my driver. Any opinions or ideas?

_________________
<blockquote><i>"I Said I Was Smart, I Never Said I Was Mature..."</i><br>
--Ivan Kowalenko</blockquote>


Top
 Profile  
 
 Post subject: ptune-ui.pl
PostPosted: Wed Dec 14, 2005 1:33 pm 
Offline
Joined: Sun May 08, 2005 2:48 am
Posts: 107
Location: New Zealand
Have you tried ptune-ui.pl to manually change channels? This would allow you to take mythtv out of the equation and directly interact with the card.

The process is either:
a) get mythtv to play a channel (any channel), or use mplayer to play /dev/video0.
b) fire up ptune-ui.pl. Its a GUI app

Then mess with the settings - frequencies, region etc. You should be able to change channels.

If it works here, you can copy the settings back to mythtv-setup.

Cheers.
Paul.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 14, 2005 2:24 pm 
Offline
Joined: Tue Dec 13, 2005 8:49 am
Posts: 16
When you don't want to use a GUI you can use ivtv-tune (e.g. ivtv-tune -tus-cable c1).

Maybe you should upgrade the firmware: http://ivtvdriver.org/index.php/Firmware_versions
You can use ivtvfwextract.pl to extract the firmware (make a backup of /lib/modules/*.bin before!).


Also check your harddisk for errors (if it's /dev/hda). This should have nothing to do with that problem, but when your hdd is defective you won't have fun in future :)
--> no good sign!
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }


Top
 Profile  
 
PostPosted: Sat Dec 31, 2005 8:11 am 
Offline
Joined: Wed May 04, 2005 9:36 am
Posts: 1
Location: Newfield, NY
kichigai wrote:
I'm now running a Hauppauge PVR-150 capture card in my MythBox, running KnoppMyth R5A26. MythTV recognizes the card, and can record/view footage from the card. Zap2It's channel line up downloads fine, and MythTV has no problem parsing the data.


Hey - did you ever get this working, and if so - how'd you do it?

I'm running a similar set up and having the same problem with my PVR-150. My PVR-350's working fine in the same box though, so I'm sure it's something that needs tweaking on the PVR-150.

Thanks,
- Dave

_________________
There are two seasons in my world - Hockey and Construction


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu