Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

problem setting ivtv tuner channel in 0.19 w/ ivtv 0.4.x?

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


kenneth.padgett at gmail

Mar 19, 2006, 2:12 PM

Post #1 of 5 (2173 views)
Permalink
problem setting ivtv tuner channel in 0.19 w/ ivtv 0.4.x?

I upgraded to 0.19 rpms (current atrpms, so I think it has -fixes in
it), and it installed the new ivtv 0.4.1 with it. I have an external
tuner (Dish) and was getting nothing put static for live tv and
recordings. I followed all the instructions I could find to fix it.
I've done the following:

* Removed ivtv and completely reinstalled, now at 0.4.4. (This solved
the init.mpg firmware issue as part of yum's file dependancy issue)

* Updated lirc, alsa, etc. (To fix my remote, have a PVR-350)

* Removed all card setups (did this 5x times) in mythtv-setup per:
mythtv.org/wiki/index.php/Frequently_Asked_Questions#Q:_I_upgraded_my_ivtv_drivers_to_the_latest_version_and_now_I_can.27t_record_anything.

* Run mythfilldatabase to update everything...

After doing all of the above, I was still receiveing static. I
manually ran this command and it started tuning the input properly:

ivtv-tune -c3 -d/dev/video0

So to "fix" it, I've got that command running when my system boots up,
but shouldn't myth still be handling setting the tuner to channel 3?
Did this break in 0.19? I have channel 3 set in mythtv-setup where it
should be.

One thing that's weird, is the mythtv wiki (link above) says my tuner
will be "Tuner" and not "Tuner 0", but it's still listed as "Tuner 0".
Something wrong with my upgrade to ivtv or something?

Thanks for you help, sorry to post to the dev list but this seems like
a bug... :(
-Kenneth
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


mtdean at thirdcontact

Mar 19, 2006, 4:10 PM

Post #2 of 5 (2073 views)
Permalink
Re: problem setting ivtv tuner channel in 0.19 w/ ivtv 0.4.x? [In reply to]

On 03/19/2006 05:12 PM, Kenneth Padgett wrote:
> I upgraded to 0.19 rpms (current atrpms, so I think it has -fixes in
> it), and it installed the new ivtv 0.4.1 with it. I have an external
> tuner (Dish) and was getting nothing put static for live tv and
> recordings. I followed all the instructions I could find to fix it.
>
...
> I
> manually ran this command and it started tuning the input properly:
>
> ivtv-tune -c3 -d/dev/video0
>
> So to "fix" it, I've got that command running when my system boots up,
> but shouldn't myth still be handling setting the tuner to channel 3?
> Did this break in 0.19? I have channel 3 set in mythtv-setup where it
> should be.
>
I'm assuming you mean the setting:

Preset tuner to channel
Leave this blank unless you have an external tuner that is connected to
the tuner input of your card. If so, you will need to specify the preset
channel for the signal (normally 3 or 4).

(otherwise, channel 3 isn't set where it should be ;). If so, there was
a discussion on the -users list where a couple of people reported it was
not working for them in 0.19.

http://www.gossamer-threads.com/lists/mythtv/users/188083#188083

Unfortunately, though, I haven't had a chance to look at it, yet. Out
of curiosity, though, what do you get when you run:

mysql -umythtv -p mythconverg -e 'select * from cardinput\G'

(If it's too big, feel free to e-mail me directly--with the same subject
on the message.)

Thanks,
Mike
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


mythtv at keithandjill

Mar 19, 2006, 6:20 PM

Post #3 of 5 (2060 views)
Permalink
Re: problem setting ivtv tuner channel in 0.19 w/ ivtv 0.4.x? [In reply to]

On Mar 19, 2006, at 4:12 PM, Kenneth Padgett wrote:

> I upgraded to 0.19 rpms (current atrpms, so I think it has -fixes in
> it), and it installed the new ivtv 0.4.1 with it. I have an external
> tuner (Dish) and was getting nothing put static for live tv and
> recordings. I followed all the instructions I could find to fix it.
> I've done the following:
>
> * Removed ivtv and completely reinstalled, now at 0.4.4. (This solved
> the init.mpg firmware issue as part of yum's file dependancy issue)
>
> * Updated lirc, alsa, etc. (To fix my remote, have a PVR-350)
>
> * Removed all card setups (did this 5x times) in mythtv-setup per:
> mythtv.org/wiki/index.php/
> Frequently_Asked_Questions#Q:_I_upgraded_my_ivtv_drivers_to_the_latest
> _version_and_now_I_can.27t_record_anything.
>
> * Run mythfilldatabase to update everything...
>
> After doing all of the above, I was still receiveing static. I
> manually ran this command and it started tuning the input properly:
>
> ivtv-tune -c3 -d/dev/video0
>
> So to "fix" it, I've got that command running when my system boots up,
> but shouldn't myth still be handling setting the tuner to channel 3?
> Did this break in 0.19? I have channel 3 set in mythtv-setup where it
> should be.
>
> One thing that's weird, is the mythtv wiki (link above) says my tuner
> will be "Tuner" and not "Tuner 0", but it's still listed as "Tuner 0".
> Something wrong with my upgrade to ivtv or something?

I think so. Look around for an old version of ivtvctl. That might
be interfering.

Keith C

>
> Thanks for you help, sorry to post to the dev list but this seems like
> a bug... :(
> -Kenneth
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


kenneth.padgett at gmail

Mar 20, 2006, 1:00 AM

Post #4 of 5 (2081 views)
Permalink
Re: problem setting ivtv tuner channel in 0.19 w/ ivtv 0.4.x? [In reply to]

> > One thing that's weird, is the mythtv wiki (link above) says my tuner
> > will be "Tuner" and not "Tuner 0", but it's still listed as "Tuner 0".
> > Something wrong with my upgrade to ivtv or something?
>
> I think so. Look around for an old version of ivtvctl. That might
> be interfering.

I ran updatedb and then:

[root [at] localhos mythtv]# locate ivtvctl
/usr/bin/ivtvctl
[root [at] localhos mythtv]# ivtvctl --version
ivtvctl version 0.4.4 (development snapshot compiled on Wed Mar 15
05:56:34 2006)

as far as I know, no old ivtvctl's lying around. :(

-Kenneth
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


kenneth.padgett at gmail

Mar 20, 2006, 1:22 AM

Post #5 of 5 (2049 views)
Permalink
Re: problem setting ivtv tuner channel in 0.19 w/ ivtv 0.4.x? [In reply to]

> Preset tuner to channel
> Leave this blank unless you have an external tuner that is connected to
> the tuner input of your card. If so, you will need to specify the preset
> channel for the signal (normally 3 or 4).

Yup, it's set to 3. Made sure to put that in there each time I redid
the tuner card, channels, sources, etc. I deleted all of them many
times (since that's what the FAQ says to do).

> (otherwise, channel 3 isn't set where it should be ;). If so, there was
> a discussion on the -users list where a couple of people reported it was
> not working for them in 0.19.
>
> http://www.gossamer-threads.com/lists/mythtv/users/188083#188083

That thread describes the exact problem I have with my PVR-350 too. I
came up with the same work around of using a startup script and
running ivtv-tune to workaround the issue...

> Unfortunately, though, I haven't had a chance to look at it, yet. Out
> of curiosity, though, what do you get when you run:
>
> mysql -umythtv -p mythconverg -e 'select * from cardinput\G'

*************************** 1. row ***************************
cardinputid: 1
cardid: 1
sourceid: 1
inputname: Tuner 0
externalcommand: /usr/local/bin/change_chan.sh
preference: 0
shareable: N
tunechan: 3
startchan: 169
freetoaironly: 1
diseqc_port: NULL
diseqc_pos: NULL
lnb_lof_switch: 11700000
lnb_lof_hi: 10600000
lnb_lof_lo: 9750000
displayname:
1 row in set (0.05 sec)

Could be a bug in IVTV (or Mythtv) that's specific to PVR-350's. Seams
the common thing between my setup and the thread you mentioned.

Also, in poking around, looking at dmesg I found this at the very end
(don't think this is relevant, just mentioning incase it's helpful):

lirc_dev: IR Remote Control driver registered, at major 61
bttv: disagrees about version of symbol tveeprom_hauppauge_analog
bttv: Unknown symbol tveeprom_hauppauge_analog
cx88xx: disagrees about version of symbol tveeprom_hauppauge_analog
cx88xx: Unknown symbol tveeprom_hauppauge_analog
cx8800: Unknown symbol cx88_reset
cx8800: Unknown symbol cx88_call_i2c_clients
cx8800: Unknown symbol cx88_wakeup
cx8800: Unknown symbol cx88_risc_stopper
cx8800: Unknown symbol cx88_print_irqbits
cx8800: Unknown symbol cx88_set_scale
cx8800: Unknown symbol cx88_shutdown
cx8800: Unknown symbol cx88_vdev_init
cx8800: Unknown symbol cx88_core_put
cx8800: Unknown symbol cx88_audio_thread
cx8800: Unknown symbol cx88_core_irq
cx8800: Unknown symbol cx88_core_get
cx8800: Unknown symbol cx88_get_stereo
cx8800: Unknown symbol cx88_set_tvnorm
cx8800: Unknown symbol cx88_risc_buffer
cx8800: Unknown symbol cx88_set_stereo
cx8800: Unknown symbol cx88_sram_channels
cx8800: Unknown symbol cx88_set_tvaudio
cx8800: Unknown symbol cx88_sram_channel_dump
cx8800: Unknown symbol cx88_sram_channel_setup
cx8800: Unknown symbol cx88_print_ioctl
cx8800: Unknown symbol cx88_free_buffer
cx8800: Unknown symbol cx88_boards
cx8800: Unknown symbol cx88_newstation
lirc_i2c: chip found @ 0x18 (Hauppauge IR)
ivtv0: i2c attach to card #0 ok [client=Hauppauge IR, addr=18]
lirc_dev: lirc_register_plugin: sample_rate: 10
lirc_serial: auto-detected active high receiver
lirc_dev: lirc_register_plugin: sample_rate: 0

I don't know what cx8800 or bttv is, lirc stuff for different
chipsets? I just have a PVR-350, no other cards... Don't know where
that stuff came from, part of the lirc rpm I guess. Could this be
causing mythtv not to be able to set my tuner channel to 3?

Let me know if there's anything I can test, would be glad to help any
way I can...

-Kenneth
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.