[mythtv-commits] Ticket #4224: Switching channels and Scheduling recording on S-Video input of PVR-150 broken

MythTV mythtv at cvs.mythtv.org
Fri Dec 21 08:05:19 UTC 2007


#4224: Switching channels and Scheduling recording on S-Video input of PVR-150
broken
----------------------------------+-----------------------------------------
 Reporter:  imateene at hotmail.com  |        Owner:  ijr    
     Type:  defect                |       Status:  new    
 Priority:  major                 |    Milestone:  unknown
Component:  mythtv                |      Version:  head   
 Severity:  medium                |   Resolution:         
  Mlocked:  0                     |  
----------------------------------+-----------------------------------------

Comment(by Dibblah):

 It sounds to me like you have set a tune channel when the input was set to
 be "Tuner" and this may still be set.

 Please run the following:
 {{{
 mysql -umythtv -pmythtv mythconverg -e "select tunechan from cardinput;"
 }}}

 If this is not the problem, the output should be similar to:
 {{{
 +----------+
 | tunechan |
 +----------+
 | NULL     |
 }}}

 Otherwise, change it so it is:
 {{{
 mysql -umythtv -pmythtv mythconverg -e "update cardinput set
 tunechan=NULL;"
 }}}

 If this is not the issue, please attach the output of:
 {{{
 mysql -umythtv -pmythtv mythconverg -e "select * from cardinput;"
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4224#comment:1>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list