View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 31 posts ] 
Go to page Previous  1, 2, 3  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Sat Dec 17, 2005 3:53 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Quote:
Also, Just for grins.. I used the old "options ivtv tuner=47,47 and it WORKED.. BOTH TUNERS but the channels are not viewable after channel 15.

Yeah, that's one of the possible symptoms of having the wrong tuner type set. Now all you need to do is figure ot what the right one is. :? I'd suggest a visit to the IVTV mailing list archives and searching for the tveeprom line above. Try 57 for both which may give you slightly better results...


Top
 Profile  
 
 Post subject: tuner 57
PostPosted: Sat Dec 17, 2005 10:39 pm 
Offline
Joined: Wed Jan 26, 2005 3:13 pm
Posts: 117
Looks like tuner 57 will let you use a few more channels but not all of them.

The IVTV mailing list is starting to show some activity about the pvr500 problem but nothing is definate.

thanks... Hopefully we will figure this out..

I think I am going to remove and install ivtv to see if that is the probem..

I'll let you know how that goes.

snake


Top
 Profile  
 
 Post subject: oh well
PostPosted: Sun Dec 18, 2005 12:31 pm 
Offline
Joined: Wed Jan 26, 2005 3:13 pm
Posts: 117
I tried all the newer drivers and patches.. No luck.. Looks like version 0.5.0 might fix it but it is more than I now how to do REquires compiling other things.. not just ivtv.. I don't know how to do that..

snake


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 19, 2005 8:07 pm 
Offline
Joined: Thu Dec 15, 2005 8:15 pm
Posts: 46
Location: Michigan
snake3061, how do you use the old "options ivtv tuner=47,47" trick? For what it's worth, I'm having the same problem with my brand new DVR500's! The dmesg output for all four tuners (two cards) is "tuner: type set to 4 (NoTuner) by ivtv." I've not dragged a composite input to it yet -- that'll at least let me know the card works.

In the meantime, anything new? Would trying to extract the firmware from the CD's that came with my cards be any good? I'm also using A26, and I'm willing to recompile things if someone holds my hand just a wee bit...


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 20, 2005 7:10 am 
Offline
Joined: Thu Dec 15, 2005 8:15 pm
Posts: 46
Location: Michigan
Oh, for the sake of "progress," I'll report that (1) the 57,57 trick (whew, I figured it out) is getting me some channels -- I don't know how many yet, though. I also see troubleticket at IVTV for the Samsung tuners. I see over on the gentoo-wiki that maybe we should options cardtype=6 for autodetect, but it doesn't mention Samsung tuners. Don't see that it should make a difference. I'll try the firmware, too.


Top
 Profile  
 
 Post subject: already tried 6
PostPosted: Tue Dec 20, 2005 2:53 pm 
Offline
Joined: Wed Jan 26, 2005 3:13 pm
Posts: 117
I have tried 6 it's don't work at all.. I just install the newest 4.1 driver. same result..

snake


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 20, 2005 9:38 pm 
Offline
Joined: Tue Dec 20, 2005 9:14 pm
Posts: 1
I have a PVR-500 with the Samsung TCPN 2121P30A. This is my first myth setup, and boy was this card a big dissapointment - after I got everything set up software wise, the picture is still crappy! I started with tuner-type 57 because I read it in some howto. That worked ok for up to channel 66 (but some of the high channels like 60-66 were just copies of another channel).

I decided to try all the NTSC tuners, and I did manage to get all the channels working, albeit with some fuzzyness on quite a few of them. They are all watchable, but it definately ruins showing off mythtv to my friends. The tuner type I am using is 66. Also working somewhat (i.e. better than a fuzzy B&W output) are 9, 31, 57, 59.

I spent some time looking at the tuner.c and tuner.h from ivtv. It looks like the tuner settings are just configuration values and the code is the same for all the tuners, so maybe the config could be tweaked to make this tuner work.

The common thread among tuner type selections that work with all the channels (I only get up to 99 from comcast, and not a lot of channels in the higher numbers) is that "band switch bytes" are 1, 2, and 8, and the tuner-types that don't work with all the channels are 1, 2, and 4. They all (both the tuner-types that work with all channels and only to 66) have a "config" byte of 0x8e. I haven't tried anything yet, but maybe altering the uhf/vhf switch thresholds while using the 1,2,8,0x8e settings could help? Perhaps flipping some of the bits in the config byte...

Oh ya, fine tuning with ivtv_tune didn't accomplish much with tuner-type 66, although after i tuned far enough in either direction it would get really bad looking.



Here are my notes about tuner types (ripped from my modules.d/ivtv). I know they are vague, I was testing all the NTSC tuners and wasn't feeling up to writing a ton. I didn't write anything about types that only worked for a couple channels. Also, I might have missed testing some of the types.

