Re: [mythtv-users] Frequencies]

2004-12-09 Thread Robert

I already tried that option.  The problem seems to be that the tuner
(TCL2002N) isn't fully supported yet.  There was a suggestion over on the
Video4Linux list to modify tuner.c but the version of ivtv (0.2) that I
have doesn't have tuner.c.

The card setup has been confirmed with ivtcl (0.2 replacement for
test_ioctl).  If I start MythTV and then go into a terminal window I can
run ptune.pl there and pass a frequency number that I have previously
determined will be on a channel.  MythTV then shows that video/audio
perfectly.  Based on that I think that the card is set correctly but the
tuner is getting tuned incorrectly.  When the driver loads at boot it is
setting the correct tuner type.

> Robert wrote:
>
>>Yea.. but does not solve my problem.   The Tuner in my PVR-250 does tune
to the correct frequency based on normal channel numbers.  I need to be
able to control the frequency that is passed to the tuner... In other
words, I need to  have a Custom Channel to frequency table.  OR buy an
older PVR 250 with a better supported tuner.
>>
>>
> Check the documentation:
>
> http://mythtv.org/docs/mythtv-HOWTO-9.html#ss9.4
>
> Note the section on the --xawchannels option to mythfilldatabase.  Also,
I posted this just two days ago to the list in answer to another
question about finetuning so you might try searching the list archives
before posting.
>
> Kevin
>
> ___
> mythtv-users mailing list
> [EMAIL PROTECTED]
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>



___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Frequencies

2004-12-09 Thread Kevin Kuphal
Robert wrote:
Yea.. but does not solve my problem.   The Tuner in my PVR-250 does tune
to the correct frequency based on normal channel numbers.  I need to be
able to control the frequency that is passed to the tuner... In other
words, I need to  have a Custom Channel to frequency table.  OR buy an
older PVR 250 with a better supported tuner.
 

Check the documentation:
http://mythtv.org/docs/mythtv-HOWTO-9.html#ss9.4
Note the section on the --xawchannels option to mythfilldatabase.  Also, 
I posted this just two days ago to the list in answer to another 
question about finetuning so you might try searching the list archives 
before posting.

Kevin
___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Frequencies

2004-12-09 Thread Wayne Vosberg
hmmm ... have you checked all the card settings with test_ioctl?
Robert wrote:
Yea.. but does not solve my problem.   The Tuner in my PVR-250 does tune
to the correct frequency based on normal channel numbers.  I need to be
able to control the frequency that is passed to the tuner... In other
words, I need to  have a Custom Channel to frequency table.  OR buy an
older PVR 250 with a better supported tuner.
Robert
 

Usually all you need to do is make sure that frequid is set properly and
that chanid selects the right tuner.
For instance,  I used to use input 2 for direct tv and input 1 for
antenna.
The local guide for my area had NBC on channel 5 but it actually came
in much better on channel 30.   All I had to do was update frequid to 30
for chanid 1005.
Telemundo was received via antenna but didn't have channel guides.   All
I had to do was change chanid from 2369 (or whatever it was) to 1369 and
set freqid to 49 (the local channel).
clear? ;)
   


 

___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Frequencies

2004-12-09 Thread Robert
Yea.. but does not solve my problem.   The Tuner in my PVR-250 does tune
to the correct frequency based on normal channel numbers.  I need to be
able to control the frequency that is passed to the tuner... In other
words, I need to  have a Custom Channel to frequency table.  OR buy an
older PVR 250 with a better supported tuner.

Robert


> Usually all you need to do is make sure that frequid is set properly and
> that chanid selects the right tuner.
>
> For instance,  I used to use input 2 for direct tv and input 1 for
> antenna.
> The local guide for my area had NBC on channel 5 but it actually came
> in much better on channel 30.   All I had to do was update frequid to 30
> for chanid 1005.
>
> Telemundo was received via antenna but didn't have channel guides.   All
> I had to do was change chanid from 2369 (or whatever it was) to 1369 and
> set freqid to 49 (the local channel).
>
> clear? ;)
>
>
___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Frequencies

2004-12-09 Thread Wayne Vosberg
Usually all you need to do is make sure that frequid is set properly and
that chanid selects the right tuner.   

For instance,  I used to use input 2 for direct tv and input 1 for antenna.
The local guide for my area had NBC on channel 5 but it actually came
in much better on channel 30.   All I had to do was update frequid to 30
for chanid 1005.
Telemundo was received via antenna but didn't have channel guides.   All
I had to do was change chanid from 2369 (or whatever it was) to 1369 and
set freqid to 49 (the local channel).
clear? ;)
Robert wrote:
In that table the channum and freqid are the same and are the channel
value.  finetune is NULL for all rows. I changed one of the finetune
values to a frequency value that I found by playing with the frequency
parameter of ivtv's ptune.pl but it did not work.
Robert
 

On Fri, 10 Dec 2004 01:23:32 +0100 (CET), Robert <[EMAIL PROTECTED]> wrote:
   

Can anyone please tell me where MythTV stores channel frequencies or how
it changes the channel?  I need to change the constants so that my tuner
goes to the correct frequency.
 

Have a look at the channel table in the database, that stores
frequencies and channel names, etc.
--
Mvh. Nezar Nielsen
http://fez.dk
   

___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

 

___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Frequencies

2004-12-09 Thread Robert
In that table the channum and freqid are the same and are the channel
value.  finetune is NULL for all rows. I changed one of the finetune
values to a frequency value that I found by playing with the frequency
parameter of ivtv's ptune.pl but it did not work.

Robert

> On Fri, 10 Dec 2004 01:23:32 +0100 (CET), Robert <[EMAIL PROTECTED]> wrote:
>> Can anyone please tell me where MythTV stores channel frequencies or how
>> it changes the channel?  I need to change the constants so that my tuner
>> goes to the correct frequency.
>>
>
> Have a look at the channel table in the database, that stores
> frequencies and channel names, etc.
>
> --
> Mvh. Nezar Nielsen
> http://fez.dk
>

___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Frequencies

2004-12-09 Thread Nezar Nielsen
On Fri, 10 Dec 2004 01:23:32 +0100 (CET), Robert <[EMAIL PROTECTED]> wrote:
> Can anyone please tell me where MythTV stores channel frequencies or how
> it changes the channel?  I need to change the constants so that my tuner
> goes to the correct frequency.
> 

Have a look at the channel table in the database, that stores
frequencies and channel names, etc.

-- 
Mvh. Nezar Nielsen
http://fez.dk
___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users