View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 9 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Thu Sep 07, 2006 9:22 pm 
Offline
Joined: Tue Aug 22, 2006 4:27 pm
Posts: 19
I have a PVR-250, and I know that that it's of type 4, and I know that I need to pass the 'options ivtv' stuff to set it to type 4.

I know this becuase I just did this last night, but I was playing around with some stuff and long story short, I blew away the system.

I found some lonely post last night (that I forgot to bookmark of coruse) that said setting the option setting in /etc/mythtv/modules/ivtv didn't work for him, and he set it in some other place. I think /etc/modules.conf?!

Anyway, no matter how I set this line:

options tuner type=4

or
options ivtv tuner=4

etc...

I always get:

Sep 7 19:11:10 mythtv kernel: tuner 2-0061: tuner type not set

How can I be sure that ivtv is using these options when it loads? This is a fresh RD51 install.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 07, 2006 9:35 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
See the possible issue notes at the end of this posting: http://mysettopbox.tv/phpBB2/viewtopic.php?t=11293

BTW - You really should NOT have to do this for a PVR-250. Please see the CheckingLogFiles page of the wiki and post your ivtv extract so we can help you look into this.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 07, 2006 9:42 pm 
Offline
Joined: Tue Aug 22, 2006 4:27 pm
Posts: 19
Here's my IVTV log:

Code:
Sep  7 19:40:07 mythtv kernel: ivtv:  ==================== START INIT IVTV ====================
Sep  7 19:40:07 mythtv kernel: ivtv:  version 0.7.0 (tagged release) loading
Sep  7 19:40:07 mythtv kernel: ivtv:  Linux version: 2.6.17-chw-8 SMP preempt mod_unload 586 gcc-3.4
Sep  7 19:40:07 mythtv kernel: ivtv:  In case of problems please include the debug info between
Sep  7 19:40:07 mythtv kernel: ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
Sep  7 19:40:07 mythtv kernel: ivtv:  any module options, when mailing the ivtv-users mailinglist.
Sep  7 19:40:07 mythtv kernel: ivtv0: Autodetected Hauppauge WinTV PVR-250 card (cx23416 based)
Sep  7 19:40:07 mythtv kernel: ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
Sep  7 19:40:07 mythtv kernel: ACPI: PCI Interrupt 0000:01:08.0[A] -> Link [APC3] -> GSI 18 (level, low) -> IRQ 22
Sep  7 19:40:07 mythtv kernel: ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
Sep  7 19:40:07 mythtv kernel: tuner 2-0061: chip found @ 0xc2 (ivtv i2c driver #0)
Sep  7 19:40:08 mythtv kernel: saa7115 2-0021: saa7115 found @ 0x42 (ivtv i2c driver #0)
Sep  7 19:40:08 mythtv kernel: msp3400 2-0040: MSP3445G-B8 found @ 0x80 (ivtv i2c driver #0)
Sep  7 19:40:08 mythtv kernel: msp3400 2-0040: MSP3445G-B8 supports radio, mode is autodetect and autoselect
Sep  7 19:40:08 mythtv kernel: tveeprom 2-0050: Hauppauge model 32062, rev C1B2, serial# 8640751
Sep  7 19:40:08 mythtv kernel: tveeprom 2-0050: tuner model is TCL M2523_5N_E (idx 112, type 4)
Sep  7 19:40:08 mythtv kernel: tveeprom 2-0050: TV standards NTSC(M) (eeprom 0x08)
Sep  7 19:40:08 mythtv kernel: tveeprom 2-0050: audio processor is MSP3445 (idx 12)
Sep  7 19:40:08 mythtv kernel: tveeprom 2-0050: decoder processor is SAA7115 (idx 19)
Sep  7 19:40:08 mythtv kernel: tveeprom 2-0050: has no radio, has IR remote
Sep  7 19:40:09 mythtv kernel: ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
Sep  7 19:40:09 mythtv kernel: ivtv0: Encoder revision: 0x02050032
Sep  7 19:40:09 mythtv kernel: ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
Sep  7 19:40:09 mythtv kernel: ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
Sep  7 19:40:09 mythtv kernel: ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
Sep  7 19:40:09 mythtv kernel: ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
Sep  7 19:40:09 mythtv kernel: tuner 2-0061: tuner type not set
Sep  7 19:40:09 mythtv kernel: tuner 2-0061: tuner type not set
Sep  7 19:40:09 mythtv kernel: ivtv0: Initialized Hauppauge WinTV PVR-250, card #0
Sep  7 19:40:09 mythtv kernel: ivtv:  ====================  END INIT IVTV  ====================


That does look like the thread I was reading last night, trying it in /etc/modprobe.conf now.

EDIT: Ok, yep. I was right about it not working from /etc/mythtv/modules/ivtv but I was wrong about my type. I had to set it to type 50.


Quote:
- The ivtv 0.7.0 drivers apparently don't like certain PVR-150 cards with the TCL M2523_*_E tuner chips. This appears to be a deficiency in the v4l tveeprom.c in the 2.6.17 kernel. Some people have reported success using the module options to force the tuner type. To do this put
Code:
options ivtv tuner=50

in /etc/modprobe.conf for the M2523_5N_E, for the M2523_3DB_E use type 55. A better solution is still being investigated.


But I have a 250. *shrug* Another chipset change?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 07, 2006 10:10 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Nyctoparros wrote:
But I have a 250. *shrug* Another chipset change?

Looks like it. So far we'd only seen that puppy on PVR-150 cards. I'll go back and change the write up to cover your case.

BTW - Tuner type 4 is always bad. It means "no tuner found" or "unsupported tuner found". I can't think of any good reason you would ever want to set that manually. ;-)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 08, 2006 9:53 am 
Offline
Joined: Tue Aug 22, 2006 4:27 pm
Posts: 19
tjc wrote:
BTW - Tuner type 4 is always bad. It means "no tuner found" or "unsupported tuner found". I can't think of any good reason you would ever want to set that manually. ;-)


I went back to verify if I was just an idiot by using type=4. I am still unable to load this option from /etc/mythtv/modules/ivtv using type=50

Anything I can look into to figure out why, or do the devs pretty much know and waiting for next patch kinda thing?

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 08, 2006 5:10 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Double check that you didn't do something funky to the file. All the lines end with a LF and just a LF (you edited it with a native editor instead of with some MS-Windows utility like Wordpad), you didn't get the syntax wrong or anything like that.... You rebooted or rmmod and modprobed to get it to reload the ivtv module...

You could always post the file here to get another set of eyes on it.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 08, 2006 5:24 pm 
Offline
Joined: Sat Sep 02, 2006 3:05 pm
Posts: 2
I had this same problem. I set the type=55 and it worked for me. Well one of my two 250s work, the second one still doesn't work so I'm not sure whether the setting isn't being applied to it or there's something else wrong.


Nyctoparros wrote:
tjc wrote:
BTW - Tuner type 4 is always bad. It means "no tuner found" or "unsupported tuner found". I can't think of any good reason you would ever want to set that manually. ;-)


I went back to verify if I was just an idiot by using type=4. I am still unable to load this option from /etc/mythtv/modules/ivtv using type=50

Anything I can look into to figure out why, or do the devs pretty much know and waiting for next patch kinda thing?

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 08, 2006 5:31 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
If they both have the same tuner chip try, "55,55" (one setting for each card).


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 08, 2006 5:40 pm 
Offline
Joined: Sat Sep 02, 2006 3:05 pm
Posts: 2
That worked great, thanks a lot.

tjc wrote:
If they both have the same tuner chip try, "55,55" (one setting for each card).


Top
 Profile  
 

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


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 9 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