-------------------
#doesnt work over chan 60
#options ivtv ivtv_std=1 tuner=57,57

#pretty decent and goes to high channels
#options ivtv ivtv_std=1 tuner=9,9

#pretty good up to 99.. fuzzy at lower channels
#options ivtv ivtv_std=1 tuner=31,31

#ok at lower channels onl,y about as good as 57
#options ivtv ivtv_std=1 tuner=59,59

#works at high channels, kinda fuzzy
options ivtv ivtv_std=1 tuner=66,66


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 21, 2005 6:25 am 
Offline
Joined: Thu Dec 15, 2005 8:15 pm
Posts: 46
Location: Michigan
taqueso wrote:
Here are my notes about tuner types

Wow! Fantastics work! I can't wait to try these out.


Top
 Profile  
 
 Post subject: 9 works
PostPosted: Wed Dec 21, 2005 10:22 am 
Offline
Joined: Wed Jan 26, 2005 3:13 pm
Posts: 117
Hey looks like tuner 9 works great for me.. I only need up to 99 channels. I didn't see any channels that were bad at all.. Just the ones that are always bad.. lol.

I am using the newer 4.1 ivtv drivers also..

Snake


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 21, 2005 1:08 pm 
Offline
Joined: Thu Dec 15, 2005 8:15 pm
Posts: 46
Location: Michigan
Is the fuzziness something that the fine tuning in mythtv-setup could take care of? And then... how the heck do you use it in practical terms, since (you know) you can't see the picture you're tuning?

I'll try the 9 just as soon as I can safely reboot -- In a manner of speaking, I'm working blind anyway, being that all I currently have is the computer monitor...


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 21, 2005 8:05 pm 
Offline
Joined: Wed Nov 23, 2005 8:12 am
Posts: 7
How do you do the options ivtv ivtv_std=1 tuner=9,9. I am new to knoppmyth and linux and don't know how to do anything. Does anyone have a link to a tutorial or something that could help me out. Anything would be great.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 21, 2005 11:33 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
balthisar wrote:
Is the fuzziness something that the fine tuning in mythtv-setup could take care of? And then... how the heck do you use it in practical terms, since (you know) you can't see the picture you're tuning?

You use the MythWeb interface from another machine, tweak the tuning, change the channel so it take effect, tweak it again, ... Search for a semi-recent posting by me that mentions "fine tuning" for more detail on what the units are and what reasonable step sizes are. Memory says that 125 (kHz) is about the smallest meaningful step. If you feel ambitious, the wiki could use a FineTuningHowTo page...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 22, 2005 6:07 am 
Offline
Joined: Thu Dec 15, 2005 8:15 pm
Posts: 46
Location: Michigan
someone7663663 wrote:
How do you do the options ivtv ivtv_std=1 tuner=9,9. I am new to knoppmyth and linux and don't know how to do anything. Does anyone have a link to a tutorial or something that could help me out. Anything would be great.


From a terminal on your box or via ssh, do this:

pico /etc/mythtv/modules/ivtv

That'll let you open the config file for ivtv (it took me a while to find it, too, spurred on by this very thread).

I added this line before the line that begins with "install...":

options ivtv ivtv_std=1 tuner=9,9,9,9 tda9887=0,0,0,0 ivtv_debug=1

I have four tuners... so use only 9,9 and 0,0 if you have a single card.
I don't know what the other options do -- I copied this line basically from another howto somewhere else... :)


Top
 Profile  
 
 Post subject: correct
PostPosted: Fri Dec 23, 2005 6:33 am 
Offline
Joined: Wed Jan 26, 2005 3:13 pm
Posts: 117
I guess I didn't say where to put is.. lol

Yep..

vi /etc/mythtv/modules/ivtv

All I added was :

options ivtv tuner=9,9

You can do both though..

I reinstalled again and am using the normal drivers again and everything seems fine.

I think the 4.1 driver worked better but I can't get them to load by default because the firmware has changed naming structure. I just would not load on boot. I could modrobe ivtv after I rebooted and it worked every time.

snake


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 18, 2006 3:15 pm 
Offline
Joined: Sun May 22, 2005 2:44 pm
Posts: 105
Location: The Netherlands
It seems that the latest stable release of the ivtv driver has fixed the issue with the Samsung tuners. That would be great!
I'm referencing to a recent post in this forum, not to the original changelog.
http://mysettopbox.tv/phpBB2/viewtopic.php?t=7947

_________________
Estimated time to start your thread and solve the problem: 1 to 20 hours
Estimated time to post your solution: 1 to 20 minutes


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 31 posts ] 
Go to page Previous  1, 2, 3  Next



All times are UTC - 6 hours




Who is online

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